aws-cloudformation / cloudformation-coverage-roadmap

The AWS CloudFormation Public Coverage Roadmap
https://aws.amazon.com/cloudformation/
Creative Commons Attribution Share Alike 4.0 International
1.11k stars 54 forks source link

AWS::EC2::VPCEndpoint - ExistingAttribute-NewProperty - Tag Property for Resource #830

Open tope-oyenuga opened 3 years ago

tope-oyenuga commented 3 years ago
  1. Title -> AWS::EC2::VPCEndpoint-ExistingAttribute-NewProperty - Tag Property for Resource
  2. Scope of request -> AWS::EC2::VPCEndpoint doesn't currently include the tag property. But the API includes this property.
  3. Expected behavior -> In Create, it should include an ability to tag a VPC endpoint, like the console & API allows.
  4. Links to existing API doc -> https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateVpcEndpoint.html#API_CreateVpcEndpoint_RequestParameters
  5. Category tag -> Compute
  6. Any additional context
pplu commented 3 years ago

Was just going to open the same ticket due to not being able to tag Endpoints from CloudFormation. It's very hard to distinguish them when you have dozens, created by different stacks.

hauntingEcho commented 3 years ago

It looks like those tags aren't handled by any path in CFN - #196

seemantk-schweitzer commented 3 years ago

Hello,

Given how much AWS docs talk about Tags this is a rather unexpected omission. Honestly, one thinks that Tags would be a standard thing on all Resources. Can y'all help us understand why they aren't supported here, and what the effort is to address that?

Thank you, Seemant

Caesonia commented 1 week ago

Definitely missing this item in Cloudformation. I try and keep my templates as simple as possible. The workarounds suggested are adding a lot of complexity. In the shorter term, it will be manually done until the CI/CD is updated and the CLI does it. I don't like doing stuff like that.