A media company is setting up a video processing pipeline on AWS and requires two types of storage:
First, a cost-effective storage class to archive finished projects for compliance. The archives will be rarely accessed, and a retrieval time of up to 12 hours is acceptable.
Second, a temporary scratch space for active video rendering on a single Amazon EC2 instance. This space must deliver the lowest possible latency and highest random I/O performance, but the data does not need to persist when the instance is stopped or terminated.
Which two AWS storage options should the company select to meet these requirements? (Select TWO.)
- Amazon S3 Glacier Deep ArchiveCevap
- Amazon EC2 Instance StoreCevap
- CAmazon Elastic File System (Amazon EFS)
- DAmazon Elastic Block Store (Amazon EBS)
- EAmazon S3 Standard-Infrequent Access (S3 Standard-IA)
Cevap
Amazon S3 Glacier Deep Archive and Amazon EC2 Instance Store
Amazon S3 Glacier Deep Archive is the most cost-effective solution for archival storage where a 12-hour retrieval time is acceptable. Amazon EC2 Instance Store is ideal for temporary scratch storage because it is physically attached to the host computer, offering low-latency, high-speed random I/O at no additional cost, while automatically deleting the data when the instance stops or terminates.
Adım Adım Çözüm
Anahtar Kavram
Selecting the correct AWS storage services based on access frequency, performance, durability, and cost requirements.