A genomic research laboratory runs sequencing pipelines on Amazon EC2 instances in a private subnet. The pipelines generate raw sequence files of approximately each, which are stored in an Amazon S3 bucket. The data is accessed frequently and must be available immediately for the first . After , the files are rarely accessed but must be retained for at least to meet regulatory compliance requirements. Audits can tolerate a retrieval time of up to .
Which TWO solutions should the solutions architect combine to meet these requirements in the most cost-effective manner? (Select TWO.)
- Create an S3 Lifecycle rule to transition the objects to Amazon S3 Glacier Flexible Retrieval after creation.Cevap
- Create an S3 Lifecycle rule to expire the objects after creation.Cevap
- CCreate an S3 Lifecycle rule to transition the objects to Amazon S3 Standard-Infrequent Access (S3 Standard-IA) after creation, and then to Amazon S3 Glacier Flexible Retrieval after creation.
- DCreate an S3 Lifecycle rule to transition the objects to Amazon S3 Glacier Deep Archive after creation.
- ERoute the data transfer from the private EC2 instances to Amazon S3 through a NAT Gateway, and transition the objects to Amazon S3 Glacier Flexible Retrieval after creation.
Cevap
To meet the requirements cost-effectively, the solutions architect should use S3 Lifecycle rules to transition the objects to Amazon S3 Glacier Flexible Retrieval after creation, and expire the objects after creation.
Transitioning files to Amazon S3 Glacier Flexible Retrieval after is the most cost-effective tier because it meets the requirement of keeping files available immediately for the first and allows standard retrievals within , well within the audit limit. Expiring the objects after ensures that they are deleted once the compliance retention period is reached, stopping all storage charges.
Adım Adım Çözüm
Anahtar Kavram
Selecting the most cost-effective S3 storage tier based on access patterns, retrieval times, minimum storage durations, and expiration requirements.
Tahmini Süre:2m 0s