AWS S3 (Simple Storage Service) and CloudFront (Content Delivery Network) are used to design and deploy a static website.
AWS S3 is an object storage service that offers scalability, data availability, security, and performance.
CloudFront is a content delivery network service that helps distribute static and dynamic content quickly and reliably.
The deployment process involves creating an S3 bucket, uploading website files, configuring bucket policy for CloudFront, and creating a CloudFront distribution.