cloudformation-cli icon indicating copy to clipboard operation
cloudformation-cli copied to clipboard

Issue with 'aws cloudformation describe-events' command

Open Waqiah opened this issue 3 months ago • 0 comments

Hello team,

When looking to view more details into a pre-deployment validation, the following command syntax works: aws cloudformation describe-events --change-set-name <full changeset arn>

However when providing the change set name, the following error occurs: An error occurred (ValidationError) when calling the DescribeEvents operation: One of ChangeSetName, OperationId or StackName must be specified

Trying with the OperationId and StackName does not help either.

Waqiah avatar Nov 23 '25 20:11 Waqiah