CV0-003 · Question #603
A cloud engineer is responsible for managing a public cloud environment. There is currently one virtual network that is used to host the servers in the cloud environment. The environment is rapidly…
The correct answer is A. Create a VPC and peer the networks. A VPC (Virtual Private Cloud) is a logical isolation of resources in the cloud. It is like having your own private network in the cloud. By creating a new VPC, the cloud engineer can get a new block of IP addresses that can be used to accommodate the additional servers. Peering…
Question
A cloud engineer is responsible for managing a public cloud environment. There is currently one virtual network that is used to host the servers in the cloud environment. The environment is rapidly growing, and the network does not have any more available IP addresses. Which of the following should the engineer do to accommodate additional servers in this environment?
Options
- ACreate a VPC and peer the networks.
- BImplement dynamic routing.
- CEnable DHCP on the networks.
- DObtain a new IPAM subscription.
How the community answered
(54 responses)- A70% (38)
- B9% (5)
- C17% (9)
- D4% (2)
Explanation
A VPC (Virtual Private Cloud) is a logical isolation of resources in the cloud. It is like having your own private network in the cloud. By creating a new VPC, the cloud engineer can get a new block of IP addresses that can be used to accommodate the additional servers. Peering the networks allows the two VPCs to communicate with each other as if they were on the same network. This is important because it allows the servers in the new VPC to access the resources in the old VPC.
Topics
Community Discussion
No community discussion yet for this question.