没有合适的资源?快使用搜索试试~ 我知道了~
云计算 + AWS 网络技术 + ANS-C01 考试真题解析 + 认证备考与技能提升 本资源围绕 AWS 网络技术,提供 AN...
0 下载量 28 浏览量
2025-01-28
17:12:08
上传
评论 1
收藏 2.63MB PDF 举报
温馨提示
内容概要 这是一份 AWS Certified Advanced Networking - Specialty ANS-C01 考试真题资料,包含 263 道题目及详细答案解析。内容全面覆盖 AWS 网络服务,如 VPC、Direct Connect、Transit Gateway、VPN 和 Route 53 等,涉及网络架构设计、连接配置、安全策略、故障排查等多个关键领域,系统展现了 AWS 网络技术在实际场景中的运用和相关理论知识。 适用人群 计划参加 ANS-C01 考试的考生,借助真题进行系统复习,了解考试题型、考点分布,强化对知识的理解和运用,提升考试通过率。 从事 AWS 云计算网络相关工作的技术人员,包括网络工程师、架构师等,通过真题解析深入学习不同场景下的最佳实践方案,拓宽解决实际问题的思路,提升工作能力。 使用场景和目标 考试备考:考生在备考过程中,利用真题进行自我测试,评估知识掌握程度,发现知识漏洞并及时弥补。通过反复练习,熟悉考试模式,提高答题速度和准确性,增强在实际考试中的信心。 工作实践:技术人员在日常工作中遇到复杂的 AWS 网络问题时,可查阅真题解析,获
资源推荐
资源详情
资源评论
Topic 1 - Exam A
Topic 1
Question #1
A company is planning to create a service that requires encryption in transit. The trac must not be decrypted between the client and the backend
of the service. The company will implement the service by using the gRPC protocol over TCP port 443. The service will scale up to thousands of
simultaneous connections. The backend of the service will be hosted on an Amazon Elastic Kubernetes Service (Amazon EKS) duster with the
Kubernetes Cluster Autoscaler and the Horizontal Pod Autoscaler congured. The company needs to use mutual TLS for two-way authentication
between the client and the backend.
Which solution will meet these requirements?
A. Install the AWS Load Balancer Controller for Kubernetes. Using that controller, congure a Network Load Balancer with a TCP listener on
port 443 to forward trac to the IP addresses of the backend service Pods.
B. Install the AWS Load Balancer Controller for Kubernetes. Using that controller, congure an Application Load Balancer with an HTTPS
listener on port 443 to forward trac to the IP addresses of the backend service Pods.
C. Create a target group. Add the EKS managed node group's Auto Scaling group as a target Create an Application Load Balancer with an
HTTPS listener on port 443 to forward trac to the target group.
D. Create a target group. Add the EKS managed node group’s Auto Scaling group as a target. Create a Network Load Balancer with a TLS
listener on port 443 to forward trac to the target group.
Correct Answer:
A
Community vote distribution
A (66%) B (32%)
Topic 1
Question #2
A company is deploying a new application in the AWS Cloud. The company wants a highly available web server that will sit behind an Elastic Load
Balancer. The load balancer will route requests to multiple target groups based on the URL in the request. All trac must use HTTPS. TLS
processing must be ooaded to the load balancer. The web server must know the user’s IP address so that the company can keep accurate logs
for security purposes.
Which solution will meet these requirements?
A. Deploy an Application Load Balancer with an HTTPS listener. Use path-based routing rules to forward the trac to the correct target group.
Include the X-Forwarded-For request header with trac to the targets.
B. Deploy an Application Load Balancer with an HTTPS listener for each domain. Use host-based routing rules to forward the trac to the
correct target group for each domain. Include the X-Forwarded-For request header with trac to the targets.
C. Deploy a Network Load Balancer with a TLS listener. Use path-based routing rules to forward the trac to the correct target group.
Congure client IP address preservation for trac to the targets.
D. Deploy a Network Load Balancer with a TLS listener for each domain. Use host-based routing rules to forward the trac to the correct
target group for each domain. Congure client IP address preservation for trac to the targets.
Correct Answer:
A
Community vote distribution
A (90%) 5%
2025/1/17 11:27
AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/view/
1/154
Topic 1
Question #3
A company has developed an application on AWS that will track inventory levels of vending machines and initiate the restocking process
automatically. The company plans to integrate this application with vending machines and deploy the vending machines in several markets around
the world. The application resides in a VPC in the us-east-1 Region. The application consists of an Amazon Elastic Container Service (Amazon
ECS) cluster behind an Application Load Balancer (ALB). The communication from the vending machines to the application happens over HTTPS.
The company is planning to use an AWS Global Accelerator accelerator and congure static IP addresses of the accelerator in the vending
machines for application endpoint access. The application must be accessible only through the accelerator and not through a direct connection
over the internet to the ALB endpoint.
Which solution will meet these requirements?
A. Congure the ALB in a private subnet of the VPC. Attach an internet gateway without adding routes in the subnet route tables to point to the
internet gateway. Congure the accelerator with endpoint groups that include the ALB endpoint. Congure the ALB’s security group to only
allow inbound trac from the internet on the ALB listener port.
B. Congure the ALB in a private subnet of the VPC. Congure the accelerator with endpoint groups that include the ALB endpoint. Congure
the ALB's security group to only allow inbound trac from the internet on the ALB listener port.
C. Congure the ALB in a public subnet of the VPAttach an internet gateway. Add routes in the subnet route tables to point to the internet
gateway. Congure the accelerator with endpoint groups that include the ALB endpoint. Congure the ALB's security group to only allow
inbound trac from the accelerator's IP addresses on the ALB listener port.
D. Congure the ALB in a private subnet of the VPC. Attach an internet gateway. Add routes in the subnet route tables to point to the internet
gateway. Congure the accelerator with endpoint groups that include the ALB endpoint. Congure the ALB's security group to only allow
inbound trac from the accelerator's IP addresses on the ALB listener port.
Correct Answer:
A
Community vote distribution
A (61%) D (39%)
Topic 1
Question #4
A global delivery company is modernizing its eet management system. The company has several business units. Each business unit designs and
maintains applications that are hosted in its own AWS account in separate application VPCs in the same AWS Region. Each business unit's
applications are designed to get data from a central shared services VPC.
The company wants the network connectivity architecture to provide granular security controls. The architecture also must be able to scale as
more business units consume data from the central shared services VPC in the future.
Which solution will meet these requirements in the MOST secure manner?
A. Create a central transit gateway. Create a VPC attachment to each application VPC. Provide full mesh connectivity between all the VPCs by
using the transit gateway.
B. Create VPC peering connections between the central shared services VPC and each application VPC in each business unit's AWS account.
C. Create VPC endpoint services powered by AWS PrivateLink in the central shared services VPCreate VPC endpoints in each application VPC.
D. Create a central transit VPC with a VPN appliance from AWS Marketplace. Create a VPN attachment from each VPC to the transit VPC.
Provide full mesh connectivity among all the VPCs.
Correct Answer:
C
Community vote distribution
C (96%) 2%
2025/1/17 11:27
AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/view/
2/154
Topic 1
Question #5
A company uses a 4 Gbps AWS Direct Connect dedicated connection with a link aggregation group (LAG) bundle to connect to ve VPCs that are
deployed in the us-east-1 Region. Each VPC serves a different business unit and uses its own private VIF for connectivity to the on-premises
environment. Users are reporting slowness when they access resources that are hosted on AWS.
A network engineer nds that there are sudden increases in throughput and that the Direct Connect connection becomes saturated at the same
time for about an hour each business day. The company wants to know which business unit is causing the sudden increase in throughput. The
network engineer must nd out this information and implement a solution to resolve the problem.
Which solution will meet these requirements?
A. Review the Amazon CloudWatch metrics for VirtualInterfaceBpsEgress and VirtualInterfaceBpsIngress to determine which VIF is sending
the highest throughput during the period in which slowness is observed. Create a new 10 Gbps dedicated connection. Shift trac from the
existing dedicated connection to the new dedicated connection.
B. Review the Amazon CloudWatch metrics for VirtualInterfaceBpsEgress and VirtualInterfaceBpsIngress to determine which VIF is sending
the highest throughput during the period in which slowness is observed. Upgrade the bandwidth of the existing dedicated connection to 10
Gbps.
C. Review the Amazon CloudWatch metrics for ConnectionBpsIngress and ConnectionPpsEgress to determine which VIF is sending the
highest throughput during the period in which slowness is observed. Upgrade the existing dedicated connection to a 5 Gbps hosted
connection.
D. Review the Amazon CloudWatch metrics for ConnectionBpsIngress and ConnectionPpsEgress to determine which VIF is sending the
highest throughput during the period in which slowness is observed. Create a new 10 Gbps dedicated connection. Shift trac from the
existing dedicated connection to the new dedicated connection.
Correct Answer:
A
Community vote distribution
A (81%) B (19%)
Topic 1
Question #6
A software-as-a-service (SaaS) provider hosts its solution on Amazon EC2 instances within a VPC in the AWS Cloud. All of the provider's
customers also have their environments in the AWS Cloud.
A recent design meeting revealed that the customers have IP address overlap with the provider's AWS deployment. The customers have stated
that they will not share their internal IP addresses and that they do not want to connect to the provider's SaaS service over the internet.
Which combination of steps is part of a solution that meets these requirements? (Choose two.)
A. Deploy the SaaS service endpoint behind a Network Load Balancer.
B. Congure an endpoint service, and grant the customers permission to create a connection to the endpoint service.
C. Deploy the SaaS service endpoint behind an Application Load Balancer.
D. Congure a VPC peering connection to the customer VPCs. Route trac through NAT gateways.
E. Deploy an AWS Transit Gateway, and connect the SaaS VPC to it. Share the transit gateway with the customers. Congure routing on the
transit gateway.
Correct Answer:
AB
Community vote distribution
AB (100%)
2025/1/17 11:27
AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/view/
3/154
Topic 1
Question #7
A network engineer is designing the architecture for a healthcare company's workload that is moving to the AWS Cloud. All data to and from the
on-premises environment must be encrypted in transit. All trac also must be inspected in the cloud before the trac is allowed to leave the
cloud and travel to the on-premises environment or to the internet.
The company will expose components of the workload to the internet so that patients can reserve appointments. The architecture must secure
these components and protect them against DDoS attacks. The architecture also must provide protection against nancial liability for services
that scale out during a DDoS event.
Which combination of steps should the network engineer take to meet all these requirements for the workload? (Choose three.)
A. Use Trac Mirroring to copy all trac to a eet of trac capture appliances.
B. Set up AWS WAF on all network components.
C. Congure an AWS Lambda function to create Deny rules in security groups to block malicious IP addresses.
D. Use AWS Direct Connect with MACsec support for connectivity to the cloud.
E. Use Gateway Load Balancers to insert third-party rewalls for inline trac inspection.
F. Congure AWS Shield Advanced and ensure that it is congured on all public assets.
Correct Answer:
DEF
Community vote distribution
DEF (87%) 13%
Topic 1
Question #8
A retail company is running its service on AWS. The company’s architecture includes Application Load Balancers (ALBs) in public subnets. The
ALB target groups are congured to send trac to backend Amazon EC2 instances in private subnets. These backend EC2 instances can call
externally hosted services over the internet by using a NAT gateway.
The company has noticed in its billing that NAT gateway usage has increased signicantly. A network engineer needs to nd out the source of this
increased usage.
Which options can the network engineer use to investigate the trac through the NAT gateway? (Choose two.)
A. Enable VPC ow logs on the NAT gateway's elastic network interface. Publish the logs to a log group in Amazon CloudWatch Logs. Use
CloudWatch Logs Insights to query and analyze the logs.
B. Enable NAT gateway access logs. Publish the logs to a log group in Amazon CloudWatch Logs. Use CloudWatch Logs Insights to query and
analyze the logs.
C. Congure Trac Mirroring on the NAT gateway's elastic network interface. Send the trac to an additional EC2 instance. Use tools such as
tcpdump and Wireshark to query and analyze the mirrored trac.
D. Enable VPC ow logs on the NAT gateway's elastic network interface. Publish the logs to an Amazon S3 bucket. Create a custom table for
the S3 bucket in Amazon Athena to describe the log structure. Use Athena to query and analyze the logs.
E. Enable NAT gateway access logs. Publish the logs to an Amazon S3 bucket. Create a custom table for the S3 bucket in Amazon Athena to
describe the log structure. Use Athena to query and analyze the logs.
Correct Answer:
AD
Community vote distribution
AD (93%) 3%
2025/1/17 11:27
AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/view/
4/154
Topic 1
Question #9
A banking company is successfully operating its public mobile banking stack on AWS. The mobile banking stack is deployed in a VPC that
includes private subnets and public subnets. The company is using IPv4 networking and has not deployed or supported IPv6 in the environment.
The company has decided to adopt a third-party service provider's API and must integrate the API with the existing environment. The service
provider’s API requires the use of IPv6.
A network engineer must turn on IPv6 connectivity for the existing workload that is deployed in a private subnet. The company does not want to
permit IPv6 trac from the public internet and mandates that the company's servers must initiate all IPv6 connectivity. The network engineer
turns on IPv6 in the VPC and in the private subnets.
Which solution will meet these requirements?
A. Create an internet gateway and a NAT gateway in the VPC. Add a route to the existing subnet route tables to point IPv6 trac to the NAT
gateway.
B. Create an internet gateway and a NAT instance in the VPC. Add a route to the existing subnet route tables to point IPv6 trac to the NAT
instance.
C. Create an egress-only Internet gateway in the VPAdd a route to the existing subnet route tables to point IPv6 trac to the egress-only
internet gateway.
D. Create an egress-only internet gateway in the VPC. Congure a security group that denies all inbound trac. Associate the security group
with the egress-only internet gateway.
Correct Answer:
C
Community vote distribution
C (89%) 11%
Topic 1
Question #10
A company has deployed an AWS Network Firewall rewall into a VPC. A network engineer needs to implement a solution to deliver Network
Firewall ow logs to the company’s Amazon OpenSearch Service (Amazon Elasticsearch Service) cluster in the shortest possible time.
Which solution will meet these requirements?
A. Create an Amazon S3 bucket. Create an AWS Lambda function to load logs into the Amazon OpenSearch Service (Amazon Elasticsearch
Service) cluster. Enable Amazon Simple Notication Service (Amazon SNS) notications on the S3 bucket to invoke the Lambda function.
Congure ow logs for the rewall. Set the S3 bucket as the destination.
B. Create an Amazon Kinesis Data Firehose delivery stream that includes the Amazon OpenSearch Service (Amazon Elasticsearch Service)
cluster as the destination. Congure ow logs for the rewall Set the Kinesis Data Firehose delivery stream as the destination for the Network
Firewall ow logs.
C. Congure ow logs for the rewall. Set the Amazon OpenSearch Service (Amazon Elasticsearch Service) cluster as the destination for the
Network Firewall ow logs.
D. Create an Amazon Kinesis data stream that includes the Amazon OpenSearch Service (Amazon Elasticsearch Service) cluster as the
destination. Congure ow logs for the rewall. Set the Kinesis data stream as the destination for the Network Firewall ow logs.
Correct Answer:
B
Community vote distribution
B (100%)
2025/1/17 11:27
AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/view/
5/154
剩余153页未读,继续阅读
资源评论
因_果_律
- 粉丝: 2363
- 资源: 22
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 毕业生追踪系统 免费JAVA毕业设计 2024成品源码+论文+录屏+启动教程.zip
- "Comsol锂离子电池仿真:电化学-热耦合模型下的充放电循环热行为与流热耦合多物理场分析",Comsol锂离子电池仿真 comsol方形锂电池电化学-热耦合模型充放电循环热仿真 Comsol软件锂电
- 南皮站化验室系统 免费JAVA毕业设计 2024成品源码+论文+录屏+启动教程.zip
- Qt C++驱动的逻辑电路设计软件:原理图绘制、编辑与保存工具,Qt C++实现的绘制原理图的逻辑电路设计软件,打开或新建图片文件作为背景,设计的原理图能以图片进行保存,用户在元件库中选择需要的元件
- 农产品销售系统 免费JAVA毕业设计 2024成品源码+论文+录屏+启动教程.zip
- NCM分析实例数据和代码
- 社区流浪动物救助系统 免费JAVA毕业设计 2024成品源码+论文+录屏+启动教程.zip
- httpd24-1.1-4.el6.centos.alt.x86_64.rpm
- httpd24-apr-1.4.8-3.el6.centos.alt.x86_64.rpm
- httpd24-apr-devel-1.4.8-3.el6.centos.alt.x86_64.rpm
- httpd24-apr-util-nss-1.5.2-7.el6.centos.alt.x86_64.rpm
- httpd24-apr-util-openssl-1.5.2-7.el6.centos.alt.x86_64.rpm
- httpd24-apr-util-pgsql-1.5.2-7.el6.centos.alt.x86_64.rpm
- httpd24-apr-util-sqlite-1.5.2-7.el6.centos.alt.x86_64.rpm
- httpd24-apr-util-ldap-1.5.2-7.el6.centos.alt.x86_64.rpm
- httpd24-apr-util-1.5.2-7.el6.centos.alt.x86_64.rpm
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功