Saturday 27 June 2020

S3 Versioning

By default, all newly created buckets are Private.
You can setup access control to your buckets using :

  • Bucket Policies
  • Access Control Lists
S3 buckets can be configured to create access logs which log all requests made to the S3 bucket.
This can be sent to another bucket and even another bucket in another account.


S3 versioning:

  • Stores all versions of an object (including all writes and even if you delete an object).
  • Great backup tool.
  • Once enabled,Versioning cannot be disabled,only suspended.
  • Versioning's MFA Delete capability.

How to enable versioning in S3:

1. Navigate to services --> Storage -->S3.


 2. in the properties section. find the versioning option.

      

3.Enable the version and click on SAVE.


4. Versioning info, can be seen in the below highlighted option.

   


*Note: By default all the versions are private. if the need of S3 bucket access is public. Need to enable public access for the object at every version.



No comments:

Post a Comment