Skip to content

Instantly share code, notes, and snippets.

@tkhk
Created February 5, 2019 03:40
Show Gist options
  • Save tkhk/7de67eda34ca578c200d2349462dc29a to your computer and use it in GitHub Desktop.
Save tkhk/7de67eda34ca578c200d2349462dc29a to your computer and use it in GitHub Desktop.
CloudFormation ChangeSet
#!/bin/sh
change_set_arn=arn:aws:cloudformation:ap-northeast-1:xxxxxxxxxxxxxxxxxxxxx
aws cloudformation describe-change-set --change-set-name $change_set_arn | jq '.Changes[].ResourceChange | select(.Scope[] | contains("Tags") | not) | .'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment