A digital photography startup is designing a system on AWS. They need to store two types of data: high-resolution images that are accessed directly by users over the internet, and temporary cache files that require extremely low latency block storage on an EC2 instance but do not need to persist when the instance is stopped. Which two AWS storage options should the startup select to satisfy these requirements?
- Amazon Simple Storage Service (Amazon S3)Cevap
- Amazon EC2 Instance StoreCevap
- CAmazon Elastic Block Store (Amazon EBS)
- DAmazon Elastic File System (Amazon EFS)
- EAmazon S3 Glacier Flexible Retrieval
Cevap
The correct answers are the options for Amazon Simple Storage Service (Amazon S3) and Amazon EC2 Instance Store.
Amazon Simple Storage Service (Amazon S3) is object storage designed to be highly durable and accessible directly via HTTP/HTTPS, which fits the requirement of serving high-resolution images directly to users. Amazon EC2 Instance Store provides direct-attached physical block storage that offers very low latency for temporary data, such as scratch files and cache, which do not need to persist when the instance is stopped.
Adım Adım Çözüm
Anahtar Kavram
AWS Storage Services