A media streaming company plans to run containerized video-processing tasks where each task runs for up to 45 minutes. The company wants to run these containers on demand without the operational overhead of provisioning, patching, or scaling virtual servers. Which AWS compute service is the most appropriate for this scenario?
- AAmazon EC2
- BAWS Lambda
- AWS FargateCevap
- DAmazon Lightsail
Cevap
AWS Fargate is the most appropriate service because it runs containers serverlessly, eliminating the need to manage virtual servers, and has no 15-minute execution time limit like AWS Lambda.
AWS Fargate is a serverless compute engine for containers that works with Amazon ECS. It removes the need to provision, configure, or patch virtual machines, and it does not have the 15-minute runtime limit of AWS Lambda, making it perfect for containerized tasks that run for up to 45 minutes.
Adım Adım Çözüm
Anahtar Kavram
Selecting serverless container services based on operational overhead and task duration