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.
You are configuring a VPC with two public subnets. What is needed for internet access?
ANAT Gateway
BInternet Gateway
CVPC Peering
DVPN Connection
Explanation
An Internet Gateway is required for internet access from public subnets, while others do not facilitate direct internet access.
Q42
What happens when an IAM user exceeds their API rate limit?
AAPI requests are silently ignored
BRequests receive error 429
CUser loses all permissions
DRequests are queued instantly
Explanation
Exceeding the API rate limit results in an error 429, indicating too many requests, while other options are incorrect behaviors.
Q43
Which service allows for automated deployment and scaling of applications in AWS?
AAWS Elastic Beanstalk
BAWS CloudFormation
CAWS CodeDeploy
DAWS Lambda
Explanation
AWS Elastic Beanstalk provides a platform for automated deployment and scaling, while others serve different purposes.
Q44
A company needs to securely connect their on-premises data center to AWS. Which service should they use?
AAWS Direct Connect
BAWS VPN
CAWS Transit Gateway
DAWS DataSync
Explanation
AWS Direct Connect offers a private connection to AWS, ideal for secure and high-bandwidth applications.
Q45
What happens when you delete a VPC that has running resources in AWS?
AAll resources are automatically deleted
BResources become inaccessible
COnly the VPC is deleted
DNo impact, VPCs can be empty
Explanation
Deleting a VPC will also terminate all resources within it, leading to their automatic deletion.
Q46
Which service allows serverless computing on AWS?
AAWS Lambda
BAmazon EC2
CAWS RDS
DAmazon S3
Explanation
AWS Lambda allows execution of code without provisioning servers; EC2 requires server management, RDS is a database service, and S3 is for storage.
Q47
A company needs to connect its on-premises network to AWS using a dedicated connection. Which service should they use?
AAWS Direct Connect
BAWS VPN
CAmazon CloudFront
DAWS Transit Gateway
Explanation
AWS Direct Connect establishes dedicated connectivity, while VPN is for encrypted tunnels, CloudFront is a CDN, and Transit Gateway connects VPCs.
Q48
What happens when you deploy a VPC with overlapping CIDR ranges?
ADeployment succeeds without issues
BDeployment fails with an error
COverlapping ranges are merged automatically
DCIDR ranges change to a default setting
Explanation
Deployment fails due to CIDR range conflicts; no automatic merging occurs, and there are no default changes made.
Q49
Which service is used for AWS Direct Connect?
AAmazon VPC
BAWS Transit Gateway
CAWS Direct Connect
DAWS VPN
Explanation
AWS Direct Connect is used for dedicated network connections, while others serve different purposes.
Q50
A company needs to connect its on-premises data center to its AWS VPC securely. What is a cost-effective, high-bandwidth solution?
AAWS Site-to-Site VPN
BAWS Direct Connect
CAWS CloudFront
DAWS Transit Gateway
Explanation
AWS Direct Connect provides a dedicated connection offering high bandwidth compared to Site-to-Site VPN.