Amazon Web ServicesExpert levelANS-C01Page 2 of 6

ANS-C01 exam dumps: questions 101 to 200 of 512

Page 2 of the free ANS-C01 question bank for the AWS Certified Advanced Networking - Specialty exam. Questions 101 to 200 are listed below, the first 5 in full with answers and explanations. Back to page 1 for the exam overview and FAQ.

Question bank last updated December 2024

Free ANS-C01 practice questions

Questions 101 to 105 of 512

Pick an answer before you open the explanation. Each question also has its own page with a permalink.

ANS-C01 Question 101

Select 3

Your organization operates a hybrid network setup that spans multiple AWS accounts and on-premises data centers. You are tasked with implementing a logging and monitoring solution to ensure comprehensive visibility into network traffic and security events. Your solution must support centralized log analysis, detection of anomalous behavior, and compliance auditing. Which of the following solutions would best meet these requirements?

  1. A

    Enable VPC Flow Logs for all VPCs in AWS and send the logs to a central Amazon S3 bucket.

  2. B

    Configure AWS CloudTrail to log all management events and send logs to Amazon CloudWatch Logs for monitoring.

  3. C

    Deploy an AWS Transit Gateway and enable logging for all inter-VPC and on-premises traffic routed through it.

  4. D

    Use Amazon GuardDuty to monitor network activity for threat detection and send findings to a centralized account.

  5. E

    Install third-party log collection agents on all on-premises servers and forward logs directly to Amazon S3.

Show answer and explanation

Correct answers: A, B, D

Explanation

A robust logging and monitoring solution for a hybrid network setup requires leveraging AWS-native services for both network traffic analysis and security event detection. VPC Flow Logs (Option 1) provide visibility into network traffic, AWS CloudTrail (Option 2) logs management events for compliance and anomaly detection, and Amazon GuardDuty (Option 4) enables threat detection. These solutions together offer centralized monitoring and support compliance and security requirements. Option 3 is not as effective for detailed traffic analysis, and Option 5 focuses only on on-premises logging without addressing AWS network visibility.

  • A. Correct.

    Enabling VPC Flow Logs allows you to capture network traffic metadata for all VPCs in AWS, which is essential for analyzing and auditing network traffic. Sending the logs to a central Amazon S3 bucket supports centralized log analysis.

  • B. Correct.

    AWS CloudTrail provides logging for management events, which is crucial for compliance auditing and detecting unauthorized API calls. Sending these logs to Amazon CloudWatch Logs allows for real-time monitoring and anomaly detection.

  • C. Incorrect.

    While AWS Transit Gateway simplifies routing in hybrid networks, enabling logging on it does not provide detailed visibility into network traffic. VPC Flow Logs are better suited for this requirement.

  • D. Correct.

    Amazon GuardDuty provides threat detection capabilities by analyzing network activity and AWS account behavior. Sending findings to a centralized account supports unified threat monitoring and response across a hybrid environment.

  • E. Incorrect.

    While third-party log collection agents can be useful, relying solely on them for on-premises servers does not provide comprehensive visibility into the AWS environment or centralized monitoring using AWS-native tools.

ANS-C01 Question 102

Select 3

Your organization manages a hybrid network that connects an on-premises data center to AWS using a Site-to-Site VPN. The security team requires visibility into network traffic for troubleshooting and compliance purposes. Which combination of solutions should you implement to define logging and monitoring requirements for this hybrid environment?

  1. A

    Enable VPC Flow Logs on the AWS VPC to capture IP traffic metadata.

  2. B

    Use AWS CloudTrail to monitor and log API calls for Site-to-Site VPN configuration changes.

  3. C

    Deploy an AWS Network Firewall to log all traffic between the on-premises network and the AWS environment.

  4. D

    Set up CloudWatch Alarms to monitor VPN tunnel status and notify the operations team of any tunnel failures.

  5. E

    Use Amazon Macie to monitor and log sensitive data traffic across the hybrid network.

Show answer and explanation

Correct answers: A, B, D

Explanation

To define logging and monitoring requirements for a hybrid network, it is crucial to capture both network traffic metadata and configuration changes, and to set up proactive monitoring. VPC Flow Logs provide traffic metadata, CloudTrail tracks configuration changes, and CloudWatch Alarms help monitor VPN tunnel health. These solutions together address the core requirements of the scenario.

  • A. Correct.

    Enabling VPC Flow Logs provides detailed network traffic metadata, helping to monitor traffic in and out of the VPC. This is critical for hybrid network monitoring and logging.

  • B. Correct.

    CloudTrail is essential for tracking configuration changes to the Site-to-Site VPN, ensuring compliance and aiding in debugging issues.

  • C. Incorrect.

    AWS Network Firewall is primarily designed for threat detection and prevention, not necessarily for logging the traffic between on-premises and AWS. While it could be used for certain scenarios, it is not the most appropriate solution here.

  • D. Correct.

    CloudWatch Alarms are effective for monitoring the VPN tunnel's health and notifying the team if there are any connectivity issues. This aligns with the monitoring requirements.

  • E. Incorrect.

    Amazon Macie is a service for monitoring sensitive data and does not provide network traffic logging or monitoring capabilities. Thus, it is not relevant to this scenario.

ANS-C01 Question 103

Single answer

Your organization needs to securely connect multiple VPCs across different AWS regions to support a global application. The architecture must ensure low latency, high availability, and scalability while minimizing operational overhead. Which solution would best meet these requirements?

  1. A

    Use VPC peering to connect all VPCs across regions.

  2. B

    Set up a fully-meshed VPN connection between all VPCs.

  3. C

    Implement AWS Transit Gateway with inter-region peering attachments.

  4. D

    Deploy an EC2 instance in each VPC to function as a proxy for routing traffic.

Show answer and explanation

Correct answer: C

Explanation

The AWS Transit Gateway with inter-region peering attachments is the best choice for connecting multiple VPCs across regions in a global application. It provides a scalable, highly available, and low-latency solution with centralized routing management. Alternatives like VPC peering, fully-meshed VPNs, or proxy EC2 instances either lack scalability or introduce complexity and performance issues.

  • A. Incorrect.

    VPC peering can connect VPCs, but it does not scale well for multiple VPCs across regions due to the need for a fully-meshed architecture and lack of centralized management.

  • B. Incorrect.

    A fully-meshed VPN connection between VPCs is complex to manage, introduces significant operational overhead, and may not provide the low latency or scalability required.

  • C. Correct.

    AWS Transit Gateway with inter-region peering attachments provides a scalable, highly available solution for securely connecting multiple VPCs across regions. It simplifies network management and offers low-latency connections.

  • D. Incorrect.

    Using EC2 instances as proxies for routing traffic is not a scalable or recommended solution due to increased management complexity, potential single points of failure, and performance bottlenecks.

ANS-C01 Question 104

Single answer

Your company has deployed a multi-region application using Amazon Route 53 for DNS routing. The application serves users globally, and each region has its own EC2-based backend service. To improve performance, you want to route users to the region nearest to them geographically. However, during regional failures, users should be redirected to the next closest region. Which Route 53 routing policy should you use to meet these requirements?

  1. A

    Simple routing policy

  2. B

    Latency-based routing policy

  3. C

    Geolocation routing policy

  4. D

    Failover routing policy

  5. E

    Multivalue answer routing policy

Show answer and explanation

Correct answer: B

Explanation

Latency-based routing is the best choice for this scenario because it routes users to the region with the lowest latency, ensuring optimal performance. In addition, it supports failover by redirecting traffic to healthy resources in other regions if the closest region becomes unavailable. This meets both the performance and resiliency requirements specified in the question.

  • A. Incorrect.

    Simple routing policy is used for single resources that do not depend on conditions such as location or latency. It does not support regional failover or performance-based routing.

  • B. Correct.

    Latency-based routing policy is designed to route users to the endpoint with the lowest latency, ensuring they are directed to the nearest region for performance. Additionally, it can support failover by using health checks.

  • C. Incorrect.

    Geolocation routing policy routes users based on their physical location but does not automatically redirect users to the next closest region in case of regional failure.

  • D. Incorrect.

    Failover routing policy is used for active-passive configurations where traffic is routed to a secondary endpoint only when the primary endpoint is unhealthy, but it does not optimize for geographical proximity or latency.

  • E. Incorrect.

    Multivalue answer routing policy returns multiple IP addresses to the client, which can provide basic failover, but it does not optimize for latency or geographical proximity.

ANS-C01 Question 105

Select 2

You are designing a hybrid architecture that requires secure and reliable connectivity between your corporate data center and an Amazon VPC. The solution must ensure low latency, consistent performance, and encryption of data in transit. Which combination of solutions would best meet these requirements?

  1. A

    Use AWS Direct Connect with MACsec encryption enabled

  2. B

    Establish an IPsec VPN connection over AWS Direct Connect

  3. C

    Use a Site-to-Site VPN over the public internet

  4. D

    Implement AWS Global Accelerator to route traffic securely

  5. E

    Enable VPC peering between the corporate data center and the VPC

Show answer and explanation

Correct answers: A, B

Explanation

To meet the requirements of secure, low-latency, and reliable connectivity, AWS Direct Connect is ideal for private and consistent performance. Adding MACsec encryption to Direct Connect ensures data in transit is encrypted. For additional encryption, Direct Connect can be combined with an IPsec VPN, providing a layered approach to security. Other options, like Site-to-Site VPN over the public internet or AWS Global Accelerator, do not meet all aspects of the requirements.

  • A. Correct.

    Correct. AWS Direct Connect with MACsec encryption provides a private, dedicated network connection with encryption for secure and consistent performance.

  • B. Correct.

    Correct. Combining Direct Connect with an IPsec VPN ensures both private connectivity and encryption, meeting the requirement for secure data in transit.

  • C. Incorrect.

    Incorrect. A Site-to-Site VPN over the public internet does not provide the low latency and consistent performance required for the scenario.

  • D. Incorrect.

    Incorrect. AWS Global Accelerator is designed for improving global application performance and does not provide point-to-point connectivity or encryption.

  • E. Incorrect.

    Incorrect. VPC peering is used for connecting VPCs within AWS and cannot be used to connect a corporate data center to an Amazon VPC.

Timed practice exam

Take a ANS-C01 practice test under exam conditions

65 questions in 170 minutes, drawn from this bank, with a score report and a per-question review when you finish.

Start timed exam

ANS-C01 practice questions 101 to 200 of 512

Every question has a page with the answer and explanation. Numbers are stable, so you can bookmark or share them. The bank is split into 6 pages of up to 100 questions.

  1. 101.Your organization operates a hybrid network setup that spans multiple AWS accounts and on-premises data...
  2. 102.Your organization manages a hybrid network that connects an on-premises data center to AWS using a...
  3. 103.Your organization needs to securely connect multiple VPCs across different AWS regions to support a global...
  4. 104.Your company has deployed a multi-region application using Amazon Route 53 for DNS routing. The application...
  5. 105.You are designing a hybrid architecture that requires secure and reliable connectivity between your corporate...
  6. 106.Your company is hosting a multi-tier web application on AWS. The application is deployed across public and...
  7. 107.You are managing an AWS architecture for a web application that has unpredictable traffic patterns. To...
  8. 108.You are designing a monitoring solution for a critical application running on Amazon EC2 instances in a VPC....
  9. 109.Your team has deployed a microservices-based application on Amazon ECS. The application is experiencing...
  10. 110.A company has deployed a microservices-based application running on Amazon ECS with Fargate. They want to...
  11. 111.Your organization has a global network architecture with multiple AWS regions and on-premises locations...
  12. 112.Your organization has deployed a global network using AWS Transit Gateway across multiple regions, and you...
  13. 113.Your organization has a global network that spans multiple AWS Regions and on-premises locations. To improve...
  14. 114.Your organization has deployed a global network across multiple AWS Regions and on-premises data centers. You...
  15. 115.Your company has deployed a multi-tier application in AWS spanning multiple VPCs connected via AWS Transit...
  16. 116.Your organization has deployed a multi-tier application in AWS using Amazon VPC. Recently, users reported...
  17. 117.You are managing a multi-tier architecture in AWS with a private VPC that includes a web tier, an application...
  18. 118.Your company has a multi-tier application hosted in AWS, where the web tier resides in a public subnet and...
  19. 119.An organization has deployed a multi-tier application in AWS. The application consists of a public-facing web...
  20. 120.Your organization is running a multi-tier web application in a VPC on AWS. Recently, users have reported...
  21. 121.An organization is running a multi-tier web application on AWS. They are experiencing intermittent...
  22. 122.Your company operates a highly secure e-commerce platform hosted on AWS. The platform uses an Amazon VPC with...
  23. 123.An organization is using an Application Load Balancer (ALB) to distribute traffic to its application servers....
  24. 124.You are designing a solution for a global e-commerce platform that uses an Application Load Balancer (ALB) in...
  25. 125.An organization is running a global application using an Application Load Balancer (ALB) and Amazon...
  26. 126.Your organization is using an Application Load Balancer (ALB) to manage incoming traffic for a web...
  27. 127.Your company has a hybrid cloud architecture with an on-premises data center that needs to connect to...
  28. 128.Your organization needs to establish connectivity between its on-premises data center and AWS Cloud. The...
  29. 129.Your company wants to establish a reliable and secure connection between its on-premises data center and an...
  30. 130.Your organization needs to establish secure and high-performance connectivity between its on-premises data...
  31. 131.An organization is running a hybrid cloud architecture with workloads split between their on-premises data...
  32. 132.Your company is running an application in a VPC that connects to an on-premises data center using AWS Direct...
  33. 133.You are designing a hybrid cloud architecture that requires secure and low-latency connectivity between your...
  34. 134.Your company has deployed a VPC with a private subnet and a public subnet. Instances in the private subnet...
  35. 135.You are designing a hybrid cloud environment for a company that needs to establish connectivity between their...
  36. 136.Your company is running a hybrid network setup with a corporate data center connected to AWS using AWS Direct...
  37. 137.You are designing a highly available and scalable AWS network architecture for a global application that...
  38. 138.Your company has deployed an application in a VPC that is connected to your on-premises network using a...
  39. 139.You are setting up a Direct Connect connection between your on-premises data center and your AWS environment....
  40. 140.You are designing a hybrid network architecture connecting your on-premises data center to AWS using AWS...
  41. 141.You are setting up a Direct Connect connection between your on-premises data center and AWS. To ensure high...
  42. 142.Your organization is setting up a Direct Connect connection between your on-premises data center and your AWS...
  43. 143.Your organization has established an AWS Site-to-Site VPN connection between its on-premises data center and...
  44. 144.Your company has established a hybrid cloud architecture between its on-premises data center and AWS. To...
  45. 145.You are designing a hybrid network that securely connects your on-premises data center to an Amazon VPC over...
  46. 146.You are designing a hybrid cloud architecture that requires secure communication between your on-premises...
  47. 147.Your organization has multiple AWS accounts, and you need to share access to an Amazon VPC Subnet from one...
  48. 148.You are a network architect for a company that has multiple AWS accounts under a single AWS Organization....
  49. 149.You are managing a multi-account AWS environment where multiple AWS accounts need access to a shared Amazon...
  50. 150.Your organization has multiple AWS accounts and wants to share Amazon VPC subnets across these accounts to...
  51. 151.You are designing a hybrid cloud architecture where you need to securely extend your on-premises network into...
  52. 152.You have deployed a multi-region application that uses an overlay network to interconnect resources across...
  53. 153.You are designing a multi-region application deployment for a company using Amazon VPCs in each region. The...
  54. 154.You are designing a hybrid cloud architecture that spans multiple AWS Regions and your on-premises data...
  55. 155.Your organization has a multi-account AWS setup with a central networking account and multiple application...
  56. 156.You are designing a connectivity strategy for an organization with multiple AWS accounts managed under AWS...
  57. 157.Your organization operates a multi-account AWS environment with several VPCs in different AWS Regions. You...
  58. 158.You are designing a connectivity strategy for an organization with multiple AWS accounts, spanning two AWS...
  59. 159.Your organization runs a global e-commerce platform hosted on AWS, and you are tasked with improving site...
  60. 160.Your company has deployed a set of web applications across multiple Amazon VPCs in different AWS Regions. You...
  61. 161.Your company is deploying a highly available web application across multiple AWS Regions. The application...
  62. 162.Your organization runs a multi-region application hosted in AWS. The application uses Amazon VPCs in each...
  63. 163.Your organization operates multiple VPCs across different AWS accounts for various teams. Team A in Account 1...
  64. 164.Your company has a multi-account AWS setup where multiple applications in separate accounts need to securely...
  65. 165.Your organization has multiple VPCs in the same AWS Region that need to communicate with each other, and you...
  66. 166.Your company has multiple VPCs across different AWS regions. One VPC in the us-east-1 region hosts a critical...
  67. 167.Your organization is using AWS Organizations and has multiple accounts under a consolidated billing setup....
  68. 168.Your organization has a multi-account AWS setup. The central networking team wants to manage a single Amazon...
  69. 169.Your organization has multiple AWS accounts under a single AWS Organization. To simplify resource management,...
  70. 170.An organization uses multiple AWS accounts for different teams within their company. To optimize resource...
  71. 171.Your organization has a hybrid cloud architecture where the on-premises network and the AWS VPC use...
  72. 172.Your company has two VPCs, VPC-A and VPC-B, in different AWS accounts. Both VPCs use the CIDR block...
  73. 173.Your company has acquired a new subsidiary, and both organizations use AWS for their workloads. Upon merging...
  74. 174.Your company has two VPCs in separate AWS accounts: VPC-A (10.0.0.0/16) and VPC-B (10.0.0.0/16). You need to...
  75. 175.Your organization has a hybrid architecture with an on-premises data center connected to AWS using an AWS...
  76. 176.Your company is hosting a multi-tier web application in an Amazon VPC. The application consists of a...
  77. 177.You are configuring a hybrid architecture between your on-premises data center and AWS. Your on-premises...
  78. 178.Your organization is setting up a hybrid cloud architecture with multiple on-premises data centers connected...
  79. 179.Your company has an on-premises data center that needs to establish a highly available and low-latency...
  80. 180.Your company has established a hybrid architecture where an on-premises data center is connected to AWS using...
  81. 181.Your organization has established a hybrid architecture between its on-premises data center and AWS. You are...
  82. 182.Your company has an on-premises data center connected to AWS through an AWS Direct Connect connection. You...
  83. 183.A company has a hybrid cloud architecture with resources deployed on-premises and in AWS. The on-premises...
  84. 184.Your company is running a hybrid cloud architecture and uses AWS Transit Gateway to connect its on-premises...
  85. 185.Your organization operates a multi-account AWS environment managed via AWS Organizations. The security team...
  86. 186.You are designing a hybrid network connectivity solution for a company that requires low latency and high...
  87. 187.You are managing a hybrid cloud environment where your on-premises network is connected to your VPC via AWS...
  88. 188.You are designing a hybrid cloud architecture for a company that has an on-premises data center connected to...
  89. 189.You are managing a hybrid cloud environment where an on-premises data center is connected to AWS using a...
  90. 190.You are managing a hybrid cloud environment with an on-premises data center and an AWS VPC. You need to...
  91. 191.Your company has deployed a hybrid cloud architecture with an on-premises data center connected to your AWS...
  92. 192.Your company has deployed a mission-critical application in an Amazon VPC that needs to securely connect to...
  93. 193.Your organization has deployed a critical application in an AWS VPC, and you need to establish a secure,...
  94. 194.Your organization has deployed a hybrid architecture with an on-premises data center connected to an Amazon...
  95. 195.Your organization is planning to establish a dedicated network connection between their on-premises data...
  96. 196.Your organization needs a high-bandwidth, low-latency dedicated connection between your on-premises data...
  97. 197.Your company needs a high-speed, low-latency connection between its on-premises data center and its AWS...
  98. 198.Your organization is planning to establish a private, low-latency network connection between its on-premises...
  99. 199.You are designing a hybrid network that connects an on-premises datacenter to an Amazon VPC using AWS Direct...
  100. 200.You are designing a hybrid cloud architecture where your on-premises data center is connected to an AWS VPC...