Identify the Public IP Address of Your Cloud Instance

This section will walk you through identifying the public IP address of your cloud instance.

What You’ll Need

Procedure

Choose one of the following options, based on your cloud provider.

Get the public IP address of your EC2 instance:

[ec2-user@ip-192-168-121-110 ~]$ printf '%s/32\n' \ > "$(curl -sS 169.254.169.254/latest/meta-data/public-ipv4)" 198.51.100.1/32
This section is a work in progress.
This section is a work in progress.

Summary

You have successfully identified the public IP address of your cloud instance.

What’s Next

You can check out the rest of the maintenance operations that you can perform on your cluster.