Exams > Amazon > ANS-C00: AWS Certified Advanced Networking - Specialty
ANS-C00: AWS Certified Advanced Networking - Specialty
Page 6 out of 37 pages Questions 51-60 out of 367 questions
Question#51

Your company is connecting one data center with one router to several VPCs and needs to access them transitively. What should you do?

  • A. Create a VPN to one VPC and peer the others.
  • B. This is not possible.
  • C. Use a transit VPC with a VPN running on one or more EC2 instances to route traffic between the VPCs.
  • D. Just connect; VPCs are transitive in nature.
Discover Answer Hide Answer

C
VPCs are not transitive, so you will need a "transit VPN" in order to route between the VPCs.

Question#52

Your AWS WorkSpaces users are unable to authenticate. What could be one reason for this?

  • A. Your AD server is running Windows Server 2016
  • B. Port 3389 is not open to your AD server.
  • C. Port 389 is not open to your AD server.
  • D. Your AD server is running Windows Server 2012 Core Edition.
Discover Answer Hide Answer

C
AD requires port 389.

Question#53

You have just deployed a website that utilizes CloudFront, ELB, and S3 to serve content. When users access your site, they are seeing broken image links. You know you configured CloudFront to use cdn.yourdomain.com. What is the most likely reason why your users not seeing the images?

  • A. There is no rule in your bucket policy allowing public access. [1]
  • C. There is no record in Route 53 pointing cdn.yourdomain.com to the ALIAS.
  • D. The users are using Internet Explorer.
Discover Answer Hide Answer

C
You must have a Route 53 record. You never want to give public access to your content bucket.

Question#54

You are responsible for several EC2 instances deployed from Amazon AMIs that are required to upload information to an S3 bucket. This information must not traverse the public internet. You must also be able to update the instances. Which option is your best solution?

  • A. An S3 endpoint and a NAT
  • B. An S3 endpoint
  • C. A VPN to the IP addresses specified in the AWS official S3 prefix list
  • D. A NACL with the AWS prefix list added to it and a VPN.
Discover Answer Hide Answer

B
A NAT is not required as an S3 endpoint will allow an instance to update. C and D are not possible.

Question#55

Your company is building a new data center. You currently have an on-premises data center that accesses your single VPC via VPN. You need to provide access to your single VPC to your new data center. Since your new data center build is already over budget, you need to keep costs low.
How should you accomplish this?

  • A. Add a Private VIF and create a Direct Connect connection.
  • B. Create a new Customer Gateway and add it to your VPN using a CloudHub infrastructure model.
  • C. Add a Public VIF and create a Direct Connect connection.
  • D. Create a new Virtual Gateway and add it to your VPN using a CloudHub infrastructure model.
Discover Answer Hide Answer

B
Create a new Customer Gateway. A Private VIF would work, but you want to keep costs low. A Public VIF is only for AWS specific resources, such as S3. A
Virtual Gateway would be created if you were creating a new VPN connection in a new VPC. A Customer Gateway would allow you to add the new datacenter to your VPN.

Question#56

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.
  • B. Your NACL does not allow ports 1024 גˆ’ 65535 outbound.
  • C. Your NACL does not allow ports 1024 גˆ’ 65535 inbound. D. Your security group does not allow outbound traffic.
Discover Answer Hide Answer

B
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.

Question#57

You are auditing an AWS infrastructure after you noticed some abnormal charges on the bill. You use AWS Config to monitor your changes. What else is required to find out who made the change?

  • A. There is no information to find this. You will need to sign up for Config Premium.
  • B. Use the eventID of the change and reference it with your Flow Logs.
  • C. Use the eventId of the change and reference it with CloudTrail to find the culprit.
  • D. Use the eventID of the change and reference it with CloudWatch to find the culprit.
Discover Answer Hide Answer

C
CloudTrail is for finding "who" performed an action.

Question#58

Your organization has placed a project on hold and has stopped 30 public EC2 instances. These instances use instance store volumes and do not have custom
AMIs associated. You are still being charged every month.
What is the charge probably for?

  • A. AWS charges for dormant accounts.
  • B. You have Elastic IPs associated with those instances.
  • C. There is a "stopped instance" fee that AWS charges every month.
  • D. You are being charged for the EBS volumes.
Discover Answer Hide Answer

B
You have Elastic IPs associated with those instances. AWS charges for any unused Elastic IPs in your account.

Question#59

You need to quickly view inbound traffic to an instance to determine why it isn't reaching the instance properly. What is the best tool for this?

  • A. Wireshark
  • B. CloudWatch
  • C. CloudTrail
  • D. Flow Logs
Discover Answer Hide Answer

D
CloudWatch only shows the amount of data in. Wireshark cannot see anything inside AWS infrastructure. You can only use it to view instance traffic.

Question#60

Your company has just completed a transition to IPv6 and has deployed a website on a server. You were able to download software on the instance without an issue. This website is deployed using IPv6, but the public is not able to access it. What should you do to fix this problem?

  • A. Add an internet gateway for the instance.
  • B. Add an egress-only internet gateway.
  • C. Add an inbound rule to your security group that allows inbound traffic on port 80 for ::/0.
  • D. Add an inbound rule to your security group that allows inbound traffic on port 80 for 0.0.0.0/0.
Discover Answer Hide Answer

C
Your instance can reach the internet if it was able to download sofftware, so an IGW is not needed. 0.0.0.0/0 is for IPv4.

chevron rightPrevious Nextchevron right