Simple Storage Service (S3) Flashcards

1
Q

What can you analyze with Amazon S3 analytics – Storage Class Analysis?

A
  • You can analyze storage access patterns to help you decide when to transition the right data to the right storage class.
  • Storage class analysis only provides recommendations for Standard to Standard IA classes.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

After you configure a bucket to be a Requester Pays bucket, how do requesters show they understand that they will be charged for the request and for the data download?

A

Requesters must either include x-amz-request-payer as a header in their API request for DELETE, GET, HEAD, POST, and PUT requests, or add the RequestPayer parameter in their REST request.

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

How can access log information be useful?

A
  • security and access audits.
  • can help you learn about your customer base and understand your Amazon S3 bill.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How do you pay for S3 server access logging?

A

Any log files that the system delivers to you will accrue the usual charges for storage

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

What are the restrictions for access log destination bucket?

A

Destination buckets
- should not have server access logging enabled.
- should not have S3 Object Lock enabled
- must not have Requester Pays enabled
- only server-side encryption with Amazon S3 managed keys (SSE-S3) is supported

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

Buckets versioning can be in one of three states:

A
  • Unversioned (the default)
  • Versioning-enabled
  • Versioning-suspended
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the allowed formats for the Amazon S3 website endpoints?

A

http://bucket-name.s3-website-Region.amazonaws.com
http://bucket-name.s3-website.Region.amazonaws.com

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

Amazon S3 can send event notification messages to the following destinations:

A

Amazon Simple Notification Service (Amazon SNS) topics
Standard / non-FIFO Amazon Simple Queue Service (Amazon SQS) queues
AWS Lambda function
Amazon EventBridge

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

What are the S3 archive classes?

A

Glacier Instant Retrieval - milliseconds
Glacier Flexible Retrieval - minutes to hours and with free bulk retrievals
Glacier Deep Archive -within 12-48 hours

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

S3 encryption SSE-S3:

A
  • All new object uploads to Amazon S3 buckets are encrypted by default
  • Amazon S3 encrypts each object with a unique key.
  • There are no additional fees for using server-side encryption with Amazon S3 managed keys
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How a customer can specify the S3 encryption key

A

SSE-C. The customer provides the key in the header
SSE-S3. The customer informs AES256 in the header
SSE-KMS. The customer informs the key id in the header.

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

Unsupported S3 transtitions

A
  • Any to Standard
  • Any to Reduced Redundancy Storage (RRS).
  • One Zone-IA to Intelligent-Tiering, Standard-IA, or S3 Glacier Instant Retrieval.
  • Intelligent-Tiering to Standard-IA.
  • Intelligent-Tiering Archive Instant to One Zone-IA.
  • Intelligent-Tiering Archive to One Zone-IA or Glacier Instant Retrieval.
  • Intelligent-Tiering Deep Archive to One Zone-IA, Glacier Instant Retrieval, or Glacier Flexible Retrieval.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly