Question 464:
Your company has an application that has been developed and needs to be hosted on an EC2 Instance. The EC2 Instance is located in a private subnet and needs to access AWS Kinesis streams without passing into the Internet. How can you achieve this in the best manner possible?
Answer options:
A.Attach a NAT gateway to the VPC B.Attach an Internet gateway to the VPC C.Create a VPC Gateway Endpoint that would allow access to Kinesis Streams D.Create a VPC Interface Endpoint that would allow access to Kinesis Streams