Tuesday, February 19, 2019

AWS S3: Starting with a bucket: Checklist

Before start: Download policy csv and doc file.


To manage buckets you always need to do it in a consistent way.

Bucket name: "mg-my-bucket"

Versioning: if needed.

Replication: If needed.

Lifecycle is much important for a bucket:
Name of the Rules(example):

  • "Delete the previous version after 90 days."
  • "Transition to Standard-IA after 30, and to Glacier after 90 days."
  • "Standard-IA - 30, Glacier - 90, delete the previous version - 29 days."


Configure expiration:
  • Permanently delete previous versions.
  • Clean up expired object delete markers.
Bucket Policy: unused totally, using user-xyz policy.

Close this window after save/upload/delete.

Creating user:
Tags:
user: sharif
purpose: data research
location: dhaka




IAM S3 Bucket policy:
Policy name: user-nazzin
Description: Limited access - data-research-nazzin










No comments:

Post a Comment