An online video education platform runs its transcoding application on Amazon EC2 instances. The platform has two key storage requirements:
1. High-throughput, low-latency temporary storage to buffer video chunks during the active transcoding process, where data persistence is not required.
2. Highly durable, cost-effective object storage to store and distribute the final transcoded video files to global users with immediate access.
Which two AWS storage services or features should the platform select to meet these requirements?
- Amazon S3 StandardCevap
- Amazon EC2 Instance StoreCevap
- CAmazon EBS Cold HDD (sc1)
- DAmazon S3 Glacier Deep Archive
- EAmazon Elastic File System (Amazon EFS)
Cevap
Amazon S3 Standard and Amazon EC2 Instance Store
Amazon S3 Standard is chosen because it is a highly durable, scalable object storage service that provides immediate retrieval for global users. Amazon EC2 Instance Store is chosen because it provides high-throughput, low-latency block storage that is physically attached to the host, which is ideal for temporary scratch space and buffering where data persistence is not needed.
Adım Adım Çözüm
Anahtar Kavram
Selecting appropriate AWS storage services based on access patterns, durability, latency, and cost requirements.