SIMPLE STORAGE SERVICE (S3) Flashcards
Is s3 private by default?
Yes
A form of resource policies used for S3
Bucket Policies
Can resource policies effect different accounts?
Yes
Can bucket policies allow/deny anonymous principals
Yes
Policies used for the identities in the same account or multiple resources
Identity
Policies used for cross-account or just controlling S3
Bucket policies
Allows access to S3 via HTTP once index and error documents are set
Static Web Hosting
Specific address that the bucket can be access from using HTTP
Website Endpoint
Storage is one of the cost components of S3
True
Requests and Data retrievals are one of the cost components of S3
True
Data Transfer is one of the cost components of S3
True
Lets you keep a copy of an object whenever it is overwritten as its versions also protects your objects from accidental deletions
versioning
markers on an object version to mark it as removed, rather than permanently deleting it from your S3 bucket
Delete Markers
Can you disable versioning off after enabling it?
No only suspended
Charged and space is consumed by all version of an object
True
a security feature that is used together with S3 Versioning to prevent unauthorized
or accidental deletions in your S3 bucket
MFA delete
The bucket owner must include two forms of authentication in any request to delete an object version or change the versioning state of the bucket
MFA delete
single data stream to S3, if the stream fails upload fails
Single Put Upload
Max file size per single upload
5 gb
Data is broken up into parts for uploading, parts can fail and be restarted
Multipart Upload
Uses the network of Edge locations to upload to optimize long distance transfers from your client to Amazon S3
Transfer Acceleration
Buckets are not encrypted by objects inside buckets are
True
Data is first encrypted on the client-side before uploaded to Amazon
S3. You manage the encryption process, the encryption keys, and related tools
Client-Side encryption (CSE)
Amazon S3 encrypts your object before saving it on disks in its data
centers and then decrypts it when you download the objects
Server-Side encryption (SSE)