Question 213:
An organization has created multiple components of a single application. Currently, all the components are hosted on a single EC2 instance. Due to security reasons, the organization wants to implement 2 separate SSL certificates for the separate modules.
Answer options:
A.Create an EC2 instance that has multiple network interfaces with multiple elastic IP addresses. B.Create an EC2 instance that has both an ACL and the security group attached to it and have separate rules for each IP address. C.Create an EC2 instance that has multiple subnets attached to it and each will have a separate IP address. D.Create an EC2 instance with a NAT address.