Member-only story

Update AWS Resource Tags created via Cloudformation

Ripon Banik
1 min readApr 8, 2019

--

Verify the change before applying the new tags

AWS Cloudformation allows to do dry-run via Changeset. You can view the change scope and attach it to your change control request to satisfy the change manager that it will update the resources which it is intended for.

Create ChangeSet

To update the tags of the resources created by cloudformation, you can use command like below -

You can use CAPABILITY_IAM as well if you have resources that do not have custom name.

You can also update specific resources also by specifying the resource types -

For other supported resource types, please refer to the link in the references section.

Verify the Change

To verify the change set created, execute the command

aws cloudformation describe-change-set changeset-1

--

--

Ripon Banik
Ripon Banik

Written by Ripon Banik

A Cloud and DevSecOps Engineer and Consultant, passionate about simplification of technology and make it consumable. https://www.linkedin.com/in/riponbanik/

No responses yet