Tag: S3

28 January 2023

AWS – S3 Glacier

Below is a guide on integrating AWS S3 with Glacier for cost-effective long-term storage: Integrating AWS S3 with Glacier for Long-Term Storage Amazon S3 Glacier provides secure, durable, and cost-effective storage solutions for data archiving and long-term backup. By integrating S3 with Glacier, you can […]

28 January 2023

AWS – S3 Bucket Versioning

Enabling Versioning for an S3 Bucket AWS S3 bucket versioning allows you to preserve, retrieve, and restore every version of every object stored in your bucket. This feature is particularly useful for data retention, compliance, and maintaining object history. Steps to Enable Versioning: Managing Versioned […]

28 February 2023

Step-by-Step Guide to Creating an S3 Bucket, Policy, User, and Access Key for Read/Write Access

Amazon S3 (Simple Storage Service) is a highly scalable, secure, and durable object storage service offered by Amazon Web Services (AWS). S3 allows you to store and retrieve any amount of data from anywhere on the web. In this article, we will walk you through the process of creating an S3 bucket, policy, user with read/write access, and creating a key for that user.