This is just a summary of the AWS services used in this portfolio
Amazon S3: The site's static assets (HTML, CSS, JS, images) are
hosted in an S3 bucket.
This provides durable, low-cost object storage that acts as the origin for our content.
Amazon CloudFront: As a Content Delivery Network (CDN),
CloudFront caches the
site's content at hundreds of global edge locations. This drastically reduces latency by serving you content
from the node closest to your geographic location and provides a security layer via HTTPS/SSL.
Amazon Route 53: This is our DNS provider. It performs domain
registration and resolves my domain name to the correct CloudFront distribution, efficiently routing your
request to the fastest endpoint.
AWS Key Management Service (KMS): Security is paramount. KMS is
used to manage the
encryption keys for server-side encryption on the S3 bucket, ensuring all data-at-rest is secure and
adhering to industry best practices.