In this guide, we’ll explore how to list public and private IP Addresses of your EC2 instances using the AWS Command Line Interface (CLI). Let’s dive into the details. To find the public IP addresses of your EC2 instances with the AWS CLI, run the command and it will return a table with a column containing the InstanceID and another column with the attached public IP address. In the blog post…

Source