Question 293:
A company has a set of Instances hosting an application. These Instances are located in a private subnet in a VPC. The application now needs to make use of the KMS service. How can you achieve this in the MOST secure way possible?
Answer options:
A.Attach an Internet gateway to the VPC and convert the subnet to a public subnet. B.Create a VPC Endpoint gateway and make the application use the VPC gateway. C.Create a VPC Endpoint Interface and make the application use the VPC Endpoint. D.Attach a NAT gateway to the VPC and convert the subnet to a public subnet.