Question 471:
Your team is planning to develop and deploy an application onto AWS with the following architecture. · A set of EC2 Instances in a VPC hosting the web tier · A database hosted using the AWS RDS MySQL instance Which of the following should ideally be set so that only HTTPS users can access the web application and for the web application to access the database? (Choose 2)
Answer options:
A.An Inbound Security group rule for the web EC2 Instances allowing traffic from the source of 0.0.0.0/0 and port 443 B.An Inbound Security group rule for the database layer allowing traffic from the source of 0.0.0.0/0 and port 443 C.An Inbound Security group rule for the web EC2 Instances allowing traffic from the source of the database on port 3306 D.An Inbound Security group rule for the database layer allowing traffic from the source of the web layer on port 3306