A solutions architect is tasked with the responsibility of creating the architecture for a new online application. The application will be hosted on AWS Fargate containers with an Application Load Balancer (ALB) and a PostgreSQL database hosted on Amazon Aurora. The web application will largely do read-only operations on the database.
What should the solutions architect do to assure the website's scalability as traffic increases? (Select two.)
- A. Enable auto scaling on the ALB to scale the load balancer horizontally.
- B. Configure Aurora Auto Scaling to adjust the number of Aurora Replicas in the Aurora cluster dynamically.
- C. Enable cross-zone load balancing on the ALB to distribute the load evenly across containers in all Availability Zones.
- D. Configure an Amazon Elastic Container Service (Amazon ECS) cluster in each Availability Zone to distribute the load across multiple Availability Zones.
- E. Configure Amazon Elastic Container Service (Amazon ECS) Service Auto Scaling with a target tracking scaling policy that is based on CPU utilization.
한글 번역
솔루션 아키텍트는 새로운 온라인 애플리케이션을 위한 아키텍처를 만드는 책임이 있습니다. 애플리케이션은 ALB(Application Load Balancer) 및 Amazon Aurora에서 호스팅되는 PostgreSQL 데이터베이스가 있는 AWS Fargate 컨테이너에서 호스팅됩니다. 웹 응용 프로그램은 주로 데이터베이스에서 읽기 전용 작업을 수행합니다.
트래픽이 증가함에 따라 웹사이트의 확장성을 보장하기 위해 솔루션 설계자는 무엇을 해야 합니까? (2개를 선택하세요.)
- A. ALB에서 Auto Scaling을 활성화하여 로드 밸런서를 수평으로 확장합니다.
- B. Aurora 클러스터의 Aurora 복제본 수를 동적으로 조정하도록 Aurora Auto Scaling을 구성합니다.
- C. ALB에서 교차 영역 로드 밸런싱을 활성화하여 모든 가용 영역의 컨테이너 간에 로드를 고르게 분산합니다.
- D. 각 가용 영역에서 Amazon Elastic Container Service(Amazon ECS) 클러스터를 구성하여 여러 가용 영역에 부하를 분산합니다.
- E. CPU 사용률을 기반으로 하는 대상 추적 조정 정책으로 Amazon Elastic Container Service(Amazon ECS) 서비스 Auto Scaling을 구성합니다.
정답
- B. Configure Aurora Auto Scaling to adjust the number of Aurora Replicas in the Aurora cluster dynamically.
- E. Configure Amazon Elastic Container Service (Amazon ECS) Service Auto Scaling with a target tracking scaling policy that is based on CPU utilization.
해설
트래픽이 증가함에 따라 확장성을 보장해야 한다. Fargate는 컨테이너에서 호스팅 되기 때문에 먼저 컨테이너의 CPU 증감율에 따라 동적으로 크기가 증감하는 정책을 Auto Scaling에 넣어줘야 한다
Aurora 역시 Aurora 복제본을 동적으로 조절할 수 있게 Auto Scaling에 넣어줘야 한다.
'[AWS] > AWS SAA EXAMTOPICS' 카테고리의 다른 글
[AWS][SAA][EXAMTOPICS] Question 331 (0) | 2022.07.14 |
---|---|
[AWS][SAA][EXAMTOPICS] Question 330 (0) | 2022.07.14 |
[AWS][SAA][EXAMTOPICS] Question 329 (0) | 2022.07.14 |
[AWS][SAA][EXAMTOPICS] Question 328 (0) | 2022.07.14 |
[AWS][SAA][EXAMTOPICS] Question 326 (0) | 2022.07.14 |
[AWS][SAA][EXAMTOPICS] Question 325 (0) | 2022.07.14 |
[AWS][SAA][EXAMTOPICS] Question 324 (0) | 2022.07.14 |
[AWS][SAA][EXAMTOPICS] Question 323 (0) | 2022.07.14 |
댓글