Question 64:
Your team has set up a testing environment using VPC and EC2 Instances. An application is being hosted on these instances. Some housekeeping scripts are being developed using AWS Lambda that would need to delete files created by these EC2 Instances on their respective EFS. What is the initial configuration that needs to be put in place?
Answer options:
A.Ensure to use the --vpc-config when creating the AWS Lambda function. B.Ensure to use the --vpc-config when creating the Ec2 instance. C.Ensure the VPC has a route entry to the Lambda function. D.Ensure an Internet gateway is attached to the VPC.