Setting up public IP
Setting up public IP after provisioning the instance
- select the created instance
- on the bottom part of the screen select Attached VNICs
- select the VNIC
- on the bottom part of the screen select IPV4 addresses
- select ephemeral public IP
- the IP will now be visible in VNIC details
- you can now login to your server by using the keypair you specified during installation
ssh -i .ssh/id_ed25519 ubuntu@ $ip