AWS认证SAA-C03每日一题

本题库由云计算狂魔微信公众号分享。
【SAA-C03助理级解决方案架构师认证】

A startup company wants to decouple its three-tier application stack into microservices and use container technologies to build out the microservices. The company does not want to provision and manage the compute infrastructure for its containers on AWS.
What should a solutions architect recommend to meet these requirements?
A :   Provision an Amazon Elastic Container Service (Amazon ECS) cluster. Attach ECS
nodes to an Amazon EC2 Auto Scaling group to host containers.
B :   Provision an Amazon Elastic Container Service (Amazon ECS) cluster with AWS Fargate. Deploy containers to Fargate tasks.
C :   Create AWS Lambda functions to host microservices. Integrate the functions with an Amazon API Gateway API to redirect application traffic.
D :   Provision an Amazon Elastic Kubernetes Service (Amazon EKS) cluster.Attach EKS nodes to an Amazon EC2Auto Scaling group to host containers.

你可能感兴趣的:(aws,云计算)