
Answer-first summary for fast verification
Answer: Promote the internal IP addresses to static assignments for all database VMs.
The organization mandates static internal IP addresses for all database VMs. The most efficient and non-disruptive method to comply with this mandate is to promote the existing internal IP addresses of the database VMs to static assignments. This can be done without shutting down the VMs, thus avoiding any disruption to current operations. Option A directly addresses the requirement by promoting the internal IP addresses to static assignments. Options B and D do not directly solve the issue of converting ephemeral IPs to static ones. Option C, while technically feasible, is unnecessarily complex and disruptive compared to the straightforward solution offered by Option A.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
To comply with your organization's requirement for static internal IP addresses on all database VMs, you need to reconfigure the VPC without disrupting existing operations. The current setup shows database VMs using dynamic IP allocation. What steps should you take to enforce static IP assignment while maintaining service continuity?
A
Promote the internal IP addresses to static assignments for all database VMs.
B
Create a firewall rule to allow only traffic to the IP addresses allocated to your database VMs.
C
Define a maintenance window to shut down the database VMs one at a time, promote the internal IP address to a static assignment, and restart the VM.
D
Define an organization policy to allow only statically allocated IP addresses for VMs. Ensure the prefix matches your database VMs.