Skip to content

Instantly share code, notes, and snippets.

@gurchik
gurchik / README.md
Created August 19, 2024 15:26
Update EC2 tags for instances in an Auto Scaling Group

update-tags.py

Update EC2 tags for instances in an Auto Scaling Group.

When changing the tags for an Auto Scaling Group, these changes only apply to new instances launched. Therefore, you need something to apply the new tags to existing instances.