Exam SAA-C03 All QuestionsBrowse all questions from this exam
Question 900

A company wants to use Amazon Elastic Container Service (Amazon ECS) to run its on-premises application in a hybrid environment. The application currently runs on containers on premises.

The company needs a single container solution that can scale in an on-premises, hybrid, or cloud environment. The company must run new application containers in the AWS Cloud and must use a load balancer for HTTP traffic.

Which combination of actions will meet these requirements? (Choose two.)

    Correct Answer: A, B

    To meet the requirements of running application containers in a hybrid environment using Amazon ECS, the company should set up an ECS cluster with AWS Fargate for the cloud application containers and use Amazon ECS Anywhere for the on-premises containers. This allows for a unified container management system across both environments. Additionally, since the traffic mentioned is HTTP, an Application Load Balancer is appropriate because it is specifically designed for routing HTTP/HTTPS (layer 7) traffic, ensuring efficient load balancing for cloud ECS services.

Discussion
Scheldon

Answer: AB We need to load-balance HTTP traffic hence Application Load Balancer is needed. Because Customer want to use container solution we need to use ECS with Fargate which will lunch cloud applications. To run on-premises applications in containers we need to use ECS Anyware. https://docs.aws.amazon.com/AmazonECS/latest/developerguide/AWS_Fargate.html https://docs.aws.amazon.com/AmazonECS/latest/developerguide/Welcome.html

Scheldon

Amazon ECS services on AWS Fargate support the Application Load Balancer and Network Load Balancer load balancer types. Application Load Balancers are used to route HTTP/HTTPS (or layer 7) traffic. Serverless (AWS Fargate (Fargate)) in the AWS cloud Fargate is a serverless, pay-as-you-go compute engine. With Fargate you don't need to manage servers, handle capacity planning, or isolate container workloads for security. On-premises virtual machines (VM) or servers Amazon ECS Anywhere provides support for registering an external instance such as an on-premises server or virtual machine (VM), to your Amazon ECS cluster.

emakidOptions: AB

the combination of setting up an ECS cluster with Fargate for the cloud and ECS Anywhere for on-premises, along with using an Application Load Balancer, provides a scalable, hybrid, and cloud-native solution with minimal operational overhead.

KennethNg923Options: AB

Have to use fargate, and since it has on-premises application so it need to use Amazon ECS Anywhere

muhammadahmer36Options: AB

AB.the combination of setting up an ECS cluster with Fargate for the cloud and ECS Anywhere for on-premises, along with using an Application Load Balancer, provides a scalable, hybrid, and cloud-native solution with minimal operational overhead.

0bdf3af

BD. https://aws.amazon.com/blogs/aws/getting-started-with-amazon-ecs-anywhere-now-generally-available/

HkayneOptions: AB

AB is the correct answer,must lunch the cluster as external lunch