Question 58:
A multi-tier application is being hosted on a single EC2 instance in a VPC without an ELB. You have been instructed to set it up with separate SSL certificates for each tier. Which of the following would be the best method to achieve this while leaving the application running on a single EC2 instance?
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.