AWS Object Storage and CDN - S3, Glacier and CloudFront Flashcards

1
Q

what is the URL for S3 static website hosting?

A

BUCKET-NAME.s3-website-AWS-REGION.amazonaws.com

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

What is the S3 consistency model for new objects and edited/deleted objects?

A

Read after write consistentcy for PUTS of new objects

Eventual consistency for overwrite PUTS and DELETES (can take time to propagate)

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

S3 has what consistency model for PUTS of new objects

A

Read After Write Consistency

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

What is AWS Storage Gateway?

A

It’s an on-premise virtual appliance that can be used to cache S3 locally at a customers site.

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

What is S3 One Zone - IA?

A

This is a Storage Tier that provides a lower cost option for infrequently accessed data but does not provide multiple Availability Zone data resilience (this is a replacement for Reduced Redundancy Storage)

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

You have been asked by your company to create an S3 bucket with the name “acloudguru1234” in the EU West region. What would be the URL for this bucket?

A

https://s3-eu-west-1.amazonaws.com/acloudguru1234

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

What is Amazon Glacier?

A

An AWS service designed for long term data archival.

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

What is the availability on RRS?

A

99.99%

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

S3 has eventual consistency for which HTTP Methods?

A

overwrite PUTS and DELETES

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

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?

A

Design your application to use the multi-part upload API for all objects

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

What is the durability on RRS?

A

99.99%

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

What is the durability on S3?

A

99.999999999%

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

What is the availability on S3?

A

99.99%

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

What is the minimum file size that I can store on S3?

A

1 Byte

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

do individual objects inherit bucket permissions?

A

no, object permissions must be set per object

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

what code is received for a successful upload to S3?

A

successful uploads will return an HTTP 200 code

17
Q

how can access to buckets be controlled?

A

using bucket access control lists or bucket policies

18
Q

what are the default permissions on buckets and their objects?

A

by default buckets and all of their objects are private

19
Q

once versioning is turned on for a bucket can it be disabled?

A

No, it can be suspended but not disabled

20
Q

where must versioning be enabled for cross regional replication to work

A

on both the source and destination buckets

21
Q

what are the requirements for lifecycle rules transitioning from S3 to S3-IA

A

object must be at least 128kb and it must be at least 30 days after the creation date of the object

22
Q

what are the requirements for lifecycle rules transitioning from S3-IA to Glacier

A

it must be at least 30 days after the object has transitioned to S3-IA (if relevant)

23
Q

what transitions are available using S3 lifecycle management?

A

objects can be transitioned to S3-IA, to Glacier, or deleted. These actions can be taken on current objects or on previous versions

24
Q

are cloudfront distributions limited to a single origin

A

No, you can have multiple origins in a distribution

25
Q

in what way can user access to cloudfront distributions be restricted

A

viewer access can be limited using signed URLs or signed cookies

26
Q

What are the valid configuration types for AWS Storage gateway?

A

The valid types are - Gateway-cached volumes, Gateway-stored volumes, Gateway-Virtual Tape Library

27
Q

You work for a market analysis firm who are designing a new environment. They will ingest large amounts of market data via Kinesis and then analyse this data using Elastic Map Reduce. The data is then imported in to a high performance NoSQL Cassandra database which will run on EC2 and then be accessed by traders from around the world. The database volume itself will sit on 2 EBS volumes that will be grouped into a RAID 0 volume. They are expecting very high demand during peak times, with an IOPS performance level of approximately 15,000. Which EBS volume should you recommend?

A

You should use provisioned IOPS for any requirement of 10,000 IOPS or more.

28
Q

What are the valid methodologies for encrypting data on S3?

A

The valid ways of encryption data on S3 are Server Side Encryption (SSE)-S3, SSE-C, SSE-KMS or a client library such as Amazon S3 Encryption Client.

29
Q

Which of the following is not supported by AWS Import/Export - Import to Amazon S3, Export from Amazon S3, Import to Amazon EBS, Import to Amazon Glacier, Export from Amazon Glacier

A

Export from Amazon Glacier

30
Q

You have started a new role as a solutions architect for an architectural firm that designs large sky scrapers in the Middle East. Your company hosts large volumes of data and has about 250Tb of data on internal servers. They have decided to store this data on S3 due to the redundancy offered by it. The company currently has a telecoms line of 2Mbps connecting their head office to the internet. What method should they use to import this data on to S3 in the fastest manner possible.

A

AWS Import/Export