S3 Flashcards
You are hosting a static website in an S3 bucket that uses Java script to reference assets in another S3 bucket. For some reason, these assets are not displaying when users browse to the site. What could be the problem?
You need to open port 80 on the appropriate security group in which the S3 bucket is located.
Amazon S3 does not support Javascript.
You haven’t enabled Cross Origin Resource Sharing (CORS) on the bucket where the assets are stored.
You cannot use one S3 bucket to reference another S3 bucket.
You haven’t enabled Cross Origin Resource Sharing (CORS) on the bucket where the assets are stored.
What is the HTTP code you would see once you successfully place a file in an S3 bucket?
200
404
524
312
200
If you want to enable a user to download your private data directly from S3, you can insert a pre-signed URL into a web page before giving it to your user.
True or False?
True
S3 provides unlimited storage.
True or False?
True
If you encrypt a bucket on S3, what type of encryption does AWS use?
Advanced Encryption Standard (AES) 256
Advanced Encryption Standard (AES) 128
Data Encryption Standard (DES)
International Data Encryption Algorithm (IDEA).
Advanced Encryption Standard (AES) 256
What is the maximum file size that can be stored on S3?
4TB
1TB
5TB
2TB
5TB
The minimum file size allowed on S3 is 1 byte.
True or False?
False
When you first create an S3 bucket, this bucket is publicly accessible by default.
True or False?
False
What is the largest size file you can transfer to S3 using a PUT operation?
5TB
1GB
100MB
5GB
5GB
You are using S3 in AP-Northeast to host a static website in a bucket called “acloudguru”. What would the new URL endpoint be?
http: //www.acloudguru.s3-website-ap-northeast-1.amazonaws.com
https: //s3-ap-northeast-1.amazonaws.com/acloudguru/
http: //acloudguru.s3-website-ap-southeast-1.amazonaws.com
http: //acloudguru.s3-website-ap-northeast-1.amazonaws.com
http://acloudguru.s3-website-ap-northeast-1.amazonaws.com