S3 Flashcards

1
Q

Storage which allow concurrent access to the files from many instances (2)

A

S3, EFS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What rule needs to be respected when using S3 + route 53 alias record ?

A

bucket using the same name as the domain name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Storage : Immediate Retrieval + Cost optimized

A

S3

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is Transfer acceleration ?

A

speeding up uploads of data to S3 by using the CloudFront network. It is not used for downloading data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

how to use https with S3 static website ?

A

To use HTTPS, use CloudFront to serve a static website hosted on S3

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How to control access to the S3 buckets ? (3)

A

Bucket policies or
IAM user policies or
ACLs (to grant basic read and write permissions to other AWS accounts)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Is it possible to upload data directly to Glacier using aws Console ?

A

no

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the MOST operationally efficient : “Create a bucket policy” or “to use an IAM policy” ?

A

IAM policy

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the different retrieval option for glacier and what are the time associated ?

A

Expedited retrieval : 1 - 5 mins
Standard retrieval : 3 - 5 hours
Bulk retrieval : 5 - 12 hours (low-cost)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the minimum storage duration before you can transition objects from S3 Standard to S3 Standard IA or One Zone-IA ?

A

30 days

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How to protect S3 object from deletion ? (2)

A

MFA + versioning

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

S3 can publish event to ? (3)

A

Lambda, sns, sqs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How to restrict access for each indivual user to a designated user folder in a S3 bucket ? (3)

A
  1. Federation proxy or an identity provider
  2. STS (token)
  3. Iam role & iam policy
How well did you know this?
1
Not at all
2
3
4
5
Perfectly