#s3
Host a Static Website on S3
Introduction Amazon S3 (Simple Storage Service) is a highly scalable and secure object storage service offered by AWS. It allows users to store and retrieve data, such as documents, images, videos, and other data, in a cost-effective and reliable manner. S3 is highly scalable and durable due to its design, with data stored redundantly across multiple data centers, ensuring high availability. In S3, you store data in buckets (containers for objects) and set access controls to determine who can access the stored data. Read more →
September 8, 2023