Q32 — AWS ANS-C01 Ch.1
Question 32 of 100 | ← Chapter 1
A company's application team is unable to launch new resources into its VPC. A network engineer discovers that the VPC has run out of usable IP addresses. The VPC CIDR block is 172.16.0.0/16. Which additional CIDR block can the network engineer attach to the VPC?
- A. 172.17.0.0/29
- B. 10.0.0.0/16
- C. 172.17.0.0/16 ✓
- D. 192.168.0.0/16
Correct Answer: C. 172.17.0.0/16
Explanation
VPC(虚拟私有云)CIDR块是用于定义VPC中可用IP地址范围的网络地址。当VPC中的IP地址耗尽时,网络工程师可以附加一个不与现有CIDR块重叠的新CIDR块来扩展IP地址空间。 查看全部