ThoughtWorksStudios / eb_deployer

AWS Elastic Beanstalk blue-green deployment automation from ThoughtWorks Mingle Team
MIT License
400 stars 95 forks source link

Apply tags to resource stacks #92

Open sheakelly opened 7 years ago

sheakelly commented 7 years ago

We are creating a resource stack for our elastic beanstalk applications and would like to be able to tag the resource stack with same tags that are added to the beanstalk cloudformation stack. Is this possible?

Looking through the code it appears that cloud_formation_provisioner does not pass any tags to the api call https://github.com/ThoughtWorksStudios/eb_deployer/blob/master/lib/eb_deployer/cloud_formation_provisioner.rb#L89

krutisfood commented 7 years ago

Just to extend on @sheakelly 's point, we're using the aws tags as categories for our dashboards, logging & to help report on cost allocation.

sheakelly commented 7 years ago

I have opened a PR for this https://github.com/ThoughtWorksStudios/eb_deployer/pull/94