Search code examples
amazon-ec2setup-deployment

How to list my EC2 instances and get their private ip's


I'm starting to use EC2 with a lot of SPOT instances (>100), I'm trying to find a way to retrieve all my IC2 instances private ip's in order to use them later to deploy binaries and so on.

Can anyone help me to do it?

Thanks in advance.


Solution

  • Since you didn't list a framework or language:

    1. Use the AWS Console.
    2. Use ElasticFox.
    3. Use the commandline tools.
    4. Use the .NET SDK.
    5. Use the Java SDK.