CloudFront Distribution goes missing

0

A while back I thought I would give CloudFront a try using the Free Tier. I created a distribution, uploaded a simple static hobbyist website, setup the github repo, the dns records and certificates and everything worked beautifully. Now a few weeks later, I log into the AWS Console again to play around some more and everything is gone. The console is not showing any distributions.

The website is still working fine, http headers and the certificate indicate it is being loaded from CloudFront and S3.

Any idea what could be going on? Thanks in advance.

posta un anno fa505 visualizzazioni
1 Risposta
0
Risposta accettata

CloudFront distributions are region-specific, may be you just need to look into right region.

When you create a CloudFront distribution, you choose the region where you want to deploy it. The distribution will then use the CloudFront edge locations in that region to serve content to your users.

However, you can configure your distribution to use multiple regions by creating additional "origin" endpoints in different regions. Each origin represents a source of content that CloudFront can use to serve requests. By adding multiple origins in different regions, you can improve the performance and availability of your content delivery.

When a user requests content from your CloudFront distribution, CloudFront automatically selects the origin that is geographically closest to the user and serves the content from that origin. This helps to minimize latency and improve performance for your users.

It's important to note that each CloudFront distribution is associated with only one origin domain name. If you need to serve content from multiple domains or subdomains, you may need to create separate CloudFront distributions for each one.

AWS
con risposta un anno fa
profile picture
ESPERTO
verificato 10 mesi fa
profile pictureAWS
ESPERTO
verificato un anno fa
profile picture
ESPERTO
verificato un anno fa
  • Cloudfront is only managed in the Global region which is us-east-1. You are also only able to add an ACM certificate that existings the the global region too.

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande