Question 92:
You have a Lambda function that is designed to probe for events on an EC2 Instance. After the probe is complete, the lambda function requires internet access and needs to send requests to an SQS queue. How can this be achieved? Select 2 Answers.
Answer options:
A.Create a NAT instance in the VPC.B.Ensure that the VPC configuration is added to the Lambda function. C.Ensure that the Lambda function details are added to the VPC configuration. D.Ensure that IpV6 is enabled for the subnet hosting the Lambda function.