Exams > Amazon > ANS-C00: AWS Certified Advanced Networking - Specialty
ANS-C00: AWS Certified Advanced Networking - Specialty
Page 8 out of 37 pages Questions 71-80 out of 367 questions
Question#71

When configuring Active/Passive HA on VPN tunnels, choose the two best ways to configure this. (Choose two.)

  • A. Keep both tunnels up.
  • B. Configure AS_PATH prepending on one of the paths.
  • C. Turn off one of the paths until you need it.
  • D. Configure MED on one of the tunnels.
Discover Answer Hide Answer

AB
AWS prefers AS_PATH prepending and for a tunnel to provide true failover, it must always be on.

Question#72

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.
  • B. Block ::/0 inbound in the NACL.
  • C. Create an egress-only internet gateway.
  • D. Block 0.0.0.0/0 inbound in the NACL.
Discover Answer Hide Answer

AC
0.0.0.0/0 will only block IPv4, blocking ::/0 in the NACL will prevent return traffic and updates to the instances. An egress-only 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.

Question#73

You have two placement groups in a VPC. What communication speed can be expected between the two placement groups?

  • A. 5Gbps
  • B. 10Gbps
  • C. 20Gbps
  • D. You cannot communicate between two placement groups.
Discover Answer Hide Answer

A
5Gbps is the maximum speed for traffic outside of a placement group.

Question#74

You have two Direct Connect connections and two VPN connections to your network. Site A is VPN 10.1.0.0/24 AS 65000 65000, Site B is VPN 10.1.0.252/30 AS
65000, Site C is DX 10.0.0.0/8 AS 65000 and Site D is DX 10.0.0.0/16 AS 65000 65000 65000. Which site will AWS choose to reach your network?

  • A. Site A: VPN 10.0.1.0/24 AS 65000 65000
  • B. Site B: VPN 10.0.1.252/30 AS 65000 65000 65000
  • C. Site C: DX 10.0.0.0/8 AS 65000
  • D. Site D: DX 10.0.0.0/16
Discover Answer Hide Answer

B
Site B, the most specific prefix always wins.

Question#75

You manage a website that uses a load balancer. You are noticing one of the servers is receiving more traffic than the other. What is probably the cause of this?

  • A. An Elastic Load Balancer sends traffic based on server load. One server must be a larger instance.
  • B. You have DNS latency routing set, so it is diverting traffic to a different instance.
  • C. You have sticky sessions configured and there are several power users that happen to be on the other server.
  • D. The server has more connections available.
Discover Answer Hide Answer

C
Sticky sessions can keep users on a particular server throughout their session. Latency routing would route to the load balancer, not the instances. Load balancers use a round-robin algorithm to balance.

Question#76

Your website is under attack and a malicious party is stealing large amounts of data. You have default NACL rules. Stopping the attack is the ONLY priority in this case. Which two commands should you use? (Choose two.)

  • A. aws ec2 delete-network-acl-entry -network-acl-id acl-5fb84d47 -ingress -rule-number 32768
  • B. aws ec2 delete-network-acl-entry -network-acl-id acl-5fb84d47 -egress rule-number 100
  • C. aws ec2 delete-network-acl-entry -network-acl-id acl-5fb84d47 -ingress rule-number 100
  • D. aws ec2 create-network-acl-entry -network-acl-id acl-5fb84d47 -ingress rule-number 100 -protocol -1 -port-range From =-1,To =-1 -cidr-block 0.0.0.0/0 -rule- action deny
Discover Answer Hide Answer

BC
You should remove the default allow rules in your NACL and a default deny will be the only rule left for inbound and outbound. If you attempt to create a rule number 100, it will encounter an error as there is already a rule 100.

Question#77

You are a holdings company that buys many businesses and must integrate their VPCs into your network. You are constantly encountering networks with similar or overlapping subnets.
What is the best way to manage this.

  • A. BFD
  • B. VRF
  • C. A standby router for the overlapping subnets.
  • D. A strict IP addressing policy that forces new companies to change the IP addresses of their VPCs.
Discover Answer Hide Answer

B
VRF, or Virtual Routing and Forwarding will allow you to have multiple routing tables on your router.

Question#78

Your company has a high-availability hybrid solution that utilizes a two Direct Connect connections and a backup VPN connection. For some reason, traffic is preferring the VPN connection instead of the direct connection. You have prepended a longer AS_PATH on the VPN connection, but AWS still prefers it over the
Direct Connect connections.
What might you be able to do to fix this issue?

  • A. Advertise a less specific prefix on the VPN.
  • B. Remove the prepended AS_PATH.
  • C. Reconfigure the VPN as a static VPN instead of dynamic.
  • D. Increase the MED on the VPN.
Discover Answer Hide Answer

A
The only reason a VPN would be preferred over Direct Connect is if it has a more specific prefix. This was not discussed in the question but is assumed since it is the only criteria in the path selection process that supersedes Direct Connect.

Question#79

You work for an international corporation that uses AWS. Due to regulations, you are now required to route the US and China to two different websites. You set up the records and now no other countries can access your site.
Why is this?

  • A. You forgot to set a default geolocation record.
  • B. You probably broke your DNS.
  • C. You must have a geolocation in place for every country.
  • D. Geolocation features are only available in CloudFront.
Discover Answer Hide Answer

A
A default record is required for traffic that does not match a geolocation criteria to follow.

Question#80

Your company is expanding its cloud infrastructure and moving many of its flat files and static assets to S3. You currently use a VPN to access your compute infrastructure, but you require more reliability for your static files as you are offloading all of your important data to AWS. What is your best course of action while keeping costs low?

  • A. Create a Direct Connect connection using a Private VIF to access both compute and S3 resources.
  • B. Create an S3 endpoint and create a route to the endpoint prefix list for your VPN to allow access to your S3 resources.
  • C. Create two Direct Connect connections. Each connected to a Private VIF to ensure maximum resiliency.
  • D. Create a Direct Connect connection using a Public VIF and route your VPN over the DX connection to your VPN endpoint.
Discover Answer Hide Answer

D
An S3 endpoint cannot be used with a VPN. A Private VIF cannot access S3 resources. A Public VIF with a VPN will ensure security for your compute resources and access to your S3 resources. Two DX connections are very expensive and a Private VIF still won't allow access to your S3 resources.

chevron rightPrevious Nextchevron right