AWS Services we are using:
- Custom Domain and HTTPS
- AWS S3
- Route 53
- AWS CloudFront
- AWS Certificate Manager
Infrastructure Flow:
User Request the domain (Example.com)
Request is served by Route53. Then the request is passed to AWS CloudFront & Certificate manager. CloudFront will deliver the content at low latency & Certificate Manager will get the SSL Certificate to make the request as HTTPS. Cloudfront will then get the files from AWS S3 Bucket & cache it to serve to the user request.
Why we are using these AWS Services: