You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AWS::EC2::VPCEndpoint does not support tagging, however VPCEndpoints can be tagged using the EC2 CreateTags and DeleteTags API, the VPCEndpoint CloudFormation resource should support management of these tags in the same manner as some other EC2 resources already support.
3. Expected behavior
Tags specified on the resource in the CloudFormation template should be created / updated / deleted on the actual EC2 resource
4. Suggest specific test cases
Set a Name Tag on the VPC Endpoint in the CloudFormation template and ensure it's value is visible when making a DescribeTags API call for the VPC Endpoint resource
Update the Name Tag on the VPC Endpoint in the CloudFormation template and ensure it's new value is reflected when making a DescribeTags API call for the VPC Endpoint resource
Delete the Name Tag on the VPC Endpoint in the CloudFormation template and ensure it's new value is reflected when making a DescribeTags API call for the VPC Endpoint resource
5. Helpful Links to speed up research and evaluation
@TheDanBlanco Could I suggest you to re-open this one which is way more detailed than #196 ? This one is scoping way more the work expected, and from my perspective I can see that it isn't including in its scope what I'm looking for, therefore I'm going to open another request... That you could also see as a duplicate of #196. Thanks.
1. Title
AWS::EC2::VPCEndpoint-Tags
2. Scope of request
AWS::EC2::VPCEndpoint does not support tagging, however VPCEndpoints can be tagged using the EC2 CreateTags and DeleteTags API, the VPCEndpoint CloudFormation resource should support management of these tags in the same manner as some other EC2 resources already support.
3. Expected behavior
Tags specified on the resource in the CloudFormation template should be created / updated / deleted on the actual EC2 resource
4. Suggest specific test cases
5. Helpful Links to speed up research and evaluation
EC2 Resource Tagging API Methods
AWS::EC2::Instance Tags attribute - it would be good if the behaviour and syntax was consistent with this
6. Category
The text was updated successfully, but these errors were encountered: