Question 6:
You have planned to host a web application on AWS. You create an EC2 Instance in a public subnet that needs to connect to an EC2 Instance that will host an Oracle database. Which steps would ensure a secure setup? (SELECT TWO)
Answer options:
A.Place the EC2 Instance with the Oracle database in the same public subnet as the Webserver for faster communication. B.Place the ec2 instance that will host the Oracle database in a private subnet. C.Create a database Security group which allows incoming traffic only from the Web server`s security group. D.Ensure that the database security group allows incoming traffic from 0.0.0.0/0.