awssaprep Flashcards

1
Q

What is needed to server https to s3 static website

A

CloudFront is needed for https to s3

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

What file storage option provides data consistency and locking

A

EFS

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

Which ELB option allows for path based routing

A

application lb

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

What cloudwatch feature can trigger lambda functions

A

events

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

How can you make sure that all web requests to S3 go through cloud front

A

create an OAI policy

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

What is an OAI Policy

A

CloudFront uses the OAI account to access and serve files to your users, but users can’t use a direct URL to the S3 bucket to access a file there.

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

What are pre-signed URLs and what do they do

A

All objects and buckets by default are private. The presigned URLs are useful if you want your user/customer to be able to upload a specific object to your bucket, but you don’t require them to have AWS security credentials or permissions.

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

What is a file gateway (Storage gateway for files)

A

enables you to store and retrieve objects in Amazon S3 using file protocols, such as NFS. Objects written through file gateway can be directly accessed in S3.

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

Describe the s3 file system

A

objects are stored in buckets. Amazon S3 has a flat structure instead of a hierarchy like you would see in a file system

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

How to collect ec2 logs

A

cloudwatch logs agent

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