ExamQuestions.com

Register
Login
AWS Certified Advanced Networking Specialty Exam Questions

Amazon

AWS Certified Advanced Networking Specialty

204 / 585

Question 204:

You’re trying to do some housekeeping and delete some unwanted interfaces. You try to delete an interface manually that has the following information.
{
"Status": "in-use",
 ...
"Description": "VPC Endpoint Interface vpce-08233123488812123",
"NetworkInterfaceId": "eni-c8fbc27e",
"VpcId": "vpc-1a2b3c4d",
"PrivateIpAddresses": [
{
"PrivateDnsName": "ip-20-0-2-227.ec2.internal",
"Primary": true,
"PrivateIpAddress": "20.0.2.227"
}
],
"RequesterManaged": true,
 ...
}
But you are not able to delete the interface. What is the reason that you cannot delete the interface?
 

Answer options:

A.It’s because it is a requester managed interface.
B.It’s because it has a private DNS name attached.
C.It’s because it has a private IP address attached.
D.It’s because it`s attached to a VPC.