A Cantrill - S3 Flashcards
S3 buckets are private by default (T or F)
True. By default all S3 buckets are created as private.
What is S3 bucket policy?
A form of Resource policy, like identify policy but attached to a bucket.
What is the difference between an Identity policy and a Resource (bucket) policy?
-Use Identity policies for controlling different resources (not just S3). OR if you only want to manage all permissions in IAM.
-Resource (bucket) policy for just S3. OR if you want cross account or anonymous (whole internet) access for a certain resource
Aside from Static web hosting, what other cases are good in S3 static ?
Offloading and Out-of-band pages.
What is the cost to transfer data into S3 from internet?
Free
What is Static Website Hosting?
feature of S3 which lets you define a HTTP endpoint, set index and error documents and use S3 like a website.
What is the default behavior of S3 bucket for the object versioning option?
Its initially disabled
Once a bucket has Object Versioning enabled, you CAN switch it back to disabled (true or false)
False.
Once a bucket has versioning enabled you cannot go back to disabled. You can “suspend” versioning temporarily but cannot go back to disable.
What is the minimum data size for an object to use Multipart upload in S3?
100 MB.
what is the maximum number of parts in multipart?
10,000 max parts, 5MB > 5GB
What is the route for S3 transfer acceleration?
Upload location to Edge location to S3 bucket
Can KMS use both Symmetric and Asymmetric keys?
Yes, KMS use both Symmetric and Asymmetric keys
T or F: KMS keys can leave KMS
False.
Keys never leave KMS.
Uses FIPS 140-2(L2)
KMS keys are isolated to region and never leave (T or F)
True. KMS keys are isolated to region and never leave
Key policies are what type of policy?
Key policies are a Resource policy.