-
Notifications
You must be signed in to change notification settings - Fork 58
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
Comments
+1 on this one |
Hello @tivanov-qb |
@bhaum500 was this recently fixed ? goal is tags to be propagated automatically to the ebs volumes |
Hello @tivanov-qb |
@bhaum500 to work around the problem, i've developed lambda function that automatically tags our ebs volumes. |
Name of the resource
AWS::EC2::LaunchTemplate
Resource name
No response
Description
Now that
PropagateTagsToVolumeOnCreation
is available onAWS::EC2::Instance
resource (#133), it would be nice to expose this inAWS::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
The text was updated successfully, but these errors were encountered: