Skip to content

Instantly share code, notes, and snippets.

@lantrix
Created June 23, 2015 05:08
Show Gist options
  • Select an option

  • Save lantrix/7b38639614487bcc2190 to your computer and use it in GitHub Desktop.

Select an option

Save lantrix/7b38639614487bcc2190 to your computer and use it in GitHub Desktop.
AWS CLI add tags to ASG - propagate to instances
aws autoscaling create-or-update-tags --region ap-southeast-2 \
--tags "ResourceId=myASGgroup,ResourceType=auto-scaling-group,Key=MyTagKey,Value='Tag Value',PropagateAtLaunch=true"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment