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

Volumes created with aws_launch_configuration have no tags #1788

Closed
tburt11 opened this issue Oct 1, 2017 · 12 comments
Closed

Volumes created with aws_launch_configuration have no tags #1788

tburt11 opened this issue Oct 1, 2017 · 12 comments
Labels
bug Addresses a defect in current functionality. service/ec2 Issues and PRs that pertain to the ec2 service.

Comments

@tburt11
Copy link

tburt11 commented Oct 1, 2017

Terraform Version

Terraform v0.10.4

Instances created with "aws_instance" may include a "volume_tags" parameter when specifying root_block_device and/or ebs_block_device.

This option is missing from the aws_launch_config resource.

Therefore, volumes created for autoscaling group instances - Have No Tags -

This makes orphan volumes difficult to ID.

@Ninir Ninir added the bug Addresses a defect in current functionality. label Oct 11, 2017
@tylux
Copy link

tylux commented Dec 5, 2017

I am interested in this functionality as well.

@bflad
Copy link
Contributor

bflad commented Dec 5, 2017

Hi folks! The autoscaling group APIs have not historically supported volume tagging until very recently when EC2 Launch Templates were announced at re:invent (provider issue: #2505). Launch templates are supported by both EC2 instances and autoscaling groups and contain support for volume tagging. It looks like this might be the way forward for supporting this feature on autoscaling group instances. Hope this helps.

@radeksimko radeksimko added the service/ec2 Issues and PRs that pertain to the ec2 service. label Jan 28, 2018
@blockjon
Copy link

I would like this too

@nunofernandes
Copy link

I also need this 👍

@kantipov
Copy link

Helpful feature, would be nice to have it

@arjun-dandagi
Copy link

i would like this as well :)

@gp-svc
Copy link

gp-svc commented Oct 15, 2019

+1

3 similar comments
@nightmareze1
Copy link

+1

@hdhruna
Copy link

hdhruna commented Dec 12, 2019

+1

@hossein-rasi
Copy link

+1

@ewbankkit
Copy link
Contributor

To tag any EC2 resources created implicitly via the launch template you can use the aws_ec2_tag resource.

@ghost
Copy link

ghost commented Feb 22, 2021

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!

@ghost ghost locked as resolved and limited conversation to collaborators Feb 22, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Addresses a defect in current functionality. service/ec2 Issues and PRs that pertain to the ec2 service.
Projects
None yet
Development

No branches or pull requests