Question 246:
You have two Elastic Compute Cloud (EC2) instances inside a Virtual Private Cloud (VPC) in the same Availability Zone (AZ) but in different subnets. One instance is running a database, and the other instance an application that will interface with the database.
Answer options:
A.Security groups are set to allow the application host to talk to the database on the right port/protocol. B.Both instances are the same instance class and using the same key-pair. C.The default route is set to a NAT instance or Internet Gateway (IGW) for them to communicate. D.A network ACL that allows communication between the two subnets.