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 assign multiple security groups to an EC2 instance?
AAll rules are combined.
BNo traffic allowed.
COnly one rule applies.
DConflicts lead to block.
Explanation
All rules from multiple security groups combine; others incorrectly suggest limitations.
Q82
Which service provides static IP addresses for EC2 instances?
AElastic IP
BAWS Lambda
CAmazon Route 53
DAmazon S3
Explanation
Elastic IP addresses are specifically designed for use with EC2 instances, while the others serve different purposes in AWS.
Q83
A company needs secure, private connectivity to AWS from its on-premises data center. Which solution should they use?
AAWS Direct Connect
BAWS VPN
CVPC Peering
DAWS Transit Gateway
Explanation
AWS Direct Connect provides a dedicated network connection to AWS, whereas the others offer virtual connectivity or internal routing options.
Q84
What happens when an EC2 instance's attached EBS volume is deleted?
AThe instance terminates immediately
BData is lost and instance runs
CThe instance continues without volume
DEBS is detached but not deleted
Explanation
When an EBS volume is deleted, any data on it is lost; instances can run without attached volumes only if they are not root volumes.
Q85
What is the purpose of AWS Direct Connect?
AEstablish private connectivity
BMonitor cloud resource usage
CAutomate scaling of resources
DManage user permissions
Explanation
Direct Connect provides private network connections, improving bandwidth and security, while the other options refer to different AWS services.
Q86
A company needs to protect its data in transit. What service should be utilized?
AAWS Shield
BAmazon VPC
CAWS Key Management Service
DAWS VPN
Explanation
AWS VPN encrypts traffic over the internet, while others address different aspects of security and resource management.
Q87
What happens when you associate an Elastic IP with a new instance?
AIt assigns a new public IP
BThe old instance loses its IP
CThe EIP becomes unattached
DYour instance gains a distinct identity
Explanation
Associating an Elastic IP with a new instance disassociates it from its previous instance, while the others are incorrect interpretations of EIP behavior.
Q88
Which service provides automated backups for Amazon RDS?
AAWS Backup
BAmazon S3
CAmazon Glacier
DAWS CloudFormation
Explanation
AWS Backup is designed for automated backups, while RDS has its own built-in backup features and the others do not provide this function.
Q89
A company needs to connect its on-premises data center to AWS securely. Which AWS service is most appropriate?
AAWS Snowball
BAWS Direct Connect
CAmazon VPC Peering
DAWS Site-to-Site VPN
Explanation
AWS Direct Connect offers a private, dedicated connection ideal for hybrid environments, while Site-to-Site VPN is also a valid option but is generally used for less bandwidth-intensive connections.
Q90
What happens when you delete an Amazon S3 bucket that contains objects?
AOnly the bucket is deleted.
BObjects are retained in Glacier.
CObjects are deleted immediately.
DObjects are moved to another region.
Explanation
Deleting an S3 bucket removes all objects inside it immediately, while other options suggest preservation of data, which does not happen.