AWS -S3 -study group 1 Flashcards
S3 permissions (True or False)
All buckets and objects are private by default
True
The resources owner can grant access to the resource through S3 “resource based policies” or a traditional IAM user policy are called?
Permissions
Grants access to users in other AWS accounts or to the public.
access control lists
S3 (True or False)
Both buckets and objects has ACLs.
True
S3 (True or False)
Object ACLs allow us to share an S3 object with the public via a URL link.
True
a set of rules that automate the migration of an object’s storage class to a different storage class(or deletion), based on specified time intervals.
Lifecycle policies
Connects local data center software appliance to cloud based storage such as Amazon S3.
Storage Gateway
Is a method of allowing a web application located in one domain to access and use resources in another domain.
This allows web applications running javascript or HTML5 to access resources in an S3 bucket without using a proxy server.
CORS
S3 Bucket Name Format
What is displayed last in the https;// bucket name format? The “Region” or the “Bucketname”?
https: //s3-REGION.amazonaws.com/BUCKETNAME
https: //s3-eu-west-1.amazonaws.com/stevesbucket
HTTP response code for successful upload
HTTP 200
Two ways to secure data in S3
Access Control Lists
Bucket Policies
What are you charged for with S3?
storage requests storage management pricing (tags) data transfer pricing (moving data within S3, inter-region) transfer acceleration
S3 Versioning, do you pay for each stored version?
Yes
Can versioning be disabled?
No. Only suspended. Have to delete bucket to fully remove versioning
Does cross-region replication require versioning?
yes
S3 File Size limits
0 bytes to 5 Terabytes