aws-cloudformation / aws-cloudformation/cloudformation-coverage-roadmap
AWS::Route53::VPCAssociation
- Dominant language
- No language data
- Stars
- 1.1k
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
## 1. Title
#### AWS::Route53::VPCAssociation
## 2. Scope of request
Add support for associating a VPC with a Route53 private hosted zone, via the API calls 'AssociateVPCWithHostedZone' and 'DisassociateVPCFromHostedZone'.
Currently we are forced to work around this lack of support by implementing a custom CloudFormation resource type in Lambda, which sucks.
## 3. Expected behavior
There should be a resource type AWS::Route53::VPCAssociation, with the following properties:
- HostedZoneId
- Comment
- VPCId
- VPCRegion
## 4. Suggest specific test cases
User can associate a (previously authorized, see #371) VPC with a private hosted zone held in another account, by creating a Route53::VPCAssociation resource.
User can disassociate a previously associated VPC from a private hosted zone by deleting a Route53::VPCAssociation resource.
## 5. Helpful Links to speed up research and evaluation
https://docs.aws.amazon.com/Route53/latest/APIReference/API_AssociateVPCWithHostedZone.html
https://docs.aws.amazon.com/Route53/latest/APIReference/API_DisassociateVPCFromHostedZone.html
## 6. Category (required) - Will help with tagging and be easier to find by other users to +1
4. Networking & Content (VPC, Route53, API GW,...)
Contributor guide
Assessment
This issue has not been assessed yet.