Amazon S3
Amazon S3 is one of the first and most critical services AWS offers. Launched in 2006, it provides a robust platform for storing and retrieving any amount of data. Its key features, such as scalability, high durability, fine-grained security measures, and performance, make it an ideal solution for a wide range of applications. From static website hosting and content distribution to backup and archival solutions, S3 offers an efficient and cost-effective storage solution. Its integration with other AWS services and third-party applications further enhances its versatility, enabling organizations to build complex, scalable applications with ease.
The main organizational unit of S3 is called a bucket. Bucket names must be totally unique globally, so you may have to be a bit creative with the names as the name audit-logs
has probably already been used. Within a bucket, you can create folders and objects. Folders can be used to logically control where the objects reside.