Can I migrate a CloudFront distribution to another AWS account?

1 minute read
0

I want to migrate my Amazon CloudFront distribution to another AWS account.

Resolution

CloudFront doesn't support the migration of a distribution from one AWS account to another AWS account.

However, CloudFront does support the migration of a custom CNAME from one distribution to another distribution. You can migrate the CNAME to a distribution in the same AWS account, or to a distribution in another AWS account.

For information on CNAME migration, see How do I resolve the CNAMEAlreadyExists error when I set up a CNAME alias for my CloudFront distribution?
Note: The default CloudFront domain name on your distribution can't be migrated between AWS accounts. The domain name format is similar to: d1234abcd.cloudfront.net

Related information

Using custom URLs by adding alternate domain names (CNAMEs)

Adding an alternate domain name

AWS OFFICIAL
AWS OFFICIALUpdated 9 months ago