Your company runs a customer facing event registration site This site is built with a 3-tier architecture with web and application tier servers and a MySQL database The application requires 6 web tier servers and 6 application tier servers for normal operation, but can run on a minimum of 65% server capacity and a single MySQL database.
When deploying this application in a region with three availability zones (AZs) which architecture provides high availability?
- A. A web tier deployed across 2 AZs with 3 EC2 (Elastic Compute Cloud) instances in each AZ inside an Auto Scaling Group behind an ELB (elastic load balancer), and an application tier deployed across 2 AZs with 3 EC2 instances in each AZ inside an Auto Scaling Group behind an ELB and one RDS (Relational Database Service) instance deployed with read replicas in the other AZ.
- B. A web tier deployed across 3 AZs with 2 EC2 (Elastic Compute Cloud) instances in each AZ inside an Auto Scaling Group behind an ELB (elastic load balancer) and an application tier deployed across 3 AZs with 2 EC2 instances in each AZ inside an Auto Scaling Group behind an ELB and one RDS (Relational Database Service) Instance deployed with read replicas in the two other AZs.
- C. A web tier deployed across 2 AZs with 3 EC2 (Elastic Compute Cloud) instances in each AZ inside an Auto Scaling Group behind an ELB (elastic load balancer) and an application tier deployed across 2 AZs with 3 EC2 instances m each AZ inside an Auto Scaling Group behind an ELS and a Multi-AZ RDS (Relational Database Service) deployment.
- D. A web tier deployed across 3 AZs with 2 EC2 (Elastic Compute Cloud) instances in each AZ Inside an Auto Scaling Group behind an ELB (elastic load balancer). And an application tier deployed across 3 AZs with 2 EC2 instances in each AZ inside an Auto Scaling Group behind an ELB and a Multi-AZ RDS (Relational Database services) deployment.
한글 번역
회사에서 고객 대면 이벤트 등록 사이트를 실행합니다.이 사이트는 웹 및 응용 프로그램 계층 서버와 MySQL 데이터베이스가있는 3 계층 아키텍처로 구축되었습니다 응용 프로그램은 정상 작동을 위해 6 개의 웹 계층 서버와 6 개의 응용 프로그램 계층 서버가 필요하지만 최소 65 %의 서버 용량과 단일 MySQL 데이터베이스에서 실행할 수 있습니다.
세 개의 AZ(가용 영역)가 있는 지역에 이 응용 프로그램을 배포할 때 어떤 아키텍처가 고가용성을 제공합니까?
- A. ELB(탄력적 로드 밸런서) 뒤의 Auto Scaling Group 내의 각 AZ에 3개의 EC2(탄력적 컴퓨팅 클라우드) 인스턴스가 있는 2개의 AZ에 배포된 웹 계층과 ELB 뒤의 Auto Scaling Group 내의 각 AZ에 EC2 인스턴스가 3개 있는 애플리케이션 계층과 다른 AZ의 읽기 복제본과 함께 배포된 RDS(관계형 데이터베이스 서비스) 인스턴스 1개와 함께 2개의 AZ에 배포된 애플리케이션 계층입니다.
- B. ELB(탄력적 로드 밸런서) 뒤의 Auto Scaling Group 내의 각 AZ에 EC2(탄력적 컴퓨팅 클라우드) 인스턴스 2개가 있는 3개의 AZ에 배포된 웹 계층과 ELB 뒤의 Auto Scaling Group 내의 각 AZ에 EC2 인스턴스 2개와 다른 두 AZ에 읽기 전용 복제본과 함께 배포된 RDS(관계형 데이터베이스 서비스) 인스턴스 1개가 있는 3개의 AZ에 배포된 애플리케이션 계층이 있습니다.
- C. ELB(탄력적 로드 밸런서) 뒤의 Auto Scaling Group 내의 각 AZ에 3개의 EC2(Elastic Compute Cloud) 인스턴스가 있는 2개의 AZ에 배포된 웹 계층과 ELS 및 다중 AZ RDS(관계형 데이터베이스 서비스) 배포 뒤에 Auto Scaling Group 내에서 각각 3개의 EC2 인스턴스가 있는 애플리케이션 계층이 2개의 AZ에 배포됩니다.
- D. ELB(탄력적 로드 밸런서) 뒤의 Auto Scaling Group 내부의 각 AZ에 EC2(탄력적 컴퓨팅 클라우드) 인스턴스 2개가 있는 3개의 AZ에 배포된 웹 계층입니다. 또한 ELB 및 다중 AZ RDS(관계형 데이터베이스 서비스) 배포 뒤에 Auto Scaling Group 내의 각 AZ에 EC2 인스턴스가 2개 있는 3개의 AZ에 걸쳐 배포된 애플리케이션 계층도 있습니다.
정답
- D. A web tier deployed across 3 AZs with 2 EC2 (Elastic Compute Cloud) instances in each AZ Inside an Auto Scaling Group behind an ELB (elastic load balancer). And an application tier deployed across 3 AZs with 2 EC2 instances in each AZ inside an Auto Scaling Group behind an ELB and a Multi-AZ RDS (Relational Database services) deployment.
해설
먼저 이 아키텍쳐가 고가용성을 유지해야 한다.
또한 RDS는 하나만 사용하기 원하며
서버는 최소 65% 가 넘어야 한다.
그리고 6개의 웹 서버와 6개의 응용프로그램 계층이 필요하다.
그리고 AZ가 총 3개이다.
그러므로 웹 계층과 어플리케이션 계층에서 ELB 뒤에 Auto Scaling Group 내부에 AZ마다 2개씩 EC2를 사용하고
RDS의 고가용성을 위해 Multi-AZ를 사용하면 된다.
문제 출처: AWS 공인 솔루션 아키텍트 - 프로페셔널 시험 – 무료 시험 Q&A, 페이지 5 | 시험 주제 (examtopics.com)
'[AWS] > AWS SAP EXAMTOPICS' 카테고리의 다른 글
[AWS][SAP] Question 48 (0) | 2022.11.14 |
---|---|
[AWS][SAP] Question 47 (0) | 2022.11.03 |
[AWS][SAP] Question 46 (0) | 2022.11.03 |
[AWS][SAP] Question 45 (0) | 2022.10.27 |
[AWS][SAP] Question 43 (0) | 2022.10.21 |
[AWS][SAP] Question 42 (0) | 2022.10.11 |
[AWS][SAP] Question 41 (0) | 2022.10.06 |
[AWS][SAP] Question 40 (1) | 2022.10.05 |
댓글