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.1k stars 53 forks source link

AWS::EC2::VPCEndpoint - Tags #196

Open farski opened 4 years ago

farski commented 4 years ago

Add support for tags on AWS::EC2::VPCEndpoint resources

Cumming5412 commented 11 months ago

+1

AlbertZakharov commented 10 months ago

+1

gazzoy commented 10 months ago

+1

mattyboy84 commented 10 months ago

+1 How isn't this supported?

adam-intel commented 10 months ago

+1 Please add this feature

dkAnBlWo commented 10 months ago

+1

seabyrn commented 9 months ago

+1. IMO tag support should be table stakes for CFN resources.

maherrj commented 8 months ago

+1 Cost allocation tags are critical to us. VPC Endpoints have a non trivial cost, so really keen for this support so we can attribute cost correctly.

koDaegon commented 7 months ago

+1

xWink commented 5 months ago

Hi everyone, thank you for your patience! It's with great pleasure that I can say we are actively working on adding support for tagging VPC Endpoints, alongside supporting many other PrivateLink API features. Please keep your eyes peeled, as we'll provide more updates on our progress here!

revamp-muto-kotaro commented 4 months ago

This is The Best News of 2024 for me!

takeda commented 4 months ago

Judging on overall attention to such simple change and the age of the ticket I say this will also be best news of 2025 and 2026.

ysa23 commented 3 months ago

+1

minhio commented 3 months ago

Judging on overall attention to such simple change and the age of the ticket I say this will also be best news of 2025 and 2026.

i just want to comment so i can come back here in a couple years

princewadhwa commented 3 months ago

+1

craigbosco commented 3 months ago

Definitely need this and much anticipating the update. Thank you!

shaikegross commented 2 months ago

Please release soon we want this 🙏

tomdionysus commented 2 months ago

Still an issue, please fix. CloudFormation doesn't support Tags in the resource, but it can be manually tagged.

shendriksen commented 2 months ago

+1

nemeth commented 2 months ago

+1

tcmnal commented 1 month ago

+1

ThomasSteinbach commented 1 month ago

What's so difficult on this?

ryanwilliams83 commented 1 month ago

I deployed six more yesterday, and used this work-around in CDK to add the tags.

// import { AwsCustomResource, AwsCustomResourcePolicy, PhysicalResourceId } from 'aws-cdk-lib/custom-resources';

  new AwsCustomResource(this, 'VpcEndpointTags', {
    installLatestAwsSdk: false,
    onUpdate: {
      action: 'createTags',
      parameters: {
        Resources: [
          vpcEndpoint.vpcEndpointId
        ],
        Tags: [
          {
            Key: 'Name',
            Value: 'Cookie Monster'
          }
        ]
      },
      physicalResourceId: PhysicalResourceId.of(Date.now().toString()),
        service: 'EC2'
      },
      policy: AwsCustomResourcePolicy.fromSdkCalls({
        resources: AwsCustomResourcePolicy.ANY_RESOURCE,
      })
  });
estanqueiroa commented 2 weeks ago

+1

Cumming5412 commented 6 days ago

+1

davidgatti commented 3 days ago

2024...