S3 Flashcards

1
Q

What is Amazon S3?

A

Amazon S3 is a object storage.
Durable, highly available, and scalable.
Costs are aligned with usage.

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

What kind of data can I store in Amazon S3?

A

Any type of data - yet, it is used for storing and retrieving. Not for database access or a file system.

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

How much data can I store in Amazon S3?

A

The total volume of data and number of objects are unlimited.
Individual objects can range in size from a minimum of 0 bytes to a maximum of 5 terabytes.
The largest object that can be uploaded in a single PUT is 5 gigabytes.
For objects larger than 100 megabytes, customers should consider using the Multipart Upload capability.

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

What storage classes does Amazon S3 offer?

A

S3 Standard: general-purpose storage of frequently accessed data;
S3 Standard-Infrequent Access (S3 Standard-IA): Storing is cheaper – but retrieval costs higher.
S3 One Zone-Infrequent Access (S3 One Zone-IA): Only available in one AZ
Amazon S3 Glacier (S3 Glacier): Cheap storage but minutes to hours to retrieve
Amazon S3 Glacier Deep Archive (S3 Glacier Deep Archive): Cheap storage but minutes to hours to retrieve

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

How are files organized?

A

Assign a unique object key that can later be used to retrieve the data.
Keys can be any string, and they can be constructed to mimic hierarchical attributes.
Alternatively, you can use S3 Object Tagging to organize your data across all of your S3 buckets and/or prefixes.

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

How reliable is Amazon S3? (Availability)

A

S3 Standard: 99.99% availability
S3 Standard-IA: 99.9% availability
S3 One Zone-IA: 99.5% availability

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

Does Amazon S3 offer a Service Level Agreement (SLA)?

A

Yes. The Amazon S3 SLA provides for a service credit if a customer’s monthly uptime percentage is below our service commitment

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

Where is my data stored?

A

You specify an AWS Region when you create your Amazon S3 bucket.
S3 Standard, S3 Standard-IA, and S3 Glacier stored across multiple devices spanning a minimum of three Availability Zones
S3 One Zone-IA storage class are stored redundantly within a single Availability Zone in the AWS Region you select.

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

What is an AWS Region?

A

Geographic location where AWS provides multiple, physically separated and isolated Availability Zones which are connected with low latency, high throughput, and highly redundant networking.
Example: EU Frankfurt (eu-central-1)

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

What is an AWS Availability Zone (AZ)?

A

Isolated location within an AWS Region each separated by miles to protect against local events like fires, floods, etc.

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

How do I decide which AWS Region to store my data in?

A
  • is near to your customers, your data centers, or your other AWS resources in order to reduce data access latencies.
  • is remote from your other operations for geographic redundancy and disaster recovery purposes.
  • enables you to address specific legal and regulatory requirements.
  • allows you to reduce storage costs. You can choose a lower priced region to save money.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How will I be charged my use of Amazon S3?

A
  • Storage Used
  • Network Data Transferred In
  • Network Data Transferred Out
  • Data Requests
  • Data Retrieval (for IA classes)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How is my data secured in Amazon S3?

A
  • Upon creation, only the resource owners have access to Amazon S3 resources they create.
  • Amazon S3 supports user authentication to control access to data.
  • You can use access control mechanisms such as bucket policies and Access Control Lists (ACLs) to selectively grant permissions
  • You can securely upload/download your data to Amazon S3 via SSL endpoints using the HTTPS protocol.
  • If you need extra security, you can use the Server-Side Encryption (SSE) option to encrypt data stored at rest.
  • You can configure your Amazon S3 buckets to automatically encrypt objects before storing them if the incoming storage requests do not have any encryption information.
  • Alternatively, you can use your own encryption libraries to encrypt data before storing it in Amazon S3.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How durable is Amazon S3?

A

Amazon S3 Standard, S3 Standard–IA, S3 One Zone-IA, and S3 Glacier are all designed to provide 99.999999999% (nine 9s) durability.

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

What is S3 Intelligent-Tiering?

A
  • Automatic cost savings by moving objects between two access tiers when access patterns change.
  • One tier is optimized for frequent access and the other lower-cost tier is designed for infrequent access.
  • Objects uploaded or transitioned to S3 Intelligent-Tiering are automatically stored in the frequent access tier.
  • S3 Intelligent-Tiering works by monitoring access patterns and then moving the objects that have not been accessed in 30 consecutive days to the infrequent access tier. If the objects are accessed later, S3 Intelligent-Tiering moves the object back to the frequent access tier.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is S3 Transfer Acceleration?

A

Leverages Amazon CloudFront’s globally distributed AWS Edge Locations. As data arrives at an AWS Edge Location, data is routed to your Amazon S3 bucket over an optimized network path.

17
Q

With a policy that allows for public access.

Are versioned files accessable?

A

No, only the most current version