SAA-C03 Exam QuestionsBrowse all questions from this exam

SAA-C03 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.)

Show Answer
Correct Answer: AB

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

6 comments
Sign in to comment
Scheldon
May 24, 2024

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
May 24, 2024

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.

KennethNg923Options: AB
Jun 16, 2024

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

emakidOptions: AB
Jun 29, 2024

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.

HkayneOptions: AB
May 9, 2024

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

0bdf3af
May 23, 2024

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

muhammadahmer36Options: AB
Jul 16, 2024

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.