A logistics company is designing the infrastructure for two new applications on AWS:
1. A containerized API backend that needs to run in a serverless manner, meaning the company wants to run containers without managing or provisioning virtual servers.
2. A legacy routing application that requires direct access to the underlying operating system to configure custom kernel parameters and install proprietary system-level packages.
Which two AWS compute services should the company select to meet these requirements? (Select two.)
- AWS FargateCevap
- Amazon Elastic Compute Cloud (Amazon EC2)Cevap
- CAWS Lambda
- DAmazon Lightsail
Cevap
The correct services are AWS Fargate and Amazon Elastic Compute Cloud (Amazon EC2).
AWS Fargate satisfies the first requirement because it is a serverless compute engine for containers that removes the need to provision or manage virtual machines. Amazon Elastic Compute Cloud (Amazon EC2) satisfies the second requirement because it provides virtual servers in the cloud with full administrative (root) access, enabling the customization of operating system settings, kernel parameters, and system-level software dependencies.
Adım Adım Çözüm
Anahtar Kavram
Selecting AWS compute services based on the level of administrative control and application architecture (containers vs. virtual machines).
Tahmini Süre:1m 30s