S3 – Versioning

Versioning is a method of keeping multiple modifications/versions of an object in the same bucket. You can use versioning to preserve, retrieve, and restore every version of every object stored in your Amazon S3 bucket. With versioning, you can easily recover from both unintended user actions, accidental deletes and application failures. How Versioning works: In […]

Continue Reading

S3 – Encryption

Encryption on any system requires three components: (1) data to encrypt (2) a method to encrypt the data using a cryptographic algorithm(AES) (3) encryption keys to be used in conjunction with the data and the algorithm.   S3 supports encryption of data in transit and at rest. The data at transit will be encrypted using SSL. […]

Continue Reading

AWS S3 – Simple Storage Service

Simple, durable, massively scalable object storage S3 is one of the most amazing features of AWS and heavily featured exam topic in AWS certifications. You have to know what are the different storage types, classes available in S3. Which is ideal for the given scenario, how to move the data in and out of the S3 […]

Continue Reading