Review Questions
-
When trying to create an S3 bucket named documents, AWS informs you that the bucket name is already in use. What should you do in order to create a bucket?
- Use a different region.
- Use a globally unique bucket name.
- Use a different storage class.
- Use a longer name.
- Use a shorter name.
-
Which S3 storage classes are most cost-effective for infrequently accessed data that can’t be easily replaced? (Select TWO.)
- STANDARD_IA
- ONEZONE_IA
- GLACIER
- STANDARD
- INTELLIGENT_TIERING
-
What are the major differences between Simple Storage Service (S3) and Elastic Block Store (EBS)? (Select TWO.)
- EBS stores volumes.
- EBS stores snapshots.
- S3 stores volumes.
- S3 stores objects.
- EBS stores objects.
-
Which tasks can S3 object life cycle configurations perform automatically? (Select THREE.)
- Deleting old object versions
- Moving objects to Glacier
- Deleting old buckets
- Deleting old objects
- Moving objects to an EBS volume
-
What methods can be used to grant anonymous access...