29. Assign Existing IPs to New Instances - Ayushi-srivastav/OCI GitHub Wiki

First, select the Instance whose IP address you want to assign to the new instance.

image

Copy the Private IP address and store it securely for future use in instance creation.

image

Now terminate the selected instance

image

image

Instance is terminated.

image

image

Proceed to create a new instance

Choose the option to manually assign a private IPv4 address in the Primary VNIC IP addresses section,

then paste the saved private IP address from the terminated instance

And also select automatically assign public IP address

image

As we can see,

the new instance is created using the IP address from the terminated instance

image