DeployFailedError text is misleading if profile in use
Open
cloudformation
feature-request
p3
- Dominant language
- Python
- Stars
- 17.3k
- Forks
- 4.6k
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 13
Description
When a CF create fails, the error message DeployFailedError is displayed. It suggests that the user run the following command to fetch the list of events leading up to the failure:
`aws cloudformation describe-stack-events --stack-name {stack_name}`
This text is misleading if the original request was made under a profile, and should instead be something like this.
`aws cloudformation describe-stack-events --stack-name {stack_name} --profile {profile}`
Contributor guide
Assessment
This issue has not been assessed yet.