ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Associate Exam Questions

Amazon

AWS Certified Solutions Architect Associate

467 / 690

Question 467:

A three-tier web application is running on AWS VPC in two availability zones, as shown below. Here are the CIDR ranges for each subnet and the corresponding servers.
 Layer EU-East-1a EU-east-1b
Web server 10.16.0.0/25 10.16.0.128/25
Application Server 10.16.1.0/25 10.16.1.128/25
DB Server 10.16.2.0/25 10.16.2.128/25
The DB server runs MySQL, which would run on its default port, should only allow access to the Application Server tier and access from the rest of the tiers should be denied.
Which inbound rule of the Security Group on the DB server needs to be attached to meets this requirement?

Answer options:

A.Type : MySQL |
Protocol: TCP |
Port: 3306 |
Source: 10.16.0.0/24
B.Type: MySQL |
Protocol: TCP |
Port: 3306 |
Source: 10.16.2.0/24
C.Type : MySQL |
 Protocol: TCP |
Port : 3306 |
Source: 10.16.1.0/24
D.Type : MySQL |
 Protocol: TCP |
 Port: 3306 |
 Source: 10.16.3.128/25