aws / aws/aws-cli

DeployFailedError text is misleading if profile in use

Open
#3,240 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.