S3 Flashcards
when creating a new object (uploading new file), the file will be available…?
immediately. (immediately consistency)
when overwriting an object (overwriting/updating afile), the file will be available…?
eventually. (eventual consistency). It may take up to 1 min for the file to be spreaded across all availability zone.
What are the different tiers?
S3 Standard
S3 Standard-IA
S3 One Zone-IA
Amazon Glacier
https://i.imgur.com/CMehcwz.png
S3 charges are calculated from…?
storage requests storage management pricing data transfer pricing transfer acceleration
S3 file size limit?
5TB
S3 Storage limit?
Unlimited
An S3 bucket name must be unique?
true
what’s the structure of an S3 object URL?
https: //s3-ap-southeast-1.amazonaws.com/jacobgoh101-learn/text.txt
https: //s3-[region name].amazonaws.com/[bucket name]/[filename]
What are the core fundamentals of an S3 Objects?
Key (name) Value (data) Version ID Metadata Subresources - ACL, torrent
What HTTP status code will a successful upload return?
200
The largest object that can be uploaded in a single PUT is …?
5GB
For objects larger than 100 megabytes, customers should consider using the ____ capability.
Multipart Upload
You can use S3 ____ to organize your data across all of your S3 buckets and/or prefixes.
Object Tagging
availability for S3 Standard, S3 Standard IA, S3 One Zone IA, ?
99.99%, 99.9%, 99.5%
what’re the four mechanisms for controlling access to Amazon S3 resources?
Identity and Access Management (IAM) policies,
bucket policies,
Access Control Lists (ACLs), and
Query String Authentication.
What’s Query String Authentication?
With Query String Authentication, customers can create a URL to an Amazon S3 object which is only valid for a limited time.
What options do I have for encrypting data stored on Amazon S3?
SSE-S3,
SSE-C,
SSE-KMS,
or a client library such as the Amazon S3 Encryption Client.
Can I disable versioning after enabling it?
No
How to add additional security to S3 file versions?
You can use MFA Delete Capability
For Cross-Origin Replication, both the source and destination regions must have ____ enabled.
Versioning
For Cross-Origin Replication, both the source and destination regions must be ______
unique / different