S3 Flashcards
Storage which allow concurrent access to the files from many instances (2)
S3, EFS
What rule needs to be respected when using S3 + route 53 alias record ?
bucket using the same name as the domain name
Storage : Immediate Retrieval + Cost optimized
S3
What is Transfer acceleration ?
speeding up uploads of data to S3 by using the CloudFront network. It is not used for downloading data
how to use https with S3 static website ?
To use HTTPS, use CloudFront to serve a static website hosted on S3
How to control access to the S3 buckets ? (3)
Bucket policies or
IAM user policies or
ACLs (to grant basic read and write permissions to other AWS accounts)
Is it possible to upload data directly to Glacier using aws Console ?
no
What is the MOST operationally efficient : “Create a bucket policy” or “to use an IAM policy” ?
IAM policy
What are the different retrieval option for glacier and what are the time associated ?
Expedited retrieval : 1 - 5 mins
Standard retrieval : 3 - 5 hours
Bulk retrieval : 5 - 12 hours (low-cost)
What is the minimum storage duration before you can transition objects from S3 Standard to S3 Standard IA or One Zone-IA ?
30 days
How to protect S3 object from deletion ? (2)
MFA + versioning
S3 can publish event to ? (3)
Lambda, sns, sqs
How to restrict access for each indivual user to a designated user folder in a S3 bucket ? (3)
- Federation proxy or an identity provider
- STS (token)
- Iam role & iam policy