get static ip adress for cloudfront distribution

0

Is it a way to get static ip adress for cloudfront distribution using another aws service, for example by using global accelerator or any order services. i need that because i can't transfert my domain on route53 so static address is needed for the A record with my domain provider.

asked 9 months ago599 views
1 Answer
1

You can use CloudFront without transferring your DNS domain to Route53. Use a CNAME record with your current provider to resolve your domain name (eg. www.example.com) to CloudFront. There are instructions available in the documentation, here: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/CNAMEs.html

If you need CloudFront to respond to requests for the domain apex (eg. example.com), take a look at this blog post for further information on how you can get this working with your current provider.

AWS
EXPERT
Paul_L
answered 9 months ago
profile pictureAWS
EXPERT
kentrad
reviewed 9 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions