Test Flashcards
Presigned URL is signed under which account?
Pre-signed URL is signed under the account who has created URL
What are two types of replications in S3
Single Region replication Cross Region replication
What two things do before you configure replication
You must enable version both at Source and Destination
You also need a IAM role who will do copy of data between
What kind of replication is available in S3 and what are the limitations
It is async replication
and the Limitations are
- Deletion operation not replicated
- Only new objects get replicated
- There is no chaining of replication e.g. transitive replication
Can you replicate S3 buckets in different region
Yes
How can you encrypt the traffic
using KMS
What are potential two uses of Pre-signed URLs
- Allow 3rd party to upload files to S3 buckets
2. Allow users to download link for premium content
Which two methods are available to create download and upload Presigned URL?
To download - CMDLINE method To upload - SDK is required
What is the default Presigned URL Timeout
3600
What are the required parameter but not document steps for configuring presigned URL?
region parameter is required. You also need s3v4 version. This step required is for encryption
Where to enable S3 Access logs
Under properties.
Server Access logging
How can you read S3 Access logs
Athena or data analytic tool
Why you need S3 Access logs
Purely for auditing
What I should not do in S3 Access log configuration
Attached the S3 Access to the same Bucket which you wish to monitor. Avoid loop