What type of Object Encryptions are available in S3?
How does SSE-S3 works?
How does SSE-KMS works?
What are the SSE-KMS limitations?
How does SSE-C works?
How does – Client-Side Encryption works in S3?
How to force encryption in transit for s3?
You can setup a bucket policy to deny s3:GetObject if SecureTransport is false. The file can only access by HTTPS.
What is default encryption in S3?
SSE-S3 encryption is automatically applied to new objects stored in S3 bucket
Which one evaluated first: Bucket polcies or Defaul encryption?
Bucket policies > Defaul encryption
What are the CORS headers?
Access-Control-Allow-Origin: https://www.example.com
Access-Control-Allow-Methods: GET, PUT, DELETE
How to enable CORS in S3 buckets?
S3 Bucket > Permissions > CORS settings,You can allow for a specific origin or for * (all origins)
What is Amazon S3 – MFA Delete?
MFA (Multi-Factor Authentication) – force users to generate a code on a
device (usually a mobile phone or hardware) before doing important
operations on S3
What are the protected actions that need S3 MFA Delete?
What must be setup for S3 MFA DeletE?
What are S3 Access Logs?
How NOT TO setup Access Logs?
NEVER use the same bucket to store access logs.
What are S3 - Pre-Signed URLs?
Whats expiration can be set for S3 Pre-Signed URLs?
Give exmaples for S3 Pre-Signed URLs.
What are S3 Access Points?
How can you restrict S3 AP to be accessible onyl form you VPC?
1, Create a VPC Endpoint
2, The VPC Endpoint policy must allow access to tartget bucket and AP
What’s S3 Object Lambda?
What’s the uses cases of S3 Object Lambda?