100% found this document useful (1 vote)
116 views

AWS Interview Points

S3 provides backup, storage, and hosting capabilities. Objects can be up to 5TB in size and multipart uploads are used for files over 5GB. Security is provided through IAM policies, bucket policies, and access control lists. Versioning and replication can be enabled at the bucket level to protect against unintended deletes and enable rollbacks or cross-region copying.

Uploaded by

Nilesh Satose
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
116 views

AWS Interview Points

S3 provides backup, storage, and hosting capabilities. Objects can be up to 5TB in size and multipart uploads are used for files over 5GB. Security is provided through IAM policies, bucket policies, and access control lists. Versioning and replication can be enabled at the bucket level to protect against unintended deletes and enable rollbacks or cross-region copying.

Uploaded by

Nilesh Satose
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

S3

 Backup, storage, static websites, media hosting, data lakes and big data analysis
 Globally unique name. defined at region level.
 Max object size 5TB
 Multi-part uploads for 5GB n more file
 Security
o User Based
 IAM Policies
o Resource Based
 Bucket Policy
 Object Access Control List
 Bucket Access Control List
 S3 Bucket Policies

 Access Types
o Public Access: - Bucket Policy
o User Access: - IAM Permissions
o EC2 instance Access: - IAM Role
o Cross Account Access:- Bucket Policy
 If you get a 403 Forbidden error, make sure the bucket policy allows public reads!
 Versioning
o Enabled at bucket level
o Protect against unintended deletes (ability to restore a version)
o Easy roll back to previous version
 Replication
o Must enable Versioning in source and destination buckets
o Cross-Region Replication (CRR)
o Same-Region Replication (SRR)
 S3 Transfer acceleration
o Multiple part uploads 5GB and more is must 100MB and more recommended
o AWS Edge Location
EC2 MetaData
 http://169.254.169.254/latest/meta-data

Order for locations AWS CLI uses to find credentials


 Command Line Options Environmental Variables EC2 Instance Profile

You might also like