awssaprep Flashcards
What is needed to server https to s3 static website
CloudFront is needed for https to s3
What file storage option provides data consistency and locking
EFS
Which ELB option allows for path based routing
application lb
What cloudwatch feature can trigger lambda functions
events
How can you make sure that all web requests to S3 go through cloud front
create an OAI policy
What is an OAI Policy
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.
What are pre-signed URLs and what do they do
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.
What is a file gateway (Storage gateway for files)
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.
Describe the s3 file system
objects are stored in buckets. Amazon S3 has a flat structure instead of a hierarchy like you would see in a file system
How to collect ec2 logs
cloudwatch logs agent