The AWS Certified Advanced Networking – Specialty (ANS-C01) exam validates your skills in designing and implementing AWS networking solutions. It is suitable for networking professionals looking to specialize in AWS.
A company needs to manage multiple AWS accounts. What is the best service for this requirement?
AAWS Organizations
BAWS Control Tower
CAWS IAM
DAmazon CloudWatch
Explanation
AWS Organizations enables the management of multiple accounts effectively, whereas the others do not directly manage account structures.
Q262
Which service provides a dedicated connection to AWS?
AAWS Direct Connect
BAWS VPN
CAWS Transit Gateway
DAWS CloudFormation
Explanation
AWS Direct Connect offers a physical, dedicated connection, while VPNs use internet connections and other options don't provide direct links.
Q263
A company needs to connect their on-premises data center to an AWS VPC with low latency. Which service is the best choice?
AAWS VPN
BAWS Direct Connect
CAWS Snowball
DAmazon VPC Peering
Explanation
AWS Direct Connect is tailored for low-latency, high-throughput connections, while VPNs are subject to latency from Internet connections.
Q264
You are configuring Route 53 for a multi-region application. What happens if an endpoint in one region fails?
AAll traffic is rerouted to another region automatically.
BTraffic remains until manually redirected.
CRoute 53 does not handle region failures.
DOnly cached DNS records are used.
Explanation
Route 53 can automatically reroute traffic based on health checks, while the other options do not provide automatic responses.
Q265
A company needs its resources to be accessible globally with low latency. Which AWS service should they use?
AAmazon CloudFront
BAWS Direct Connect
CAmazon S3
DAWS Snowball
Explanation
Amazon CloudFront is a global CDN, whereas the other options serve different purposes.
Q266
What happens when you associate an IAM role with an EC2 instance?
AInstance runs without any permissions.
BInstance gets the role's permissions.
CRole permanently locks EC2 instance.
DInstance forgets IAM credentials.
Explanation
The EC2 instance assumes the IAM role's permissions to access resources.
Q267
You are configuring VPC peering between two VPCs in different AWS accounts. Which of the following is required?
ABoth VPCs must have same CIDR.
BOne VPC owns another.
CAccept the peering connection.
DVPCs must be in same region.
Explanation
You must accept the peering connection to establish the link.
Q268
Which service provides managed DDoS protection for AWS resources?
AAWS Shield
BAWS WAF
CAmazon GuardDuty
DAWS Firewall Manager
Explanation
AWS Shield is specifically designed for DDoS protection, while others focus on different security aspects.
Q269
A company needs to connect its on-premises network to its AWS VPC securely. What service should they use?
AAWS Direct Connect
BAWS Site-to-Site VPN
CAWS Transit Gateway
DAWS PrivateLink
Explanation
AWS Site-to-Site VPN allows secure connections to a VPC, while Direct Connect is more suited for dedicated lines.
Q270
You are configuring an AWS Security Group. What happens if you define a rule that allows traffic from an IP range but the associated NACL denies it?
ATraffic is allowed
BTraffic is denied
COnly some traffic is allowed
DTraffic is logged but not permitted
Explanation
Network ACLs are stateless and take precedence over Security Group rules, so traffic will be denied.