• Amazon S3 (Simple Storage Service): Used for storing all the static website files. It also provides the ability to enable static website hosting directly from the bucket.
  • Amazon CloudFront: A content delivery network (CDN) that distributes the website content to users globally, providing faster load times and an SSL certificate.
  • AWS Certificate Manager (ACM): Used to request and manage the free SSL/TLS certificate required for a secure (HTTPS) connection to the website.
  • Amazon Route 53: The DNS management service that links your custom domain name to the CloudFront distribution.
  • ThemeWagon: A third-party service used to download the HTML template for the website.
  • VS Code: A code editor used for preparing and editing the website files.
  • Domain Name Provider (e.g., Namecheap): The service where the domain name is purchased and where the nameservers are updated to point to AWS Route 53.