Amazon Web ServicesExpert levelANS-C01

ANS-C01 exam dumps: 513 free AWS Advanced Networking Specialty practice questions

Free ANS-C01 practice questions for the AWS Certified Advanced Networking - Specialty exam, with the correct answer and a full explanation for every option. Read the first 10 below, browse all 513 by number, or take a timed practice exam.

Question bank last updated December 2024

Free ANS-C01 practice questions

Questions 1 to 10 of 513

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

ANS-C01 Question 1

Single answer

Your company operates a multi-region architecture with critical web applications hosted in both the us-east-1 and us-west-2 AWS regions. You need to design a network solution that maintains low-latency communication between the regions, ensures high availability, and provides redundancy. Which solution should you choose?

  1. A

    Set up an AWS Direct Connect connection between the two regions.

  2. B

    Use an AWS Transit Gateway to establish peering between the VPCs in us-east-1 and us-west-2.

  3. C

    Create a VPC peering connection between the VPCs in us-east-1 and us-west-2.

  4. D

    Use an AWS Global Accelerator to route traffic between the regions.

Show answer and explanation

Correct answer: B

Explanation

To enable low-latency, highly available, and redundant communication between VPCs in different AWS regions, AWS Transit Gateway is the best choice. It supports inter-region peering, provides a scalable solution for connecting multiple VPCs, and offers centralized management. Other options, such as Direct Connect, VPC peering, or Global Accelerator, are not suitable for this specific use case.

  • A. Incorrect.

    This option is incorrect because AWS Direct Connect is designed to provide dedicated private connectivity between on-premises data centers and AWS, not between AWS regions.

  • B. Correct.

    This is the correct answer. AWS Transit Gateway allows you to establish peering between VPCs across regions, providing high availability and low-latency communication. It also supports routing redundancy for improved fault tolerance.

  • C. Incorrect.

    While VPC peering can connect two VPCs in different regions, it is limited in terms of scalability and does not natively provide the high availability and centralized management offered by AWS Transit Gateway.

  • D. Incorrect.

    AWS Global Accelerator is designed to improve the performance and availability of global applications by routing traffic through AWS's global edge network. However, it is not intended for inter-region VPC communication.

ANS-C01 Question 2

Select 2

Your company is deploying a highly available web application across two AWS Regions to serve a global user base. You want to ensure that users are routed to the closest region based on latency while also providing failover capability in case one region becomes unavailable. Which combination of configuration steps would best achieve this goal?

  1. A

    Use Amazon Route 53 with a latency-based routing policy to direct traffic to the closest region.

  2. B

    Configure Route 53 health checks to monitor the health of your application endpoints in each region.

  3. C

    Use an Application Load Balancer (ALB) in each region and configure cross-region load balancing.

  4. D

    Set up AWS Global Accelerator to route traffic between regions based on health and latency.

  5. E

    Deploy a CloudFront distribution and configure origin failover to switch between the regions.

Show answer and explanation

Correct answers: A, B

Explanation

To achieve latency-based routing and failover between AWS Regions, Amazon Route 53 with a latency-based routing policy and health checks is the most appropriate solution. Latency-based routing ensures that users are directed to the closest region, while health checks enable automatic failover in the event of a region becoming unavailable. The other options either do not fully meet the requirements or are intended for different use cases.

  • A. Correct.

    Using Amazon Route 53 with a latency-based routing policy ensures that users are directed to the AWS Region with the lowest latency, which is essential for optimizing the user experience in a global deployment.

  • B. Correct.

    Route 53 health checks are necessary to monitor the availability of endpoints in each region. This ensures that traffic is rerouted to the healthy region in case one region becomes unavailable.

  • C. Incorrect.

    While an Application Load Balancer can balance traffic within a region or between different availability zones, it does not support cross-region latency-based routing or failover directly.

  • D. Incorrect.

    AWS Global Accelerator provides global traffic routing and failover capabilities, but it is not required in this scenario because Route 53 latency-based routing and health checks are sufficient to meet the requirements.

  • E. Incorrect.

    CloudFront origin failover is designed for CDN-origin redundancy, not for routing traffic between AWS Regions based on latency or health.

ANS-C01 Question 3

Select 2

You are designing a hybrid network architecture for an enterprise that has an on-premises data center and multiple applications hosted in AWS. The on-premises data center connects to AWS using an AWS Direct Connect connection. The enterprise requires highly available connectivity with automatic failover in case the Direct Connect connection goes down. Additionally, the solution must minimize costs and provide consistent performance. Which combination of design choices meets these requirements?

  1. A

    Use AWS Direct Connect for primary connectivity and configure a backup VPN connection over the internet.

  2. B

    Set up two AWS Direct Connect connections in separate locations and enable BGP for route failover.

  3. C

    Deploy an AWS Site-to-Site VPN connection as the primary connection and use AWS Direct Connect as a backup.

  4. D

    Configure two AWS Direct Connect connections in Active/Active mode with Direct Connect Gateway.

  5. E

    Enable AWS Global Accelerator to handle failover between the Direct Connect and VPN connections.

Show answer and explanation

Correct answers: A, B

Explanation

The best solution is to use AWS Direct Connect as the primary connection for high performance and consistent bandwidth, and configure a backup VPN connection over the internet for failover. Additionally, setting up two Direct Connect connections in separate locations with BGP routing ensures high availability and redundancy. These design choices align with the requirements of minimizing costs while ensuring automatic failover and consistent performance.

  • A. Correct.

    This option is correct as using AWS Direct Connect as the primary connection and a backup VPN over the internet provides high availability and cost efficiency. The VPN acts as a failover mechanism if Direct Connect becomes unavailable.

  • B. Correct.

    This option is correct because setting up two Direct Connect connections in separate locations ensures high availability and fault tolerance. BGP can be used to automatically route traffic via the alternate connection in case of a failure.

  • C. Incorrect.

    This option is incorrect because Site-to-Site VPN as the primary connection does not meet the requirement for consistent performance. Direct Connect provides dedicated bandwidth and lower latency compared to VPN.

  • D. Incorrect.

    This option is incorrect because using two Direct Connect connections in Active/Active mode increases costs unnecessarily and does not align with the requirement to minimize costs.

  • E. Incorrect.

    This option is incorrect because AWS Global Accelerator is not used for failover between Direct Connect and VPN connections. It is primarily designed for improving global application performance and availability.

ANS-C01 Question 4

Single answer

Your organization is deploying a hybrid architecture where on-premises resources need to communicate securely and with low latency to AWS services in a specific region. The on-premises data center has a VPN connection to AWS, but during peak workloads, the VPN experiences high latency and bandwidth limitations. As a network architect, what is the most appropriate solution to address these challenges while maintaining secure connectivity?

  1. A

    Set up AWS Direct Connect to establish a dedicated private connection between the on-premises data center and AWS.

  2. B

    Increase the bandwidth of the existing VPN connection by using multiple VPN tunnels in a redundant configuration.

  3. C

    Configure an AWS Global Accelerator to optimize the network path between the on-premises data center and the AWS region.

  4. D

    Deploy a Transit Gateway to interconnect the on-premises data center and AWS services with higher performance.

Show answer and explanation

Correct answer: A

Explanation

The most appropriate solution for low latency and high bandwidth connectivity between on-premises resources and AWS is AWS Direct Connect. It establishes a dedicated, private network connection that bypasses the public internet, addressing the latency and bandwidth limitations of VPN connections. While other options may support certain network configurations, they do not offer the same level of performance and reliability as Direct Connect for this use case.

  • A. Correct.

    This is correct. AWS Direct Connect provides a dedicated, low-latency, and high-bandwidth connection between on-premises data centers and AWS. It is designed specifically to address the limitations of VPN connections in such scenarios.

  • B. Incorrect.

    This is incorrect. While using multiple VPN tunnels can provide redundancy, it does not effectively address bandwidth limitations or significantly reduce latency compared to a dedicated Direct Connect link.

  • C. Incorrect.

    This is incorrect. AWS Global Accelerator improves performance for internet-facing applications by directing traffic through AWS's global backbone network. It does not address the specific requirements of private connectivity between on-premises data centers and AWS.

  • D. Incorrect.

    This is incorrect. AWS Transit Gateway is used to simplify network connectivity between VPCs and on-premises networks, but it does not inherently resolve latency or bandwidth issues. It would still depend on the underlying VPN or Direct Connect for connectivity.

ANS-C01 Question 5

Select 2

You are designing a global application with users distributed across North America, Europe, and Asia. The application requires low latency and high availability. Additionally, the application serves dynamic content and must efficiently manage user traffic to the nearest and healthiest endpoint. Which combination of AWS edge network services should you implement to meet these requirements?

  1. A

    Amazon Route 53 latency-based routing

  2. B

    AWS Global Accelerator

  3. C

    Amazon CloudFront with an origin in a single AWS Region

  4. D

    Elastic Load Balancer with cross-region load balancing enabled

  5. E

    Amazon Route 53 geolocation routing

Show answer and explanation

Correct answers: A, B

Explanation

The combination of Amazon Route 53 latency-based routing and AWS Global Accelerator provides an optimal solution for a global application requiring low latency and high availability. Route 53 ensures that user requests are routed to the endpoint with the lowest latency, while Global Accelerator improves the performance of traffic routing to the nearest AWS edge location and dynamically manages user traffic to healthy endpoints. Other options, like CloudFront and geolocation routing, are less suitable for dynamic content optimization and latency-sensitive applications.

  • A. Correct.

    Amazon Route 53 latency-based routing ensures that user requests are directed to the endpoint with the lowest network latency, improving overall performance for global users.

  • B. Correct.

    AWS Global Accelerator optimizes traffic routing to the nearest AWS edge location and improves performance and availability using Anycast. It is ideal for dynamic content and global applications.

  • C. Incorrect.

    Amazon CloudFront is designed for caching static content at edge locations, not dynamic content. Using a single origin would not optimize performance for global users.

  • D. Incorrect.

    Elastic Load Balancer with cross-region load balancing can distribute traffic between regions, but it doesn't handle edge optimizations or dynamic routing based on user proximity.

  • E. Incorrect.

    Amazon Route 53 geolocation routing directs traffic based on the user’s geographic location, but it does not account for actual network latency, which is critical for optimizing performance.

ANS-C01 Question 6

Select 2

Your company is launching a globally distributed application that serves dynamic content to users. The application needs to ensure low latency for users worldwide while efficiently managing traffic. You are tasked with designing a solution that incorporates AWS edge network services. Which combination of services should you use to optimize user performance and traffic management?

  1. A

    Amazon CloudFront for content delivery and AWS Global Accelerator for traffic management

  2. B

    Amazon CloudFront for dynamic content delivery and Route 53 latency-based routing for traffic management

  3. C

    AWS Global Accelerator for traffic management and Amazon S3 for caching dynamic content

  4. D

    Amazon CloudFront for caching static content and AWS Direct Connect for low-latency user connections

  5. E

    AWS Global Accelerator for traffic management and AWS App Mesh for content delivery optimization

Show answer and explanation

Correct answers: A, B

Explanation

To optimize global user performance and traffic management, combining Amazon CloudFront for content delivery and services like AWS Global Accelerator or Route 53 for traffic routing is the most effective approach. CloudFront reduces latency by caching content at edge locations, while Global Accelerator and Route 53 latency-based routing ensure traffic is directed to the nearest or most performant AWS region. Other options like S3 or Direct Connect do not align with the requirements of edge services or global traffic management.

  • A. Correct.

    Correct. Amazon CloudFront is an AWS edge service designed for low-latency content delivery, while AWS Global Accelerator improves traffic management by routing requests to the nearest AWS region based on network performance.

  • B. Correct.

    Correct. Amazon CloudFront can handle dynamic content delivery with low latency, and Route 53's latency-based routing allows traffic to be routed to the nearest region with the best latency for users.

  • C. Incorrect.

    Incorrect. While AWS Global Accelerator can manage traffic, Amazon S3 is not suitable for caching dynamic content, as it is primarily used for static object storage.

  • D. Incorrect.

    Incorrect. Amazon CloudFront is used for caching static content, but AWS Direct Connect is not an edge service and does not optimize traffic or user performance for global architectures.

  • E. Incorrect.

    Incorrect. AWS Global Accelerator does manage traffic effectively, but AWS App Mesh is a service mesh for microservices and is not a solution for content delivery optimization.

ANS-C01 Question 7

Select 3

Your organization runs a globally distributed web application with users accessing the application from different continents. You need to design a solution to ensure low latency, optimized user performance, and effective traffic management based on geography. Which AWS services and configurations should you incorporate?

  1. A

    Use Amazon CloudFront with edge locations to cache content closer to users.

  2. B

    Implement AWS Global Accelerator to route user traffic to the optimal endpoint based on geography and performance.

  3. C

    Deploy multiple ALBs (Application Load Balancers) in each region and use Route 53 for latency-based routing.

  4. D

    Leverage AWS Transit Gateway to route user traffic between edge locations and your on-premises data centers.

  5. E

    Enable Amazon S3 Transfer Acceleration for dynamic content delivery across the globe.

Show answer and explanation

Correct answers: A, B, C

Explanation

To optimize user performance and traffic management for a globally distributed application, you need to utilize services that reduce latency and improve routing efficiency. Amazon CloudFront ensures cached content is delivered closer to users, AWS Global Accelerator routes traffic using the AWS global network for optimal performance, and latency-based routing in Route 53 directs users to the nearest or fastest regional endpoint. These services collectively address the requirements for low latency and effective global traffic management.

  • A. Correct.

    Amazon CloudFront provides a globally distributed network of edge locations that cache content closer to users, reducing latency and optimizing performance. This is a key service for edge network optimization.

  • B. Correct.

    AWS Global Accelerator uses the AWS global network to route traffic to the optimal endpoint based on geography and health, improving performance and availability for global applications.

  • C. Correct.

    Using multiple Application Load Balancers (ALBs) in different regions and configuring Route 53 for latency-based routing ensures that user requests are served from the region with the lowest latency, optimizing performance.

  • D. Incorrect.

    AWS Transit Gateway is used for interconnecting VPCs and on-premises networks but is not designed for edge network optimization or user traffic management for global architectures.

  • E. Incorrect.

    Amazon S3 Transfer Acceleration is specifically designed for data transfer optimization to S3 buckets, not for dynamic content delivery or global application traffic management.

ANS-C01 Question 8

Select 2

You are designing an application that serves a global user base with low latency requirements. The application involves static content, dynamic content, and API traffic. To ensure optimal user performance and efficient traffic management, which combination of AWS services would you use?

  1. A

    Amazon CloudFront with AWS Global Accelerator

  2. B

    Amazon S3 Transfer Acceleration

  3. C

    AWS Direct Connect

  4. D

    Amazon Route 53 with latency-based routing

  5. E

    AWS Elastic Load Balancer (ELB) configured with geolocation routing

Show answer and explanation

Correct answers: A, D

Explanation

To optimize user performance and traffic management for global architectures, Amazon CloudFront ensures low-latency delivery of static and dynamic content through its edge locations, while AWS Global Accelerator provides optimized routing for APIs and dynamic traffic. Combining this with Amazon Route 53's latency-based routing ensures traffic is routed to the closest and most optimal AWS region or endpoint, achieving the desired performance for a global user base.

  • A. Correct.

    Amazon CloudFront and AWS Global Accelerator together provide a highly optimized global distribution system for static and dynamic content. CloudFront caches content at edge locations for low latency, while Global Accelerator optimizes routing for dynamic content and APIs.

  • B. Incorrect.

    Amazon S3 Transfer Acceleration is designed for faster uploads of content to S3, but it is not suitable for optimizing the overall performance of a global application serving diverse types of traffic such as APIs or dynamic content.

  • C. Incorrect.

    AWS Direct Connect is a private network connection to AWS that improves performance for on-premises workloads. However, it does not optimize edge network performance for a global user base.

  • D. Correct.

    Amazon Route 53 with latency-based routing is ideal for directing user traffic to the most optimal AWS region based on latency, ensuring improved performance for a global user base.

  • E. Incorrect.

    AWS Elastic Load Balancer (ELB) does not directly provide geolocation routing. It is primarily used for distributing traffic within a single region or VPC, making it unsuitable for this global use case.

ANS-C01 Question 9

Select 2

Your organization is migrating a hybrid workload to AWS. Part of the architecture includes a VPN connection between your on-premises data center and a VPC. During testing, you notice intermittent connectivity issues between the on-premises resources and AWS. After reviewing the setup, you need to determine the most likely cause of the issue. Which of the following could be potential causes? (Choose TWO)

  1. A

    The VPN tunnel's pre-shared key (PSK) does not match between the on-premises router and AWS.

  2. B

    The Security Group associated with the VPC does not allow traffic from the on-premises network.

  3. C

    The Customer Gateway IP address configured in AWS does not match the public IP of the on-premises router.

  4. D

    The on-premises router does not support Border Gateway Protocol (BGP).

  5. E

    The VPC Route Table does not include a route for the on-premises network via the VPN.

Show answer and explanation

Correct answers: A, C

Explanation

Intermittent VPN connectivity issues are often caused by mismatched configurations between AWS and on-premises devices. A mismatched PSK (Option 1) or incorrect Customer Gateway IP address (Option 3) are common culprits because they directly affect the ability of the VPN tunnel to establish and maintain a stable connection. Other options, while important for overall connectivity, are less likely to cause intermittent issues in this specific scenario.

  • A. Correct.

    If the pre-shared key (PSK) does not match between the on-premises router and AWS, the VPN tunnel will not establish or will face intermittent connectivity issues due to authentication failures.

  • B. Incorrect.

    While Security Groups are essential for controlling inbound and outbound traffic to resources within the VPC, they do not directly affect the VPN connectivity between the on-premises network and AWS.

  • C. Correct.

    The Customer Gateway IP address in AWS must match the public IP of the on-premises router. If they do not match, the VPN tunnel cannot establish a stable connection.

  • D. Incorrect.

    BGP is not a strict requirement for the VPN connection to work. AWS also supports static routing instead of dynamic routing with BGP.

  • E. Incorrect.

    While the VPC Route Table must include a route for the on-premises network via the VPN, this issue would result in traffic not routing correctly, rather than intermittent connectivity issues.

ANS-C01 Question 10

Select 2

Your company has deployed a multi-region application on AWS that uses Amazon Route 53 for DNS routing and Amazon CloudFront for content delivery. The application must meet the following requirements:

  1. Automatically route users to the lowest latency backend based on their location.
  2. Provide high availability by routing traffic to another region in case of failure.

Which Route 53 routing policy or combination of policies should you use to meet these requirements?

  1. A

    Latency-based routing

  2. B

    Geolocation routing

  3. C

    Failover routing

  4. D

    Weighted routing

  5. E

    Simple routing

Show answer and explanation

Correct answers: A, C

Explanation

To meet the requirements, you need a combination of latency-based routing for directing users to the lowest latency backend and failover routing to ensure traffic is routed to a secondary region in case of a failure. Latency-based routing ensures an optimal user experience, while failover routing ensures high availability.

  • A. Correct.

    Latency-based routing is correct because it allows Route 53 to evaluate the latency between the user's location and the available AWS regions, ensuring users are routed to the backend with the lowest latency.

  • B. Incorrect.

    Geolocation routing is incorrect because it routes users based on their geographic location, not latency, and does not provide fallback capabilities in case of failure.

  • C. Correct.

    Failover routing is correct because it allows you to configure Route 53 to route traffic to a secondary region in case the primary region becomes unavailable, ensuring high availability.

  • D. Incorrect.

    Weighted routing is incorrect because it is used to control traffic distribution across multiple resources based on assigned weights, not for latency-based or failover purposes.

  • E. Incorrect.

    Simple routing is incorrect because it only routes traffic to a single resource and does not meet the requirements for latency optimization or high availability.

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

What the ANS-C01 exam covers

Official AWS Certified Advanced Networking - Specialty exam domains and weightings.

  • Network Design

    30% of exam

  • Network Implementation

    26% of exam

  • Network Management and Operations

    20% of exam

  • Network Security, Compliance, and Governance

    24% of exam

All 513 ANS-C01 practice questions

Every question has a page with the answer and explanation. Numbers are stable, so you can bookmark or share them.

  1. 1.Your company operates a multi-region architecture with critical web applications hosted in both the us-east-1...
  2. 2.Your company is deploying a highly available web application across two AWS Regions to serve a global user...
  3. 3.You are designing a hybrid network architecture for an enterprise that has an on-premises data center and...
  4. 4.Your organization is deploying a hybrid architecture where on-premises resources need to communicate securely...
  5. 5.You are designing a global application with users distributed across North America, Europe, and Asia. The...
  6. 6.Your company is launching a globally distributed application that serves dynamic content to users. The...
  7. 7.Your organization runs a globally distributed web application with users accessing the application from...
  8. 8.You are designing an application that serves a global user base with low latency requirements. The...
  9. 9.Your organization is migrating a hybrid workload to AWS. Part of the architecture includes a VPN connection...
  10. 10.Your company has deployed a multi-region application on AWS that uses Amazon Route 53 for DNS routing and...
  11. 11.Your company operates a multi-tier web application hosted on AWS. The application has a public-facing web...
  12. 12.Your company is hosting a multi-tier web application on AWS, which includes an Application Load Balancer...
  13. 13.A media streaming application is hosted on AWS, serving users globally. The application faces latency issues...
  14. 14.You are designing a global web application that delivers video-on-demand content to users worldwide. The...
  15. 15.You are designing a content distribution solution for a global e-commerce application that experiences high...
  16. 16.Your company is hosting a web application that serves dynamic content and static assets, such as images and...
  17. 17.Your company operates a globally distributed application that serves users from multiple regions. You need to...
  18. 18.You are designing a global application with users in North America, Europe, and Asia. The application...
  19. 19.Your company operates a globally distributed e-commerce platform with users across North America, Europe, and...
  20. 20.A global e-commerce company wants to improve the performance and availability of its web application for...
  21. 21.An organization is using Amazon CloudFront as its Content Delivery Network (CDN) to deliver static and...
  22. 22.A company has deployed a web application globally using Amazon CloudFront as the content distribution network...
  23. 23.You are designing a high-availability architecture for a global application that serves dynamic and static...
  24. 24.You are designing a global application that serves users from multiple regions. To minimize latency, you need...
  25. 25.Your organization operates a hybrid cloud environment. You need to design a DNS solution that allows...
  26. 26.A company has a hybrid cloud architecture with resources deployed both on AWS and in an on-premises data...
  27. 27.Your company operates a hybrid infrastructure with resources in both an on-premises data center and AWS. The...
  28. 28.Your company is running a hybrid infrastructure where the on-premises network and AWS resources need to share...
  29. 29.A company has deployed an application across multiple AWS Regions to ensure high availability and disaster...
  30. 30.Your company has a hybrid network architecture with an on-premises data center connected to AWS using a...
  31. 31.You are designing a secure hybrid network architecture for your company that connects an on-premises data...
  32. 32.Your company manages a high-traffic e-commerce website hosted on AWS. You are tasked with improving DNS...
  33. 33.Your organization is hosting a web application with a domain name example.com. The DNS records for the domain...
  34. 34.Your company is hosting its primary website on an Amazon Route 53 public hosted zone. The website needs to...
  35. 35.Your company is hosting a multi-region application in AWS that needs to provide low-latency DNS resolution...
  36. 36.Your company uses Route 53 as its DNS service, and you are tasked with monitoring DNS queries for compliance...
  37. 37.Your company has recently deployed Amazon Route 53 as the DNS service for its web application hosted on AWS....
  38. 38.Your company uses Amazon Route 53 as the DNS provider for a high-traffic application. To detect and...
  39. 39.Your company wants to monitor DNS queries for suspicious activity and troubleshoot DNS-related issues in a...
  40. 40.Your company has a multi-region application deployed in AWS, with a requirement to direct traffic to the...
  41. 41.Your company has deployed a web application across multiple AWS regions to ensure high availability and low...
  42. 42.Your company is using Amazon Route 53 to manage DNS records for a critical web application hosted on multiple...
  43. 43.You are designing a highly available architecture for a web application hosted in multiple AWS regions. The...
  44. 44.Your company is hosting a web application in an Amazon VPC across multiple Availability Zones. You use an...
  45. 45.You are designing a DNS architecture for an application running in multiple Amazon VPCs across different...
  46. 46.You are designing a hybrid networking architecture for a company that hosts workloads in an Amazon VPC and...
  47. 47.Your organization has a hybrid cloud architecture with applications deployed in multiple AWS Regions and an...
  48. 48.Your organization has a hybrid cloud environment with on-premises resources connected to AWS through a Direct...
  49. 49.Your organization operates a hybrid cloud architecture across multiple AWS accounts and Regions. You need to...
  50. 50.Your company has a hybrid cloud setup with AWS and on-premises infrastructure. You have multiple AWS accounts...
  51. 51.Your organization is planning to register a new domain for its web application using Amazon Route 53. After...
  52. 52.Your company wants to register a new domain name for a web application that will be deployed on AWS. They...
  53. 53.Your organization wants to set up a new e-commerce website and has decided to register a domain name using...
  54. 54.You are tasked with setting up a new domain for your company's website using Amazon Route 53. After...
  55. 55.A company is deploying a web application in AWS that requires high availability, scalability, and security....
  56. 56.Your company hosts a highly available web application that serves global users. The application is deployed...
  57. 57.You are designing a web application that requires high availability, scalability, and secure traffic...
  58. 58.An e-commerce company is designing a high-traffic web application hosted in multiple AWS Regions. The...
  59. 59.You are designing a hybrid network architecture for your company that spans AWS and an on-premises data...
  60. 60.Your company runs a multi-region application hosted in AWS across two regions, us-east-1 and us-west-2. To...
  61. 61.Your organization is migrating a multi-tier web application to AWS. The architecture includes a public-facing...
  62. 62.You are designing a hybrid architecture for your organization where on-premises resources need to communicate...
  63. 63.You are designing a highly available web application hosted on AWS. The application serves dynamic content...
  64. 64.Your company is hosting a web application on AWS that requires load balancing to distribute incoming traffic...
  65. 65.You have a web application hosted on Amazon EC2 instances behind an Application Load Balancer (ALB). You also...
  66. 66.You are tasked with designing a highly available and scalable web application on AWS. The application...
  67. 67.You are designing a highly available and secure web application that serves both HTTP and HTTPS traffic. The...
  68. 68.A company is deploying a multi-tier web application on AWS. The application requires an internet-facing load...
  69. 69.Your company is deploying a web application that requires high availability, low latency, and secure...
  70. 70.A company is designing a web application that requires high availability and secure communication between...
  71. 71.A company is hosting a multi-tier web application on AWS. The application includes a front-end layer that...
  72. 72.A company is deploying a web application that consists of two main components: a front-end service that must...
  73. 73.An organization is deploying a web application on AWS that will be accessed by users from the internet. The...
  74. 74.A company is designing a multi-tier application hosted in AWS. The application has a web tier, an application...
  75. 75.You are designing an application that uses an Application Load Balancer (ALB) in an AWS environment to...
  76. 76.You are designing an application running on Amazon EC2 instances behind an Application Load Balancer (ALB) in...
  77. 77.Your company has deployed a web application using an Application Load Balancer (ALB) in AWS. During periods...
  78. 78.You are designing a high-traffic web application that requires a highly available and scalable architecture....
  79. 79.Your company is deploying a web application on Amazon Elastic Kubernetes Service (Amazon EKS) behind an...
  80. 80.You are designing a high-availability architecture for a global web application hosted on Amazon Elastic...
  81. 81.You are designing a multi-region, highly available application hosted on Amazon Elastic Kubernetes Service...
  82. 82.A company is deploying a highly available web application on AWS using an Application Load Balancer (ALB)....
  83. 83.You are designing a web application hosted on AWS, and you need to distribute incoming traffic across...
  84. 84.You are designing a highly available web application using an Application Load Balancer (ALB) in multiple...
  85. 85.Your organization has deployed an application behind an Application Load Balancer (ALB) in AWS. The...
  86. 86.You are designing a highly available application in AWS that serves users from multiple Availability Zones....
  87. 87.You are designing a load balancing solution for a distributed application hosted on Amazon EC2 instances. The...
  88. 88.You are designing an architecture where you need to route TCP traffic to containers running on Amazon ECS...
  89. 89.You are designing an application that requires a load balancer to route traffic to multiple backend targets....
  90. 90.You are designing an application architecture that requires high performance and flexibility in how traffic...
  91. 91.You are managing a Kubernetes cluster on Amazon EKS and want to expose a service to the internet using an...
  92. 92.You are managing a Kubernetes cluster running on Amazon EKS and need to expose a pod-based application to...
  93. 93.You are deploying an HTTPS service on an Amazon EKS cluster and want to use the AWS Load Balancer Controller...
  94. 94.You are managing a Kubernetes cluster running on Amazon EKS and need to expose an application externally...
  95. 95.You are designing a secure web application hosted on Amazon EC2 instances behind an Application Load Balancer...
  96. 96.You are designing an application that requires secure communication between clients and your backend servers....
  97. 97.You are designing a secure web application hosted on Amazon EC2 instances behind an Application Load Balancer...
  98. 98.You are designing an application hosted on AWS that requires secure communication between clients and backend...
  99. 99.You are managing a hybrid cloud environment with AWS and on-premises data centers. Your organization requires...
  100. 100.Your company utilizes a hybrid network architecture with AWS Direct Connect connecting your on-premises data...
  101. 101.Your organization operates a hybrid network setup that spans multiple AWS accounts and on-premises data...
  102. 102.Your organization manages a hybrid network that connects an on-premises data center to AWS using a...
  103. 103.Your organization needs to securely connect multiple VPCs across different AWS regions to support a global...
  104. 104.Your company has deployed a multi-region application using Amazon Route 53 for DNS routing. The application...
  105. 105.You are designing a hybrid architecture that requires secure and reliable connectivity between your corporate...
  106. 106.Your company is hosting a multi-tier web application on AWS. The application is deployed across public and...
  107. 107.You are managing an AWS architecture for a web application that has unpredictable traffic patterns. To...
  108. 108.You are designing a monitoring solution for a critical application running on Amazon EC2 instances in a VPC....
  109. 109.Your team has deployed a microservices-based application on Amazon ECS. The application is experiencing...
  110. 110.A company has deployed a microservices-based application running on Amazon ECS with Fargate. They want to...
  111. 111.Your organization has a global network architecture with multiple AWS regions and on-premises locations...
  112. 112.Your organization has deployed a global network using AWS Transit Gateway across multiple regions, and you...
  113. 113.Your organization has a global network that spans multiple AWS Regions and on-premises locations. To improve...
  114. 114.Your organization has deployed a global network across multiple AWS Regions and on-premises data centers. You...
  115. 115.Your company has deployed a multi-tier application in AWS spanning multiple VPCs connected via AWS Transit...
  116. 116.Your organization has deployed a multi-tier application in AWS using Amazon VPC. Recently, users reported...
  117. 117.You are managing a multi-tier architecture in AWS with a private VPC that includes a web tier, an application...
  118. 118.Your company has a multi-tier application hosted in AWS, where the web tier resides in a public subnet and...
  119. 119.An organization has deployed a multi-tier application in AWS. The application consists of a public-facing web...
  120. 120.Your organization is running a multi-tier web application in a VPC on AWS. Recently, users have reported...
  121. 121.An organization is running a multi-tier web application on AWS. They are experiencing intermittent...
  122. 122.Your company operates a highly secure e-commerce platform hosted on AWS. The platform uses an Amazon VPC with...
  123. 123.An organization is using an Application Load Balancer (ALB) to distribute traffic to its application servers....
  124. 124.You are designing a solution for a global e-commerce platform that uses an Application Load Balancer (ALB) in...
  125. 125.An organization is running a global application using an Application Load Balancer (ALB) and Amazon...
  126. 126.Your organization is using an Application Load Balancer (ALB) to manage incoming traffic for a web...
  127. 127.Your company has a hybrid cloud architecture with an on-premises data center that needs to connect to...
  128. 128.Your organization needs to establish connectivity between its on-premises data center and AWS Cloud. The...
  129. 129.Your company wants to establish a reliable and secure connection between its on-premises data center and an...
  130. 130.Your organization needs to establish secure and high-performance connectivity between its on-premises data...
  131. 131.An organization is running a hybrid cloud architecture with workloads split between their on-premises data...
  132. 132.Your company is running an application in a VPC that connects to an on-premises data center using AWS Direct...
  133. 133.You are designing a hybrid cloud architecture that requires secure and low-latency connectivity between your...
  134. 134.Your company has deployed a VPC with a private subnet and a public subnet. Instances in the private subnet...
  135. 135.You are designing a hybrid cloud environment for a company that needs to establish connectivity between their...
  136. 136.Your company is running a hybrid network setup with a corporate data center connected to AWS using AWS Direct...
  137. 137.You are designing a highly available and scalable AWS network architecture for a global application that...
  138. 138.Your company has deployed an application in a VPC that is connected to your on-premises network using a...
  139. 139.You are setting up a Direct Connect connection between your on-premises data center and your AWS environment....
  140. 140.You are designing a hybrid network architecture connecting your on-premises data center to AWS using AWS...
  141. 141.You are setting up a Direct Connect connection between your on-premises data center and AWS. To ensure high...
  142. 142.Your organization is setting up a Direct Connect connection between your on-premises data center and your AWS...
  143. 143.Your organization has established an AWS Site-to-Site VPN connection between its on-premises data center and...
  144. 144.Your company has established a hybrid cloud architecture between its on-premises data center and AWS. To...
  145. 145.You are designing a hybrid network that securely connects your on-premises data center to an Amazon VPC over...
  146. 146.You are designing a hybrid cloud architecture that requires secure communication between your on-premises...
  147. 147.Your organization has multiple AWS accounts, and you need to share access to an Amazon VPC Subnet from one...
  148. 148.You are a network architect for a company that has multiple AWS accounts under a single AWS Organization....
  149. 149.You are managing a multi-account AWS environment where multiple AWS accounts need access to a shared Amazon...
  150. 150.Your organization has multiple AWS accounts and wants to share Amazon VPC subnets across these accounts to...
  151. 151.You are designing a hybrid cloud architecture where you need to securely extend your on-premises network into...
  152. 152.You have deployed a multi-region application that uses an overlay network to interconnect resources across...
  153. 153.You are designing a multi-region application deployment for a company using Amazon VPCs in each region. The...
  154. 154.You are designing a hybrid cloud architecture that spans multiple AWS Regions and your on-premises data...
  155. 155.Your organization has a multi-account AWS setup with a central networking account and multiple application...
  156. 156.You are designing a connectivity strategy for an organization with multiple AWS accounts managed under AWS...
  157. 157.Your organization operates a multi-account AWS environment with several VPCs in different AWS Regions. You...
  158. 158.You are designing a connectivity strategy for an organization with multiple AWS accounts, spanning two AWS...
  159. 159.Your organization runs a global e-commerce platform hosted on AWS, and you are tasked with improving site...
  160. 160.Your company has deployed a set of web applications across multiple Amazon VPCs in different AWS Regions. You...
  161. 161.Your company is deploying a highly available web application across multiple AWS Regions. The application...
  162. 162.Your organization runs a multi-region application hosted in AWS. The application uses Amazon VPCs in each...
  163. 163.Your organization operates multiple VPCs across different AWS accounts for various teams. Team A in Account 1...
  164. 164.Your company has a multi-account AWS setup where multiple applications in separate accounts need to securely...
  165. 165.Your organization has multiple VPCs in the same AWS Region that need to communicate with each other, and you...
  166. 166.Your company has multiple VPCs across different AWS regions. One VPC in the us-east-1 region hosts a critical...
  167. 167.Your organization is using AWS Organizations and has multiple accounts under a consolidated billing setup....
  168. 168.Your organization has a multi-account AWS setup. The central networking team wants to manage a single Amazon...
  169. 169.Your organization has multiple AWS accounts under a single AWS Organization. To simplify resource management,...
  170. 170.An organization uses multiple AWS accounts for different teams within their company. To optimize resource...
  171. 171.Your organization has a hybrid cloud architecture where the on-premises network and the AWS VPC use...
  172. 172.Your company has two VPCs, VPC-A and VPC-B, in different AWS accounts. Both VPCs use the CIDR block...
  173. 173.Your company has acquired a new subsidiary, and both organizations use AWS for their workloads. Upon merging...
  174. 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...
  175. 175.Your organization has a hybrid architecture with an on-premises data center connected to AWS using an AWS...
  176. 176.Your company is hosting a multi-tier web application in an Amazon VPC. The application consists of a...
  177. 177.You are configuring a hybrid architecture between your on-premises data center and AWS. Your on-premises...
  178. 178.Your organization is setting up a hybrid cloud architecture with multiple on-premises data centers connected...
  179. 179.Your company has an on-premises data center that needs to establish a highly available and low-latency...
  180. 180.Your company has established a hybrid architecture where an on-premises data center is connected to AWS using...
  181. 181.Your organization has established a hybrid architecture between its on-premises data center and AWS. You are...
  182. 182.Your company has an on-premises data center connected to AWS through an AWS Direct Connect connection. You...
  183. 183.A company has a hybrid cloud architecture with resources deployed on-premises and in AWS. The on-premises...
  184. 184.Your company is running a hybrid cloud architecture and uses AWS Transit Gateway to connect its on-premises...
  185. 185.Your organization operates a multi-account AWS environment managed via AWS Organizations. The security team...
  186. 186.You are designing a hybrid network connectivity solution for a company that requires low latency and high...
  187. 187.You are managing a hybrid cloud environment where your on-premises network is connected to your VPC via AWS...
  188. 188.You are designing a hybrid cloud architecture for a company that has an on-premises data center connected to...
  189. 189.You are managing a hybrid cloud environment where an on-premises data center is connected to AWS using a...
  190. 190.You are managing a hybrid cloud environment with an on-premises data center and an AWS VPC. You need to...
  191. 191.Your company has deployed a hybrid cloud architecture with an on-premises data center connected to your AWS...
  192. 192.Your company has deployed a mission-critical application in an Amazon VPC that needs to securely connect to...
  193. 193.Your organization has deployed a critical application in an AWS VPC, and you need to establish a secure,...
  194. 194.Your organization has deployed a hybrid architecture with an on-premises data center connected to an Amazon...
  195. 195.Your organization is planning to establish a dedicated network connection between their on-premises data...
  196. 196.Your organization needs a high-bandwidth, low-latency dedicated connection between your on-premises data...
  197. 197.Your company needs a high-speed, low-latency connection between its on-premises data center and its AWS...
  198. 198.Your organization is planning to establish a private, low-latency network connection between its on-premises...
  199. 199.You are designing a hybrid network that connects an on-premises datacenter to an Amazon VPC using AWS Direct...
  200. 200.You are designing a hybrid cloud architecture where your on-premises data center is connected to an AWS VPC...
  201. 201.Your company has deployed a hybrid network architecture where an on-premises data center connects to an...
  202. 202.Your company has deployed an application in a VPC consisting of two subnets: a private subnet and a public...
  203. 203.Your company has implemented an SD-WAN solution to connect branch offices with the central data center. You...
  204. 204.Your company is deploying a global SD-WAN solution and has decided to use AWS Transit Gateway Connect to...
  205. 205.Your organization has deployed an SD-WAN solution and wants to integrate it with AWS for optimized traffic...
  206. 206.Your organization has deployed an SD-WAN solution to connect branch offices to AWS. You want to optimize...
  207. 207.Your company has a hybrid cloud setup where corporate users from on-premises need to resolve private...
  208. 208.An organization has deployed a hybrid infrastructure where applications are spread across their on-premises...
  209. 209.Your organization has deployed a hybrid cloud architecture. The on-premises network uses a private Active...
  210. 210.Your company has a hybrid cloud architecture where workloads are running in both an on-premises environment...
  211. 211.You are designing a highly available and secure network architecture for an application hosted in Amazon VPC....
  212. 212.An organization is deploying a third-party firewall appliance in their AWS environment to inspect traffic...
  213. 213.A company is deploying a third-party firewall appliance on AWS for inspecting and filtering outbound traffic...
  214. 214.You are designing a highly secure network architecture for a multi-account AWS setup. Your security team...
  215. 215.You are designing an application hosted in AWS that serves HTTP and HTTPS traffic to users worldwide. The...
  216. 216.Your company is deploying a web application that serves dynamic content and needs advanced application-layer...
  217. 217.You are designing a highly available web application hosted on AWS. The application has both static content...
  218. 218.Your company has deployed a web application hosted on Amazon EC2 instances. You are tasked with designing a...
  219. 219.Your organization is building a highly available and scalable web application in AWS across multiple regions....
  220. 220.Your organization is building a multi-region architecture to host a web application. To ensure consistent...
  221. 221.Your organization is deploying a multi-region architecture using AWS CloudFormation to automate the...
  222. 222.Your company is deploying a new application across multiple AWS accounts and regions. To ensure consistent...
  223. 223.An organization is using AWS Organizations with multiple AWS accounts. The organization needs to set up a...
  224. 224.An organization has set up a multi-account architecture using AWS Organizations. The central IT account is...
  225. 225.Your organization has multiple AWS accounts managed through AWS Organizations. You have created a shared...
  226. 226.An organization has a multi-account setup managed through AWS Organizations. They want to share a centrally...
  227. 227.You have deployed a multi-tier application in AWS with an ALB (Application Load Balancer) in front of the web...
  228. 228.You have deployed a VPC with multiple subnets in different Availability Zones (AZs) and set up a peering...
  229. 229.You have a VPC with multiple subnets and route tables. Your application hosted in a private subnet is unable...
  230. 230.Your company has a VPC with several private subnets hosting critical services. Recently, some instances in a...
  231. 231.You are designing a highly available web application in AWS that spans two Availability Zones within the same...
  232. 232.You are designing a multi-tier application that runs in an Amazon VPC. The application has three layers: a...
  233. 233.You are designing a VPC network for a company that requires highly available, fault-tolerant applications...
  234. 234.Your company is running a multi-tier application in AWS, hosted in a VPC. The application consists of web...
  235. 235.An organization has multiple AWS accounts and wants to establish secure connectivity between VPCs across...
  236. 236.You are managing a multi-account AWS setup for a global company. The company has multiple VPCs in different...
  237. 237.You are a network architect working for a company with multiple AWS accounts managed using AWS Organizations....
  238. 238.Your organization has three AWS accounts (Account A, Account B, Account C), each hosting a VPC in the same...
  239. 239.Your company uses an AWS Direct Connect connection to establish a private network connection between your...
  240. 240.Your company is designing a hybrid cloud architecture where the on-premises data center communicates securely...
  241. 241.Your company has deployed a multi-region application on AWS to ensure high availability and low latency for...
  242. 242.Your company is planning to deploy a high-availability web application across multiple AWS Regions. The...
  243. 243.Your organization has multiple AWS accounts managed under AWS Organizations. Each account hosts its own VPCs,...
  244. 244.A company operates multiple AWS accounts as part of their AWS Organizations setup. They want to establish...
  245. 245.Your organization has multiple AWS accounts, each with its own set of VPCs. You need to establish secure and...
  246. 246.Your organization has multiple AWS accounts, each with its own Amazon VPCs in different regions. You need to...
  247. 247.You are designing a secure architecture for an internal application hosted in your VPC that needs to...
  248. 248.Your company has a VPC in AWS that hosts a business-critical application running on an Amazon ECS service....
  249. 249.A company has deployed a private web application in an Amazon VPC. The application needs to be accessed...
  250. 250.Your organization is hosting an internal billing application in a VPC within your AWS account. The...
  251. 251.An enterprise uses AWS Organizations to manage multiple accounts and wants to share a central VPC across...
  252. 252.Your organization operates multiple AWS accounts managed using AWS Organizations. To centralize and share...
  253. 253.Your organization has multiple AWS accounts managed under AWS Organizations. You want to share a VPC from one...
  254. 254.A company operates in a multi-account setup using AWS Organizations and needs to share a VPC across multiple...
  255. 255.An e-commerce company is deploying a multi-region architecture to ensure high availability and low latency...
  256. 256.An e-commerce application hosted on AWS is experiencing intermittent connectivity issues. The application...
  257. 257.Your company is hosting a multi-region application on AWS. The application requires low-latency DNS...
  258. 258.An e-commerce company has deployed its application on Amazon ECS with Fargate. The application uses a custom...
  259. 259.Your company is managing a large-scale, multi-account AWS environment. To ensure consistent network...
  260. 260.You are tasked with creating and managing a secure, repeatable, and automated network infrastructure...
  261. 261.You are managing a large-scale AWS environment that spans multiple accounts and regions. The infrastructure...
  262. 262.You are designing a highly available architecture for a multi-account AWS environment. Your organization...
  263. 263.An organization wants to enable Single Sign-On (SSO) for its applications hosted in AWS using its on-premises...
  264. 264.Your company has deployed an application in AWS that requires users to authenticate via single sign-on (SSO)...
  265. 265.Your company has an on-premises Active Directory (AD) and uses AWS for hosting critical applications. You...
  266. 266.Your company is using an on-premises Active Directory (AD) for user authentication and plans to migrate its...
  267. 267.Your organization has deployed a three-tier web application in a VPC. The architecture includes a...
  268. 268.An organization is hosting a web application on Amazon EC2 instances behind an Application Load Balancer...
  269. 269.Your company has deployed a three-tier web application on AWS. The application stack consists of an...
  270. 270.Your organization is hosting a highly sensitive web application on Amazon EC2 instances in a private subnet....
  271. 271.Your organization has a VPC with a public and private subnet. Resources in the private subnet are unable to...
  272. 272.You are troubleshooting a connectivity issue in your AWS environment. A web server in a private subnet in...
  273. 273.You have deployed a multi-tier application in AWS with an Application Load Balancer (ALB) in front of a fleet...
  274. 274.A company is troubleshooting connectivity issues between an Amazon EC2 instance in a private subnet and an...
  275. 275.Your organization has a multi-account AWS setup and requires a DNS architecture that allows seamless...
  276. 276.You are designing a hybrid DNS architecture for a company that has on-premises infrastructure and multiple...
  277. 277.Your company has a multi-account AWS architecture where each account hosts specific services. The...
  278. 278.Your company operates a hybrid architecture with workloads distributed across an on-premises data center and...
  279. 279.Your organization is deploying an application across multiple AWS Regions to ensure high availability and low...
  280. 280.Your company is running a multi-region application hosted on Amazon ECS with a private application load...
  281. 281.You are designing a hybrid network architecture for a company that requires a highly available, low-latency...
  282. 282.You are designing a multi-region disaster recovery (DR) strategy for a critical application running in AWS....
  283. 283.Your company has a hybrid architecture setup with an on-premises data center and an AWS VPC. You need to...
  284. 284.Your organization is hosting a multi-tier application on AWS. The frontend of your application is publicly...
  285. 285.A company has a hybrid cloud architecture with workloads deployed both on AWS and on-premises. The company...
  286. 286.You are designing the DNS architecture for a company that operates both an internal application accessible...
  287. 287.An organization wants to serve users globally from multiple AWS Regions using Amazon Route 53. They need to...
  288. 288.Your organization deploys a global application using multiple AWS Regions, and you want to manage traffic...
  289. 289.You are managing a global application hosted on AWS that needs to direct users to the nearest application...
  290. 290.You manage a global application hosted in multiple AWS Regions. To provide an optimal user experience, you...
  291. 291.Your organization uses an Amazon Route 53 private hosted zone for internal DNS resolution within a VPC and...
  292. 292.Your company has a hybrid cloud setup with resources in both an on-premises data center and AWS. The...
  293. 293.Your organization has deployed a hybrid cloud environment with an on-premises data center and an AWS VPC. The...
  294. 294.Your organization has an on-premises network and a VPC in AWS. You want to configure DNS resolution such that...
  295. 295.Your organization is using Route 53 as a DNS service for a web application hosted on AWS. The application...
  296. 296.An organization has hosted a website using an Amazon S3 bucket configured as a static website. The...
  297. 297.An e-commerce company is hosting their website on an Amazon S3 bucket configured as a static website. They...
  298. 298.Your company is hosting an application in AWS that requires a domain name to point to an Application Load...
  299. 299.Your company is hosting a public-facing web application on AWS. You are tasked with ensuring that the DNS...
  300. 300.Your organization is hosting a public-facing web application on Amazon Route 53 and has implemented DNSSEC to...
  301. 301.Your organization is hosting a web application on AWS and uses Amazon Route 53 for DNS. To enhance the...
  302. 302.Your company is operating a public-facing application hosted on Amazon Route 53. To enhance security, you are...
  303. 303.Your organization has multiple AWS accounts managed under a single AWS Organization. You want to centralize...
  304. 304.You are tasked with enabling shared access to a Route 53 Private Hosted Zone for multiple AWS accounts in...
  305. 305.Your organization has separate AWS accounts for different business units. The central IT team manages a Route...
  306. 306.You are a network administrator managing DNS services within a multi-account AWS environment. Your...
  307. 307.Your company is hosting a hybrid architecture where on-premises systems need to resolve domain names of...
  308. 308.Your organization has a VPC with private subnets and needs to resolve DNS queries for both on-premises...
  309. 309.You are designing a hybrid DNS solution for a company that has an on-premises data center and a VPC in AWS....
  310. 310.Your company has a hybrid environment with applications running on-premises and in AWS. To resolve DNS...
  311. 311.You are managing a multi-account AWS environment using AWS Organizations. Your organization requires a...
  312. 312.Your organization is deploying a hybrid cloud architecture and needs to automate the creation of VPN...
  313. 313.You are tasked with setting up a highly available VPC with two public subnets and two private subnets across...
  314. 314.Your company requires an automated solution for managing and deploying changes to its Amazon Virtual Private...
  315. 315.You are designing a hybrid network architecture for an organization that wants to securely connect its...
  316. 316.Your company is hosting a multi-tier web application on AWS. The application uses an Application Load...
  317. 317.Your organization is deploying a new web application across multiple AWS Regions to provide low-latency...
  318. 318.A company is setting up a hybrid architecture to extend its on-premises network to AWS. The on-premises...
  319. 319.Your team is tasked with deploying a highly available application across multiple AWS regions using...
  320. 320.Your team is tasked with deploying a multi-region VPC architecture using Infrastructure as Code (IaC). The...
  321. 321.You are designing a network infrastructure for a new application that requires multiple VPCs to communicate...
  322. 322.Your organization is looking to implement Infrastructure as Code (IaC) to manage and deploy network...
  323. 323.An organization uses Amazon VPC and wants to automate network changes based on specific events, such as a new...
  324. 324.Your organization is using a serverless architecture to manage network configurations dynamically in AWS. A...
  325. 325.Your organization is deploying a serverless architecture using AWS Lambda and Amazon EventBridge. You need to...
  326. 326.Your organization uses AWS to host a multi-tier application, and you are tasked with automating network...
  327. 327.An organization uses an Infrastructure as Code (IaC) template to provision networking resources in AWS. The...
  328. 328.You are tasked with provisioning a multi-region VPC architecture using an Infrastructure as Code (IaC)...
  329. 329.You are tasked with creating an AWS CloudFormation template to provision a VPC with subnets, routing tables,...
  330. 330.An organization uses an AWS CloudFormation template to provision VPCs and associated networking resources....
  331. 331.Your organization hosts a multi-account AWS environment with multiple VPCs connected via AWS Transit Gateway....
  332. 332.An organization has a critical application hosted in a VPC within AWS. The application requires low-latency...
  333. 333.Your company operates a multi-region application hosted in multiple VPCs in different AWS accounts. To...
  334. 334.Your organization uses Amazon VPC with multiple subnets and has deployed a fleet of EC2 instances within a...
  335. 335.Your company has a hybrid network setup with an on-premises data center connected to AWS via AWS Direct...
  336. 336.You are managing a hybrid network architecture for a company that has an on-premises data center connected to...
  337. 337.Your company has a hybrid network setup with an on-premises data center connected to AWS using an AWS...
  338. 338.You are managing a hybrid network where your on-premises environment connects to AWS using a Direct Connect...
  339. 339.Your organization has deployed a highly available application across multiple AWS Regions. The application...
  340. 340.Your company has recently implemented an AWS Transit Gateway to connect multiple VPCs in different AWS...
  341. 341.A company needs to set up a hybrid architecture to connect their on-premises data center to an Amazon VPC....
  342. 342.Your organization is deploying a multi-region web application in AWS. You need to design a solution to ensure...
  343. 343.You are designing a hybrid network between your on-premises data center and AWS using AWS Direct Connect....
  344. 344.Your company has established an AWS hybrid network using AWS Direct Connect to connect your on-premises data...
  345. 345.You are tasked with designing a hybrid network between an on-premises data center and AWS using AWS Direct...
  346. 346.You are setting up a hybrid network using AWS Direct Connect and need to establish dynamic routing between...
  347. 347.Your organization has a hybrid network setup with on-premises data centers connected to AWS through AWS...
  348. 348.Your company has an on-premises data center and uses multiple AWS accounts across different regions. They...
  349. 349.An organization has multiple on-premises data centers and wants to establish highly available, low-latency...
  350. 350.Your company has a multi-region AWS environment and wants to establish low-latency, high-bandwidth private...
  351. 351.Your organization is deploying a highly available application across two AWS Regions. The application...
  352. 352.An organization is designing a new multi-region architecture that involves multiple VPCs connected through...
  353. 353.Your organization uses a VPC with a private subnet containing 200 EC2 instances. The subnet routes outbound...
  354. 354.You are designing a hybrid network that connects an on-premises data center to multiple AWS VPCs using AWS...
  355. 355.Your organization has deployed a custom service in a VPC on AWS. The service needs to be accessed by clients...
  356. 356.Your company has deployed a custom API service in a VPC. The service needs to be securely accessed by other...
  357. 357.Your organization has deployed a custom web service in a private subnet of a VPC. The service needs to be...
  358. 358.Your company has deployed a custom service in a VPC on AWS, and now you need to provide secure access to the...
  359. 359.Your organization has deployed an application in multiple AWS Regions to serve a global user base. The...
  360. 360.You are designing a multi-region architecture for an application that needs to transfer data between two VPCs...
  361. 361.An organization has a multi-Region architecture with critical applications running in both the us-east-1 and...
  362. 362.A company has deployed a multi-region application using Amazon EC2 instances in two AWS Regions: us-east-1...
  363. 363.Your organization has deployed a multi-tier application in AWS across multiple Availability Zones. Users...
  364. 364.You are managing a hybrid cloud architecture where an on-premises data center is connected to AWS through a...
  365. 365.You are responsible for managing a VPC in your company's AWS environment, and users are reporting...
  366. 366.You are managing a multi-tier application hosted on AWS. Users are reporting intermittent connectivity issues...
  367. 367.You are designing a hybrid cloud architecture for an organization that requires secure and highly available...
  368. 368.Your company is deploying a highly available web application across multiple AWS Regions. The application...
  369. 369.You are designing a hybrid architecture where an on-premises data center needs to communicate with resources...
  370. 370.You are managing a multi-region application hosted on EC2 instances behind Application Load Balancers (ALBs)...
  371. 371.Your organization has a hybrid cloud setup where an on-premises data center communicates with workloads...
  372. 372.Your organization has deployed a multi-region application hosted in both the US-East-1 and EU-West-1 AWS...
  373. 373.You are designing a hybrid architecture where your on-premises data center communicates with an Amazon VPC...
  374. 374.You are troubleshooting a network performance issue involving intermittent packet loss between two Amazon EC2...
  375. 375.You are troubleshooting intermittent connectivity issues between an application running in your VPC and an...
  376. 376.Your organization is experiencing intermittent connectivity issues between EC2 instances deployed in two...
  377. 377.You are troubleshooting intermittent packet loss and latency issues in a multi-VPC architecture connected via...
  378. 378.A company has deployed a web application in a VPC. They are experiencing intermittent connectivity issues,...
  379. 379.A company is facing intermittent issues with one of its web applications running on Amazon EC2 instances in a...
  380. 380.Your organization is experiencing intermittent connectivity issues between two EC2 instances in the same VPC....
  381. 381.An organization is troubleshooting intermittent connectivity issues between their application servers hosted...
  382. 382.Your company leverages AWS Transit Gateway to manage connectivity between multiple VPCs and on-premises data...
  383. 383.You are managing a complex AWS network that uses Transit Gateway to connect multiple VPCs and on-premises...
  384. 384.You are managing a complex multi-region AWS network that uses AWS Transit Gateway to interconnect multiple...
  385. 385.You are managing a multi-account AWS environment connected through AWS Transit Gateway. A user in one of the...
  386. 386.Your company runs a global e-commerce platform hosted on AWS. Customers report intermittent latency issues...
  387. 387.Your company runs a global e-commerce platform hosted on AWS, with end-users distributed across North...
  388. 388.You are tasked with designing a network architecture for a global e-commerce application hosted in AWS. The...
  389. 389.Your company is hosting a global e-commerce application on AWS. The application is deployed in multiple AWS...
  390. 390.Your company hosts a multi-tier web application in an Amazon VPC. The application is experiencing...
  391. 391.Your organization has deployed a multi-region application that uses an Amazon VPC in each region, connected...
  392. 392.You are designing a hybrid cloud architecture for an organization that requires high availability and low...
  393. 393.Your organization has a hybrid cloud setup with resources hosted both on-premises and in an AWS VPC. You are...
  394. 394.Your company has multiple VPCs across two AWS Regions. Some VPCs require low-latency, high-bandwidth...
  395. 395.You are designing a network architecture for a company with multiple AWS accounts. The company requires...
  396. 396.Your company has multiple VPCs, each representing a different environment (e.g., production, development, and...
  397. 397.Your organization has three VPCs in the same AWS Region: VPC-A, VPC-B, and VPC-C. VPC-A needs to communicate...
  398. 398.Your organization is delivering a live video broadcast to millions of users around the world. You need to...
  399. 399.Your company is streaming live video content to thousands of users across multiple regions, and the current...
  400. 400.Your company is deploying a large-scale video streaming service to deliver live content to millions of users...
  401. 401.Your organization is live-streaming a company-wide event to thousands of employees spread across multiple...
  402. 402.A company needs a cost-effective solution to transfer large volumes of data between their on-premises...
  403. 403.You are designing a cost-effective solution for transferring data between your on-premises environment and an...
  404. 404.Your company needs to transfer a large amount of data between an on-premises data center and an Amazon VPC....
  405. 405.Your company needs to establish a cost-effective and secure connection between an on-premises data center and...
  406. 406.Your company is running an application on EC2 instances within a VPC. You need to configure the instances to...
  407. 407.You are designing a highly available architecture for a web application hosted on Amazon EC2 instances in a...
  408. 408.An enterprise is migrating its on-premises workload to AWS and is designing its VPC architecture. The...
  409. 409.An organization is running applications on Amazon EC2 instances in a VPC and needs to manage traffic between...
  410. 410.Your company hosts a web application using multiple EC2 instances across two AWS Regions: us-east-1 and...
  411. 411.A company needs to ensure high availability for its web application using Amazon Route 53. They have deployed...
  412. 412.Your organization hosts a multi-region web application. You want to use Amazon Route 53 to direct users to...
  413. 413.An e-commerce company uses Amazon Route 53 to manage DNS for their public website. The company wants to...
  414. 414.Your company has a global application hosted across multiple AWS regions to ensure high availability and low...
  415. 415.An e-commerce company hosts its website using AWS, and they want to ensure high availability and reliability...
  416. 416.Your company has a requirement to set up a highly available DNS architecture using Amazon Route 53. The goal...
  417. 417.Your company runs a global e-commerce platform. To ensure high availability and reliability for your DNS...
  418. 418.You are designing a highly available application that must handle millions of requests per second and...
  419. 419.You are designing a high-traffic web application that requires low latency, high availability, and the...
  420. 420.Your company is running a web application hosted on Amazon EC2 instances behind an Application Load Balancer...
  421. 421.Your organization hosts a multi-region web application in AWS. The application requires high availability and...
  422. 422.You are designing a VPC for a new application that requires high availability and scalability across multiple...
  423. 423.You are designing a VPC architecture for a high-traffic web application hosted on AWS. The application...
  424. 424.You are designing a VPC for a multi-tier application in AWS. The application has a public-facing web layer,...
  425. 425.Your company is designing a new application in AWS that requires the use of a VPC to host its resources. The...
  426. 426.You are designing a multi-region application that communicates between on-premises data centers and AWS VPCs...
  427. 427.You are designing a hybrid architecture where on-premises resources connect to AWS via a Direct Connect...
  428. 428.You are designing a hybrid network that connects your on-premises data center to your AWS environment using...
  429. 429.Your organization is using an AWS Direct Connect connection to transfer large amounts of data between your...
  430. 430.A company is hosting a web application on Amazon EC2 instances behind an Application Load Balancer (ALB). The...
  431. 431.You are managing the network security of an application hosted on AWS that requires strict compliance with...
  432. 432.An organization has implemented a distributed application hosted across multiple AWS accounts, using a shared...
  433. 433.Your company has deployed a set of web applications in an Amazon VPC, and you are tasked with ensuring that...
  434. 434.You are designing a network architecture for a financial services company that must comply with strict...
  435. 435.An organization is running a multi-tier web application on AWS and needs to ensure that only HTTPS traffic is...
  436. 436.Your organization requires that all traffic between your VPC and an on-premises data center be encrypted and...
  437. 437.You are designing a hybrid network architecture for a company that needs to connect its on-premises data...
  438. 438.Your organization has implemented a hybrid cloud architecture using AWS Direct Connect to connect its...
  439. 439.Your company is deploying a multi-region web application using an Amazon VPC with private and public subnets....
  440. 440.Your organization has deployed a multi-region application using AWS Global Accelerator to improve performance...
  441. 441.You are designing a multi-tier web application hosted on AWS. The application consists of a public-facing web...
  442. 442.You are designing a multi-tier web application hosted on AWS. The application includes a public-facing web...
  443. 443.Your company is hosting a multi-tier web application on AWS. The architecture includes an Application Load...
  444. 444.Your organization is deploying a multi-tier web application on AWS. The architecture includes a public-facing...
  445. 445.Your company hosts a web application on Amazon EC2 instances behind an Application Load Balancer (ALB)....
  446. 446.Your company is hosting a web application on Amazon EC2 instances behind an Application Load Balancer....
  447. 447.Your company is hosting a web application on Amazon EC2 instances behind an Application Load Balancer (ALB)...
  448. 448.An organization has deployed a highly available web application on AWS using an Application Load Balancer...
  449. 449.You are designing a highly secure architecture for an application that involves communication between an...
  450. 450.You are designing a multi-tier application hosted on AWS. The application includes a public-facing web tier...
  451. 451.An organization is deploying a web application on AWS that requires secure communication between its frontend...
  452. 452.Your company is deploying a multi-tier web application on AWS. The application consists of a public-facing...
  453. 453.Your company operates in a highly regulated industry and needs to design a multi-VPC architecture that...
  454. 454.An organization needs to design a secure network architecture in AWS to meet compliance requirements for...
  455. 455.Your company needs to design an AWS network architecture for a new application that processes sensitive...
  456. 456.Your company operates in the financial sector and must comply with strict regulatory requirements, including...
  457. 457.Your organization has deployed a critical web application in an Amazon VPC, and you need to ensure that...
  458. 458.Your company has deployed an application in a VPC on AWS, and you are tasked with ensuring that security...
  459. 459.Your organization has deployed a multi-tier application in AWS using an Application Load Balancer (ALB) in...
  460. 460.Your organization has deployed a VPC with multiple subnets and EC2 instances hosting sensitive data. To...
  461. 461.A company is migrating its application to AWS and wants to ensure high availability and low latency for users...
  462. 462.You are designing a hybrid network architecture for a company that has on-premises data centers and workloads...
  463. 463.Your organization has a hybrid cloud architecture and uses AWS Direct Connect to establish a private...
  464. 464.You are designing a hybrid cloud architecture for an organization that requires secure and low-latency...
  465. 465.Your organization recently deployed an application in a VPC that handles sensitive data. To ensure compliance...
  466. 466.Your organization has deployed a highly distributed application across multiple AWS Regions. The application...
  467. 467.Your company has a hybrid cloud environment with on-premises infrastructure and multiple VPCs across...
  468. 468.Your organization has deployed several Amazon VPCs across different AWS regions, and you need to centrally...
  469. 469.A company runs a critical web application on Amazon EC2 instances behind an Application Load Balancer (ALB)....
  470. 470.You are managing a critical web application running on Amazon EC2 instances behind an Application Load...
  471. 471.Your organization has deployed a multi-tier application on AWS, with an Application Load Balancer (ALB) in...
  472. 472.An organization has deployed a highly available web application on AWS using Auto Scaling groups behind an...
  473. 473.You are a network administrator managing an e-commerce application hosted on AWS. To troubleshoot...
  474. 474.Your organization uses an application hosted in AWS, which includes an Application Load Balancer (ALB),...
  475. 475.Your organization runs a global e-commerce platform on AWS. As part of a security audit, the team wants to...
  476. 476.Your company has a hybrid cloud architecture where an application is hosted on both AWS and on-premises...
  477. 477.An organization wants to analyze DNS query logs for their domain hosted on Amazon Route 53. They need a...
  478. 478.A company wants to analyze DNS query logs for security insights and operational monitoring. They currently...
  479. 479.Your company is using Amazon Route 53 for DNS management and wants to monitor DNS query logs for security and...
  480. 480.Your organization uses Amazon Route 53 as a DNS service and wants to collect detailed query logs for...
  481. 481.Your organization uses multiple AWS accounts managed under AWS Organizations. As part of a security audit,...
  482. 482.Your organization has been experiencing misconfigured security groups that inadvertently expose sensitive...
  483. 483.Your organization has deployed a large number of EC2 instances with associated security groups across...
  484. 484.Your organization operates in a multi-account setup with hundreds of security groups across different AWS...
  485. 485.You are designing a secure architecture for a hybrid application that communicates between an on-premises...
  486. 486.Your organization runs a multi-region web application on AWS, and you need to ensure that all data...
  487. 487.You are managing an AWS network architecture for a financial institution that requires strict compliance with...
  488. 488.Your organization has deployed a web application on Amazon EC2 instances behind an Application Load Balancer...
  489. 489.Your organization is running a multi-region application hosted in AWS. The application uses Amazon Route 53...
  490. 490.You are designing a multi-region failover solution for an application hosted on AWS. The application uses an...
  491. 491.Your company is deploying a multi-region application that serves users across the globe. To ensure low...
  492. 492.Your company hosts a multi-tier application on AWS with an Auto Scaling group for the web tier, an...
  493. 493.Your company is running a multi-tier application in AWS, and security is a top priority. You need to enforce...
  494. 494.You are designing a secure network architecture for an application hosted in AWS. The application handles...
  495. 495.Your company has deployed a mission-critical application on AWS that handles sensitive financial data. To...
  496. 496.A financial services company needs to ensure that all data transmitted between their on-premises data center...
  497. 497.Your company has set up an AWS Direct Connect connection to establish a private network link between your...
  498. 498.Your company has established an AWS Direct Connect connection between its on-premises data center and AWS....
  499. 499.Your organization has established an AWS Direct Connect connection between its on-premises data center and...
  500. 500.Your company has established an AWS Direct Connect connection to improve network performance and reduce...
  501. 501.Your company has deployed a hybrid cloud architecture with an AWS VPC connected to an on-premises data center...
  502. 502.Your company is setting up a secure site-to-site VPN connection between its on-premises data center and a VPC...
  503. 503.You are designing a secure hybrid infrastructure between your on-premises data center and AWS using a...
  504. 504.An organization is setting up a site-to-site VPN between its on-premises data center and a VPC in AWS. As...
  505. 505.Your organization is using Amazon S3 to store sensitive customer data. To comply with regulatory...
  506. 506.Your company operates a web application hosted on Amazon EC2 instances behind an Application Load Balancer...
  507. 507.A company hosts its application in an Amazon VPC and transfers sensitive customer data between its...
  508. 508.You are designing a secure communication solution for an application running on Amazon EC2 instances that...
  509. 509.A company is hosting a critical web application on AWS and uses Amazon Route 53 as their DNS service. To...
  510. 510.Your organization is hosting a public-facing application in AWS and leverages Amazon Route 53 for DNS...
  511. 511.Your organization manages a multi-region web application hosted on AWS. The application relies on Amazon...
  512. 512.Your organization has deployed an application that utilizes Amazon Route 53 for DNS hosting. To ensure the...
  513. 513.

ANS-C01 exam dumps FAQ

Are these ANS-C01 dumps real exam questions?

No. These are original practice questions written to the AWS Certified Advanced Networking - Specialty exam objectives, not questions copied from a live exam. Memorising leaked questions violates Amazon Web Services's candidate agreement and stops working the moment the question pool rotates. Use this bank to check your understanding of each domain and to find the topics you still need to study.

How many ANS-C01 practice questions are there?

513 questions, each with the correct answer, an explanation of the answer, and a note on why every other option is wrong. The first 10 are on this page and every question has its own page linked below.

Are the ANS-C01 exam dumps free?

Yes. Every question, answer and explanation on this page and the linked question pages is free to read without an account. A free HydraNode account adds timed practice exams, scoring and progress tracking across attempts.

How do I take a timed ANS-C01 practice test?

Sign in and start the AWS Certified Advanced Networking - Specialty exam on HydraNode. A session gives you 65 questions drawn from this bank in 170 minutes, then a score report with a per-question review.

What topics does the ANS-C01 exam cover?

The official exam domains are: Network Design; Network Implementation; Network Management and Operations; Network Security, Compliance, and Governance.