1
Q

when creating a new object (uploading new file), the file will be available…?

A

immediately. (immediately consistency)

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

when overwriting an object (overwriting/updating afile), the file will be available…?

A

eventually. (eventual consistency). It may take up to 1 min for the file to be spreaded across all availability zone.

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

What are the different tiers?

A

S3 Standard
S3 Standard-IA
S3 One Zone-IA
Amazon Glacier

https://i.imgur.com/CMehcwz.png

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

S3 charges are calculated from…?

A
storage
requests
storage management pricing
data transfer pricing
transfer acceleration
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

S3 file size limit?

A

5TB

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

S3 Storage limit?

A

Unlimited

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

An S3 bucket name must be unique?

A

true

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

what’s the structure of an S3 object URL?

A

https: //s3-ap-southeast-1.amazonaws.com/jacobgoh101-learn/text.txt
https: //s3-[region name].amazonaws.com/[bucket name]/[filename]

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

What are the core fundamentals of an S3 Objects?

A
Key (name)
Value (data)
Version ID
Metadata
Subresources - ACL, torrent
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What HTTP status code will a successful upload return?

A

200

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

The largest object that can be uploaded in a single PUT is …?

A

5GB

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

For objects larger than 100 megabytes, customers should consider using the ____ capability.

A

Multipart Upload

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

You can use S3 ____ to organize your data across all of your S3 buckets and/or prefixes.

A

Object Tagging

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

availability for S3 Standard, S3 Standard IA, S3 One Zone IA, ?

A

99.99%, 99.9%, 99.5%

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

what’re the four mechanisms for controlling access to Amazon S3 resources?

A

Identity and Access Management (IAM) policies,
bucket policies,
Access Control Lists (ACLs), and
Query String Authentication.

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

What’s Query String Authentication?

A

With Query String Authentication, customers can create a URL to an Amazon S3 object which is only valid for a limited time.

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

What options do I have for encrypting data stored on Amazon S3?

A

SSE-S3,
SSE-C,
SSE-KMS,
or a client library such as the Amazon S3 Encryption Client.

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

Can I disable versioning after enabling it?

A

No

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

How to add additional security to S3 file versions?

A

You can use MFA Delete Capability

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

For Cross-Origin Replication, both the source and destination regions must have ____ enabled.

A

Versioning

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

For Cross-Origin Replication, both the source and destination regions must be ______

A

unique / different

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

For Cross-Origin Replication, will files in existing bucket be automatically replicated as well?

23
Q

For Cross-Origin Replication, will delete markers be replicated?

24
Q

For Cross-Origin Replication, will deleting individual versions be replicated?

25
For Cross-Origin Replication, will deleting individual delete marker be replicated?
No
26
Lifecycle Management requires versioning? true or false ?
false. It can work with or without versioning
27
What can be done with Lifecycle Management?
Move object into S3-IA , Glacier, or permanently delete after an amount of time.
28
Where does CloudFront serve content from?
Edge Locations
29
What can be the origin of CloudFront?
S3 Bucket, EC2 instance, Elastic Load Balancer or Route 53
30
What are the 2 types of CloudFront distribution?
Web Distribution. | RTMP (for media streaming).
31
Can you upload to Edge locations?
Yes
32
How long will an object in CloudFront be cached for?
For the TTL set. (time to live)
33
Can I clear CloudFront cache?
Yes, but you will be charged
34
what are the 3 types of server side encryption?
SSE-S3: S3 Managed Key SSE-KMS: Key Management Service SSE-C: Customer Provided Key
35
What's storage gateway?
AWS Storage Gateway is a service that connects an on-premises software appliance with cloud-based storage to provide seamless and secure integration between an organization's on-premises IT environment and AWS's storage infrastructure. The service enables you to securely store data to the AWS cloud for scalable and cost-effective storage.
36
What are the 4 types of storage gateway?
* File Gateway (NFS) * Volumes Gateway (iSCSI) * Stored Volumes * Cached Volumes * Tape Gateway (VTL)
37
(Storage Gateway) File Gateway is for ____?
For flat files, stored directly on S3
38
(Storage Gateway) Volume Gateway - Stored Volume is for ____?
Entire Dataset is stored on site and is asynchronously backed up to S3
39
(Storage Gateway) Volume Gateway - Cached Volume is for ____?
Entire Dataset is stored on S3 and the most frequently accessed data is cached on site.
40
(Storage Gateway) Gateway Virtual Tape Library (VTL) for ____?
Used for backup and uses popular backup applications like NetBackup, Backup Exec, Veeam etc.
41
What are the Snowball services available?
Snowball, Snowball Edge, Snowball Mobile
42
What's S3 transfer acceleration?
S3 Transfer Acceleration utilises the CloudFront Edge Network to accelerate your uploads to S3. Instead of uploading directly to your S3 bucket, you can use a distinct URL to upload directly to an edge location which will then transfer that file to S3. You will get a distinct URL to upload to;
43
What's S3 transfer acceleration's url structure?
[butket-name].s3-accelerate.amazonaws.com
44
What's S3 static web hosting url structure?
https://[bucket-name].s3-website-[region-name].amazonaws.com
45
What is AWS Storage Gateway?
It's an on-premise virtual appliance that can be used to cache S3 locally at a customers site.
46
One of your users is trying to upload a 7.5GB file to S3 however they keep getting the following error message - "Your proposed upload exceeds the maximum allowed object size.". What is a possible solution for this?
Design your application to use the multi-part upload API for all objects
47
What's the availability of RRS?
99.99%
48
What's the durability of RRS?
99.99%
49
What's the durability of S3 Standard?
99.999999999% | eleven 9
50
What's the durability of S3 Standard IA?
99.999999999% | eleven 9
51
What's the availability of S3 Standard?
99.99%
52
What's the availability of S3 Standard IA?
99.9%
53
What's the durability of S3 One Zone IA?
99.999999999% eleven 9 but data will be gone in the event of Availability Zone destruction
54
What's the availability of S3 One Zone IA?
99.5%