-
Notifications
You must be signed in to change notification settings - Fork 63
Closed
Labels
networking & content delivVPC, CloudFront, Route 53, API Gateway, Direct Connect, AWS App Mesh, etc.VPC, CloudFront, Route 53, API Gateway, Direct Connect, AWS App Mesh, etc.
Milestone
Description
1. Title
AWS::EC2::EIP - support tagging
2. Scope of request
AWS::EC2::EIP resource lacks tagging support within CloudFormation. Instead, newly created EIPs must be tagged via API post-creation (e.g. with a lambda).
This applies both to stack level tags, and the ability to supply tags as a property.
3. Expected behavior
EIPs created within a stack should receive stack level tags, and have the ability to add tags via the template:
Type: AWS::EC2::EIP
Properties:
Tags:
- Key: "Name"
- Value: "Subnet1 NAT Egress"
4. Suggest specific test cases
5. Helpful Links to speed up research and evaluation
Stack Overflow question: https://stackoverflow.com/questions/49993354/awselastic-ip-assign-a-name-to-an-elastic-ip-using-cloudformation
Forum feature request (from 2012!!!): https://forums.aws.amazon.com/thread.jspa?threadID=96348
6. Category (required) - Will help with tagging and be easier to find by other users to +1
- Compute (EC2, ECS, EKS, Lambda...)
7. Any additional context (optional)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
networking & content delivVPC, CloudFront, Route 53, API Gateway, Direct Connect, AWS App Mesh, etc.VPC, CloudFront, Route 53, API Gateway, Direct Connect, AWS App Mesh, etc.