S3 buckets offer read-after-write consistency for PUTS of new objects.
True
What is the default encryption used on S3?
AES-256
Your S3 backed website is consistently receiving over 400 read requests per second and is steadily rising. What can you do to achieve the best performance as traffic to your website continues to increase?
Configure a CloudFront CDN and use the S3 bucket as the origin.
S3 buckets provides eventual consistency for overwrite PUTS and DELETES.
True.
Name three ways that allows a user to have secure access to private files located in S3.
S3 is for object storage, what does that mean?
It means that it is for files, images and web pages.
It is NOT for OS and databases.
What does S3 do to minimise the risk of losing any data?
The data is spread across multiple devices and facilities.
What are the S3 tiers/classes?
Name two ways to set up access control on a S3 bucket.
What is the availability (built for vs guaranteed) and durability for S3?
Name three things we can do to kept our data more safe.
How can you track what calls have been made to you S3 bucket?
You can configure a bucket to create access logs (Server access logging), which logs all requests made to the S3 bucket. These logs can be written to the same or another bucket in the same region.
What encryption is used in transit for S3?
SSL/TLS
What encryption is used at rest for S3?
How can you enforce encryption on a S3 bucket?
Add the x-amz-server-side-encryption parameter in the header.
Two options:
x-amz-server-side-encryption: AES256 (SSE-S3))
x-amz-server-side-encryption: ams:kms (SSE-KMS)
How can you enforce encryption on a S3 bucket?