A company is designing an application architecture on AWS and needs to select storage solutions for two different use cases. First, they need low-latency, temporary block storage to hold temporary scratch files and cache data that can be safely discarded when the EC2 instances are stopped. Second, they need a low-cost storage solution to archive historical records that are rarely accessed but must be retrievable within a few hours. Which TWO AWS storage options should the company select to meet these requirements?
- Amazon EC2 Instance StoreCevap
- Amazon S3 Glacier Flexible RetrievalCevap
- CAmazon EBS Provisioned IOPS SSD
- DAmazon Elastic File System (Amazon EFS)
- EAmazon EBS General Purpose SSD
Cevap
The correct options are Amazon EC2 Instance Store and Amazon S3 Glacier Flexible Retrieval.
Amazon EC2 Instance Store is correct because it provides temporary, high-speed block storage directly attached to the host computer, which is ideal for temporary scratch files or buffer data that does not need to survive instance stops. Amazon S3 Glacier Flexible Retrieval is correct because it is designed for low-cost archiving of historical data that is rarely accessed, offering retrieval options that take between a few minutes and a few hours.
Adım Adım Çözüm
Anahtar Kavram
AWS Storage Services selection based on persistence and lifecycle requirements