Amazon S3 Flashcards

1
Q

Global storage platform that is region based - data is held at the region level

A

S3

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

Is data replicated across AZ when using S3

A

Yes

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

Is S3 useful for offloading large data?

A

Yes

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

Term for the name of an object in a bucket

A

Key

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

Range of sizes for objects able to be stored in S3

A

0 bytes - 5 TB

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

If uploading more than 5GB, must use

A

Multi-part upload

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

Bucket wide rules from the S3 console

A

Resource-Based Bucket Policies

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

Encrypt objects in Amazon S3 using

A

Encryption keys

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

Markers on an object version to mark it as removed, rather than permanently deleting it from your S3 bucket

A

Delete Markers

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

A security feature that is used together with S3 Versioning to prevent unauthorized
or accidental deletions in your S3 bucket

A

MFA delete

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

Allows access to S3 via HTTP once index and error documents are set

A

Static Web Hosting

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

Lets you keep a copy of an object whenever it is overwritten as its versions also protects your objects from accidental deletions

A

Versioning

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

Allows access to S3 via HTTP once index and error documents are set

A

Static Web Hosting

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

Data is broken up into parts for uploading, parts can fail and be restarted

A

Multipart Upload

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

Uses the network of Edge locations to upload to optimize long distance transfers from your client to Amazon S3

A

Transfer Acceleration

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

Data is first encrypted on the client-side before uploaded to Amazon
S3. You manage the encryption process, the encryption keys, and related tools

A

Client-Side encryption (CSE)

15
Q

Amazon S3 encrypts your object before saving it on disks in its data
centers and then decrypts it when you download the objects

A

Server-Side encryption (SSE)

16
Q

You manage the encryption keys and S3 manages the encryption and decryption process

17
Q

S3 uses AES-256 encryption keys to encrypt your objects, and each object is encrypted with a unique key

A

SSE-S3 (AES256)

18
Q

S3 uses AES-256 encryption keys to encrypt your
objects but the key is managed in a different service, which is AWS KMS

19
Q

Share objects or allow your customers/users to upload objects to buckets without AWS security credentials or permissions. Takes on the realtime permissions of the creator when used

A

Presigned URL

20
Q

Lets you keep a copy of an object whenever it is overwritten as its versions also protects your objects from accidental deletions

A

Versioning

21
Q

Allows access to S3 via HTTP once index and error documents are set

A

Static Web Hosting

22
Q

Grants others time-limited permission to download or upload objects
from and to the owner’s S3 buckets

A

Presigned URL

23
Used to retrieve parts of objects instead of whole objects using SQL-like statements
S3 Select
24
Feature to receive notifications when certain events happen in your S3 bucket such as creating, deleting, restoring or replicating an object
Amazon S3 Event Notifications
25
Provides detailed records for the requests that are made to an Amazon S3 bucket used for security and access audits
S3 server access logging
26
Store objects using a write-once-read-many (WORM) model which requires versioning
Object Lock
27
Object is WORM-protected and can't be overwritten or deleted and remains in place until you explicitly remove it
Legal Hold
28
Retention mode where certain permissions can be granted to adjust the lock settings
Governance
29
Named network endpoints that are attached to buckets that you can use to perform S3 object operations
Access points
30
Used to monitor malicious activity on S3 such as unauthorized access or suspicious access patterns
AWS Guard Duty
31
Replication used for log aggregation, live replication between production and test accounts
Same-Region Replication (SRR)
32
Replication used for compliance, lower latency access, replication across accounts
Cross-Region Replication (CRR)
33
Replicate existing objects and objects that failed replication
S3 Batch Replication
34
Automatic, asynchronous copying of objects across Amazon S3 buckets
S3 Replication