volume_mute

Choose the right compute service

publish date2024/08/01 01:19:59.891186 UTC

volume_mute

You are planning to write a brand-new application by using a microservices or service-oriented design.  You also want to architect the application where it can scale up or down quickly, and you want to lower the risk of deploying new changes to production.  Which AWS compute service would you use?

EC2 instance
AWS Lambda function
Amazon ECS or Amazon EKS

Correct Answer

Amazon ECS or Amazon EKS

Explanation

It makes sense to use a container solution as it supports micro services and object oriented design, it can scale quickly and reduces the risk of deployment as it packages all dependencies in the container.

Reference

AWS Skills Builder, go-math-science.com


Quizzes you can take where this question appears