Route53

aws-cdk

AWS Cross Account Route53 Record Updates with CDK

In this example we will create a Route 53 hosted zone and STS role in account A. In account B we will use CDK to create a CloudFront distribution with a custom alternate DNS name. Then using a CDK custom resource we will assume the role in account B to add the domain name to the Route 53 hosted zone.

Read