Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Advanced Networking - Specialty ANS-C01 All Questions

View all questions & answers for the AWS Certified Advanced Networking - Specialty ANS-C01 exam

Exam AWS Certified Advanced Networking - Specialty ANS-C01 topic 1 question 214 discussion

A company ran out of IP address space in one of the Availability Zones in an AWS Region that the company uses. The Availability Zone that is out of space is assigned the 10.10.1.0/24 CIDR block. The company manages its networking configurations in an AWS CloudFormation stack. The company’ VPC is assigned the 10 10.0.0/16 CIDR block and has available capacity in the 10.10.1.0/22 CIDR block.

How should a network specialist add more IP address space in the existing VPC with the LEAST operational overhead?

  • A. Update the AWS::EC2::Subnet resource for the Availability Zone in the CloudFormation stack. Change the CidrBlock property to 10.10.1.0/22.
  • B. Update the AWS::EC2::VPC resource in the CloudFormation stack. Change the CidrBlock property to 10.10.1.0/22.
  • C. Copy the CloudFormation stack. Set the AWS::EC2::VPC resource CidrBlock property to 10.10.0.0/16. Set the AWS::EC2::Subnet resource CidrBlock property to 10.10.1.0/22 for the Availability Zone.
  • D. Create a new AWS::EC2::Subnet resource for the Availability Zone in the CloudFormation stack. Set the CidrBlock property to 10.10.2.0/24.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Spaurito
1 week, 4 days ago
D - This meets the requirements and is the solution. The others would not work and CF will rebuild the subnet if provisioned.
upvoted 1 times
...
VerRi
1 month, 2 weeks ago
Selected Answer: D
A. Cannot update CIDR of the existing subnet B. Cannot update CIDR of the existing subnet C. Not recommended for IP Reassignment
upvoted 1 times
...
qomtodie
2 months, 2 weeks ago
Selected Answer: D
This is D
upvoted 2 times
...
cas_tori
2 months, 2 weeks ago
Selected Answer: D
this is D
upvoted 1 times
...
aragon_saa
3 months ago
Selected Answer: A
Answer is A
upvoted 1 times
...
Cacheirez
3 months ago
Selected Answer: D
By creating a new subnet with a different CIDR block (10.10.2.0/24) within the same Availability Zone, you can expand the IP address space available for that AZ without altering existing configurations. This approach is straightforward and minimizes the risk of disruption to the existing resources. This option allows you to quickly and easily increase the available IP space without needing to modify or replace existing subnets, which could cause service disruptions or require reassigning resources within the AZ. It avoids the complexities and potential issues associated with resizing subnets or VPCs, which can be more involved and risky. Changing the CIDR block of an existing subnet is not supported directly because subnets cannot be resized or modified after creation. Doing so would require deleting and recreating the subnet, which would disrupt any resources tied to it.
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...