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.
What happens when you attach a policy to an IAM role that denies all actions?
AAllows actions from AWS services
BDenies actions for that role only
COverrides inherited permissions
DNo impact on users or roles
Explanation
A deny policy overrides any allow permissions, affecting inherited roles effectively.
Q382
Which service provides a managed directory for staff and resources in AWS?
AAmazon RDS
BAmazon WorkDocs
CAWS Managed Microsoft AD
DAmazon Cognito
Explanation
AWS Managed Microsoft AD offers a fully managed directory service, while others serve different purposes.
Q383
A company needs stateful filtering of network traffic only from specific IP addresses. What should they use?
ANAT Gateway
BSecurity Groups
CNetwork ACLs
DAWS Firewall Manager
Explanation
Security Groups allow stateful filtering based on IP and other parameters, whereas Network ACLs are stateless.
Q384
What happens when you attach a VPC to an AWS Transit Gateway?
AInternet access is enabled globally
BVPN connections are automatically routed
CThe VPC loses local routing rules
DAll peering connections get deleted
Explanation
Connecting a VPC to a Transit Gateway allows automatic routing of VPN connections, while other options are incorrect states or implications.
Q385
Which AWS service can manage multiple VPCs in different regions?
AAWS Transit Gateway
BRoute 53
CDirect Connect
DCloudFormation
Explanation
AWS Transit Gateway facilitates connections between multiple VPCs globally; the others don't manage VPCs directly.
Q386
A company needs to securely connect on-premises networks to AWS. Which service is most suitable?
AAWS VPN
BAWS Direct Connect
CAWS Global Accelerator
DAmazon CloudFront
Explanation
AWS Direct Connect provides the most secure, private connection; the other options do not offer the same level of direct network integration.
Q387
What happens when you enable VPC flow logs on a subnet?
AAll traffic is blocked
BTraffic is logged to S3
COnly SSH traffic is logged
DIncreased latency for connections
Explanation
Enabling VPC flow logs records traffic to S3; the other options are incorrect interpretations of the flow log function.
Q388
Which AWS service is best for building serverless applications?
AAWS Lambda
BAmazon EC2
CAmazon RDS
DAWS Elastic Beanstalk
Explanation
AWS Lambda is designed for serverless computing, while the others require server management.
Q389
A company needs to connect its on-premises network to AWS over a private connection. Which service should they use?
AAWS Direct Connect
BAWS VPN
CAWS CloudFormation
DAWS Snowball
Explanation
AWS Direct Connect provides a dedicated private connection, unlike VPN that uses public internet.
Q390
You are configuring VPC peering between two VPCs in different regions. What happens when CIDR blocks overlap?
AConnection succeeds with no issues
BConnection fails due to overlap
CRequires manual CIDR adjustment
DOnly some subnets connect
Explanation
VPC peering cannot be established if CIDR blocks overlap, ensure they are disjoint.