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

How do I set tags to the stackset bucket that is created for the cloud formation templates

Open smpnet74 opened this issue 1 year ago • 1 comments

In my organization we need to tag s3 buckets such that they are applied the appropriate policy. How do I set a tag on the stackset bucket that is created as part of the copilot env init command? I can tag any buckets I create via storage init, but can't figure out how to configure the base stackset bucket.

smpnet74 avatar Jun 18 '24 13:06 smpnet74

Hi @smpnet74 ! For now, can you use YAML patch to add the additional tags?

Long term, perhaps Copilot could add the --resource-tags flag to env deploy.

Lou1415926 avatar Jun 24 '24 16:06 Lou1415926