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.
Which AWS service provides a scalable domain name system?
AAmazon Route 53
BAmazon CloudFront
CAWS Lambda
DAmazon S3
Explanation
Amazon Route 53 is designed specifically for DNS.
Q392
A company needs a dedicated connection to AWS for its on-premises data center. Which service should they choose?
AAWS Direct Connect
BAWS VPN
CAmazon CloudFront
DAmazon VPC
Explanation
AWS Direct Connect provides dedicated network connections.
Q393
You are configuring a VPC peering connection. What is a critical requirement?
AVPCs must be in different regions
BVPCs must have overlapping CIDR
CVPCs must be in the same region
DVPCs cannot be associated with route tables
Explanation
VPCs in a peering connection must be in the same region.
Q394
Which AWS service is best for real-time data streaming?
AAmazon Kinesis
BAmazon S3
CAmazon RDS
DAWS Lambda
Explanation
Amazon Kinesis is designed for real-time data streaming, whereas S3 and RDS are for storage.
Q395
A company needs to create a secure VPC peering connection between two VPCs in different AWS accounts. What must they ensure?
ASame CIDR block used
BDNS resolution enabled
CSecurity groups must overlap
DVPCs must be in the same region
Explanation
DNS resolution should be enabled for name resolution through VPC peering, while the other options are incorrect.
Q396
What happens when an EC2 instance stops and restarts?
APublic IP remains unchanged
BData on instance store is preserved
CInstance ID changes
DElastic IP is released
Explanation
An instance's public IP changes unless an Elastic IP is bound, and instance store data is lost upon stopping.
Q397
Which service allows for automatic IP address management in AWS?
AAmazon Route 53
BAmazon VPC
CAWS IAM
DAmazon CloudWatch
Explanation
Amazon VPC provides a feature for automatic IP address management through DHCP options sets, while the others serve different primary functions.
Q398
A company needs to secure its data in Amazon S3. What is the best practice?
AUse bucket policies only
BEnable server-side encryption
CMake buckets public
DUse transfers over FTP
Explanation
Enabling server-side encryption is a best practice for securing data in S3, while the other options either expose data or are ineffective.
Q399
What happens when you apply a VPC endpoint policy for an S3 connection?
ARequires IAM permissions only
BRestricts access to the endpoint
CAllows traffic from any IP
DEnables VPC peering automatically
Explanation
A VPC endpoint policy restricts access to specific IAM roles or services using the endpoint, whereas the other options are inaccurate or unrelated.
Q400
Which AWS service enables you to automate the deployment of applications using containers?
AAmazon ECS
BAmazon RDS
CAmazon S3
DAWS Lambda
Explanation
Amazon ECS is specifically designed for container orchestration, while the others serve different purposes.