Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS::EC2::LaunchTemplate LaunchTemplateData - PropagateTagsToVolumeOnCreation #1007

Open
robertd opened this issue Dec 15, 2021 · 9 comments
Labels
enhancement New feature or request

Comments

@robertd
Copy link

robertd commented Dec 15, 2021

Name of the resource

AWS::EC2::LaunchTemplate

Resource name

No response

Description

Now that PropagateTagsToVolumeOnCreation is available on AWS::EC2::Instance resource (#133), it would be nice to expose this in AWS::EC2::LaunchTemplate LaunchTemplateData for the instances running in ASG. Tag propagation to underlying EBS volumes is a very important feature to us. About 90% of our launched solutions are EC2 instances being launched through ASG.

Other Details

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-propagatetagstovolumeoncreation

@robertd
Copy link
Author

robertd commented Dec 16, 2021

@WaelA Any chance you can expedite this one now that #133 is in place?

@zjinmei zjinmei added enhancement New feature or request and removed Coverage labels Jan 13, 2022
@robertd
Copy link
Author

robertd commented Apr 27, 2023

@WaelA @zjinmei Any updates on this? I assume LaunchConfiguration support in #1006 won't be considered given that LC is going away and LaunchTemplates are becoming a standard? Thanks in advance.

@tivanov-qb
Copy link

+1 on this one

@AllanOricil
Copy link

@WaelA

PropagateTagsToVolumeOnCreation is missing in @aws-sdk/client-ec2 RunInstancesCommand

image image

@tivanov-qb
Copy link

@zjinmei @WaelA are there any plans to fix this in near future ?

@tivanov-qb
Copy link

@bhaum500 was this recently fixed ? goal is tags to be propagated automatically to the ebs volumes

@bhaum500
Copy link

bhaum500 commented Aug 20, 2024

Hello @tivanov-qb
was looking for options like PropagateTagsToVolumeOnCreation to propagate tags automatically to the ebs volume, and got the above reference to add tags.
And do you know any other better option to add tags at EBS level?
Note: I am not from AWS Team 😄

@tivanov-qb
Copy link

@bhaum500 to work around the problem, i've developed lambda function that automatically tags our ebs volumes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants