AWS Quest 2 Level 3 Flashcards
what does S3 stand for?
Simple Storage Service
what type of storage service does S3 offer?
object storage
how durable is Amazon S3?
11 9s (99.999999999%)
what are the 6 Amazon S3 storage classes?
- S3 Standard
- S3 Intelligent-Tiering
- S3 Standard-Infrequent Access (IA)
- S3 One Zone-Infrequent Access (IA)
- S3 Glacier
- S3 Glacier Deep Archive
what is S3 Standard storage used for?
general purpose storage
what is S3 Intelligent-Tiering storage used for?
storing objects in different storage tiers depending on the objects’ usage
what is S3 Standard-Infrequent Access storage used for?
storage of data that is accessed less frequently, but requires rapid access when needed
what is S3 One Zone-Infrequent Access storage used for?
storage for data that is accessed less frequently, but requires rapid access when needed, but it is stored only in one Availability Zone (AZ)
what is S3 Glacier storage used for?
secure, durable, low-cost storage for data archiving
what is S3 Glacier Deep Archive storage used for?
low-cost storage and long-term retention and digital preservation for data that may be accessed once or twice in a year
what is S3 on Outposts?
it is object storage for your on-premises AWS Outpost environment
what is defined as a set or rules that define actions that Amazon S3 applies to a group of objects, so that you can either transition to another storage class or delete expired objects?
S3 Lifecycle management
what can you use to monitor access patterns in order to help you decide when to transition the right data to the right storage class?
S3 Storage Class Analysis
what tool will help you to make a cost estimate that fits your unique business needs?
the pricing calculator
what feature allows you to add your own code to S3 GET requests to modify and process data as it is returned to an application?
Amazon S3 Object Lambda
what is good about S3 Object Lambda?
S3 Object Lambda allows you to create special filters to modify the data returned by a S3 GET request
why would you need S3 Object Lambda to filter S3 GET requests?
S3 Object Lambda can perform any manipulation of data required before the GET request is returned, which can be useful if some information should be resized, hidden, put in a specific order, etc…
what do you use to easily preserve, retrieve, and restore every version of an object stored in S3, allowing you to recover from unintended user actions and application failures?
S3 Versioning
what else can you use to prevent accidental deletions?
Multi-Factor Authentication (MFA) Delete
What can be used to replicate objects to one or more destination buckets into the same or different AWS Regions?
S3 Replication
What can be used to replicate from a source S3 bucket to one or more destination buckets in different AWS Regions?
S3 Cross-Region Replication (CRR)
What can replicate objects between buckets in the same AWS Region?
S3 Same-Region Replication (SRR)
What can help you meet compliance requirements for data replication by providing an SLA and visibility into replication times?
S3 Replication Time Control
What can you use to ensure data is not deleted for a specified time period?
S3 Object Lock