ExamGecko
Home Home / Amazon / ANS-C00

Amazon ANS-C00 Practice Test - Questions Answers, Page 34

Question list
Search
Search

List of questions

Search

Related questions











A network engineer needs to create a public virtual interface on the company's AWS Direct Connect connection and only import routes which originated from the same region as the Direct Connect location. What action should accomplish this?

A.
Configure a prefix list on the customer router containing the AWS IP address ranges for the specific Region.
A.
Configure a prefix list on the customer router containing the AWS IP address ranges for the specific Region.
Answers
B.
Configure a filter on the company's router to only import routes with the 7224:8100 BGP community tag.
B.
Configure a filter on the company's router to only import routes with the 7224:8100 BGP community tag.
Answers
C.
Configure a filter on the company's router to only import routes without a BGP community tag and a maximum path length of 3.
C.
Configure a filter on the company's router to only import routes without a BGP community tag and a maximum path length of 3.
Answers
D.
Configure a filter in the AWS console and only allow routes advertised by AWS without a BGP community tag and a maximum path length of 3.
D.
Configure a filter in the AWS console and only allow routes advertised by AWS without a BGP community tag and a maximum path length of 3.
Answers
Suggested answer: B

Explanation:

Explanation:

Reference: https://docs.aws.amazon.com/directconnect/latest/UserGuide/routing-and-bgp.html

Your company is working on a transition from IPv4 to IPv6 but is concerned about the security of having public IPv6 addresses attached to instances in a public network. They currently use a NAT to allow outbound traffic for instances.

Outbound traffic is required for updates. What are two options to alleviate your company's concerns? (Choose two.)

A.
Remove any rules allowing ::/0 inbound in the security group.
A.
Remove any rules allowing ::/0 inbound in the security group.
Answers
B.
Block ::/0 inbound in the NACL.
B.
Block ::/0 inbound in the NACL.
Answers
C.
Create an egress-only internet gateway.
C.
Create an egress-only internet gateway.
Answers
D.
Block 0.0.0.0/0 inbound in the NACL.
D.
Block 0.0.0.0/0 inbound in the NACL.
Answers
Suggested answer: A, C

Explanation:

Explanation:

0.0.0.0/0 will only block IPv4, blocking ::/0 in the NACL will prevent return traffic and updates to the instances. An egressonly internet gateway or blocking ::/0 inbound in the security group will allow the instances to initiate outbound connections and receive the return traffic, while still preventing outside attackers from initiating connections to the instances.

A Network Engineer has enabled VPC Flow Logs to troubleshoot an ICMP reachability issue for an echo reply from an Amazon EC2 instance. The flow logs reveal an ACCEPT record for the request from the client to the EC2 instance, and a REJECT record for the response from the EC2 instance to the client. What is the MOST likely reason for there to be a REJECT record?

A.
The security group is denying inbound ICMP.
A.
The security group is denying inbound ICMP.
Answers
B.
The network ACL is denying inbound ICMP.
B.
The network ACL is denying inbound ICMP.
Answers
C.
The security group is denying outbound ICMP.
C.
The security group is denying outbound ICMP.
Answers
D.
The network ACL is denying outbound ICMP.
D.
The network ACL is denying outbound ICMP.
Answers
Suggested answer: B

DNS name resolution must be provided for services in the following four zones: company.private. emea.company.private. apac.company.private. amer.company.private.

The contents of these zones is not considered sensitive, however, the zones only need to be used by services hosted in these VPCs, one per geographic region. Each VPC should resolve the names in all zones. How can you use Amazon route 53 to meet these requirements?

A.
Create a Route 53 Private Hosted Zone for each of the four zones and associate them with the three VPCs.
A.
Create a Route 53 Private Hosted Zone for each of the four zones and associate them with the three VPCs.
Answers
B.
Create a single Route 53 Private Hosted Zone for the zone company.private. and associate it with the three VPCs.
B.
Create a single Route 53 Private Hosted Zone for the zone company.private. and associate it with the three VPCs.
Answers
C.
Create a Route Public 53 Hosted Zone for each of the four zones and configure the VPC DNS Resolver to forward
C.
Create a Route Public 53 Hosted Zone for each of the four zones and configure the VPC DNS Resolver to forward
Answers
D.
Create a single Route 53 Public Hosted Zone for the zone company.private. and configure the VPC DNS Resolver to forward
D.
Create a single Route 53 Public Hosted Zone for the zone company.private. and configure the VPC DNS Resolver to forward
Answers
Suggested answer: D

A publishing company recently merged with an ecommerce company. Each company uses a VPC to run compute resources.

The two VPCs have overlapping CIDR ranges. The publishing company needs to access an internal application that runs on Amazon EC2 instances in an Auto Scaling group across multiple Availability Zones in the ecommerce company VPC.

Which set of actions will provide the needed interconnectivity between the VPCs?

A.
1. Create a Network Load Balancer (NLB) for the application in the ecommerce company VP
A.
1. Create a Network Load Balancer (NLB) for the application in the ecommerce company VP
Answers
B.
Configure the NLB for the Availability Zones that the target instances use.
B.
Configure the NLB for the Availability Zones that the target instances use.
Answers
C.
Create a VPC endpoint service configuration, and specify the NLB. Add the publishing company's AWS account as a principal to the allow list.
C.
Create a VPC endpoint service configuration, and specify the NLB. Add the publishing company's AWS account as a principal to the allow list.
Answers
D.
Create interface endpoint connections to the service in the publishing company VPC in the same Availability Zones as the NLB.
D.
Create interface endpoint connections to the service in the publishing company VPC in the same Availability Zones as the NLB.
Answers
E.
1. Create a VPC peering connection between the ecommerce company VPC and the publishing company VPC.
E.
1. Create a VPC peering connection between the ecommerce company VPC and the publishing company VPC.
Answers
F.
Update the route tables in both VPCs with routes to the attached VPC.
F.
Update the route tables in both VPCs with routes to the attached VPC.
Answers
G.
Update security groups to allow traffic from the publishing company VPC to the application in the ecommerce company VPC.
G.
Update security groups to allow traffic from the publishing company VPC to the application in the ecommerce company VPC.
Answers
H.
1. Create an Application Load Balancer (ALB) for the application in the ecommerce company VPConfigure the ALB for all Availability Zones.
H.
1. Create an Application Load Balancer (ALB) for the application in the ecommerce company VPConfigure the ALB for all Availability Zones.
Answers
I.
Create a VPC endpoint service configuration, and specify the ALB. Add the publishing company's AWS account as a principal to the allow list.
I.
Create a VPC endpoint service configuration, and specify the ALB. Add the publishing company's AWS account as a principal to the allow list.
Answers
J.
Create an interface endpoint connection from the publishing company VPC to the service.
J.
Create an interface endpoint connection from the publishing company VPC to the service.
Answers
K.
1. Create a VPC peering connection between the ecommerce company VPC and the publishing company VPC.
K.
1. Create a VPC peering connection between the ecommerce company VPC and the publishing company VPC.
Answers
L.
Update the route tables in both VPCs with routes to the attached VPC.
L.
Update the route tables in both VPCs with routes to the attached VPC.
Answers
M.
Update the network ACLs to allow traffic between subnets in the publishing company VPC and subnets in the ecommerce company VPC.
M.
Update the network ACLs to allow traffic between subnets in the publishing company VPC and subnets in the ecommerce company VPC.
Answers
Suggested answer: C

Explanation:

Explanation:

Reference: https://docs.aws.amazon.com/vpc/latest/userguide/vpc-network-acls.html

Your company has two DX locations. You need to configure one link as passive. What should you configure in your router to set that link as the passive link.

A.
Set a higher MED.
A.
Set a higher MED.
Answers
B.
Configure AS_PATH Prepending on the link.
B.
Configure AS_PATH Prepending on the link.
Answers
C.
Advertise a network with a higher CIDR.
C.
Advertise a network with a higher CIDR.
Answers
D.
Call your service provider and have the ASN changed for that link.
D.
Call your service provider and have the ASN changed for that link.
Answers
Suggested answer: B

Explanation:

Explanation:

You should configure AS_PATH prepending on the link. A higher CIDR is the same as a more specific prefix, which will make the link more preferred. A higher MED will make the path less preferred, but this is not the preferred method to accomplish this. Changing your ASN will not help. Configuring AS_PATH Prepending is the preferred method of AWS to configure an Active-Passive configuration with Direct Connect.

You have a website hosted on EC2 that is not serving web pages. You have ensured that the server is running and the site is configured properly. What could be the problem?

A.
Your NACL does not allow port 80 outbound.
A.
Your NACL does not allow port 80 outbound.
Answers
B.
Your NACL does not allow ports 1024 - 65535 outbound.
B.
Your NACL does not allow ports 1024 - 65535 outbound.
Answers
C.
Your NACL does not allow ports 1024 - 65535 inbound.
C.
Your NACL does not allow ports 1024 - 65535 inbound.
Answers
D.
Your security group does not allow outbound traffic.
D.
Your security group does not allow outbound traffic.
Answers
Suggested answer: B

Explanation:

Explanation:

The ephemeral ports 1024 - 65535 are required outbound for return traffic. For the server to access websites, those same ports need to be allowed inbound.

A Network Engineer is troubleshooting a network connectivity issue for an instance within a public subnet that cannot connect to the internet. The first step the Engineer takes is to SSH to the instance via a local bastion within the VPC and runs an ifconfig command to inspect the IP addresses configured on the instance. The output is as follows:

The Engineer notices that the command output does not contain a public IP address. In the AWS Management Console, the public subnet has a route to the internet gateway. The instance also has a public IP address associated with it.

What should the Engineer do next to troubleshoot this situation?

A.
Configure the public IP on the interface.
A.
Configure the public IP on the interface.
Answers
B.
Disable source/destination checking for the instance.
B.
Disable source/destination checking for the instance.
Answers
C.
Associate an Elastic IP address to the interface.
C.
Associate an Elastic IP address to the interface.
Answers
D.
Evaluate the security groups and the network access control list.
D.
Evaluate the security groups and the network access control list.
Answers
Suggested answer: B

An AWS CloudFormation template is being used to create a VPC peering connection between two existing operational VPCs, each belonging to a different AWS account. All necessary components in the Remote (receiving) account are already in place.

The template below creates the VPC peering connection in the Originating account. It contains these components:

Which additional AWS CloudFormation components are necessary in the Originating account to create an operational crossaccount VPC peering connection with AWS CloudFormation? (Choose two.)

A.
Option A
A.
Option A
Answers
B.
Option B
B.
Option B
Answers
C.
Option C
C.
Option C
Answers
D.
Option D
D.
Option D
Answers
E.
Option E
E.
Option E
Answers
Suggested answer: D, E

A company has applications running in a single AWS Region and its on-premises data center in a hybrid mode. The company has a 1 Gbps AWS Direct Connect connection from the data center to AWS that is 65% utilized. The company has an AWS Enterprise Support plan.

The company is planning to deploy a new critical application on AWS that will connect with existing applications running in the data center. The application SLA requires a minimum of 99.9% network uptime between the data center and

AWS.

What is the MOST cost-effective way to meet this SLA requirement?

A.
Create a second virtual interface (VIF) on the existing Direct Connect connection, and terminate this VIF in the existing VP
A.
Create a second virtual interface (VIF) on the existing Direct Connect connection, and terminate this VIF in the existing VP
Answers
B.
Use BGP for load balancing between the VIFs in active/active mode.
B.
Use BGP for load balancing between the VIFs in active/active mode.
Answers
C.
Purchase an additional 1 Gbps Direct Connect connection from AWS in a different cross-connect location terminated in the associated Region. Provision a new virtual interface (VIF) to the existing VPC, and use BGP for load balancing.
C.
Purchase an additional 1 Gbps Direct Connect connection from AWS in a different cross-connect location terminated in the associated Region. Provision a new virtual interface (VIF) to the existing VPC, and use BGP for load balancing.
Answers
D.
Set up two new hosted Direct Connect connections of 500 Mbps each through an AWS Direct Connect partner. Provision two virtual interfaces (VIFs) to the existing VPC on both Direct Connect connections, and use BGP for load balancing.Terminate the existing 1 Gbps Direct Connect connection.
D.
Set up two new hosted Direct Connect connections of 500 Mbps each through an AWS Direct Connect partner. Provision two virtual interfaces (VIFs) to the existing VPC on both Direct Connect connections, and use BGP for load balancing.Terminate the existing 1 Gbps Direct Connect connection.
Answers
E.
Purchase an additional 1 Gbps Direct Connect connection from AWS in the existing cross-connect location. Ask AWS to terminate this new connection in a different router. Provision two virtual interfaces (VIFs) to the same VPC on both Direct Connect connections, and use BGP for load balancing.
E.
Purchase an additional 1 Gbps Direct Connect connection from AWS in the existing cross-connect location. Ask AWS to terminate this new connection in a different router. Provision two virtual interfaces (VIFs) to the same VPC on both Direct Connect connections, and use BGP for load balancing.
Answers
Suggested answer: B
Total 414 questions
Go to page: of 42