1

My client has many EC2 instances running, and a VPC (virtual private cloud) running.

I'm using a platform called Starcluster to launch nodes, and I need to know if they're in the VPC or just ordinary EC2 nodes. How can I do that?

Amazon's VPC console at this address: https://console.aws.amazon.com/vpc/home?region=us-east-1

shows:
1 VPC
3 Running Instances

but some of those running instances are non-VPC instances, as far as I know. Hints?

rene
  • 41,474
  • 78
  • 114
  • 152
rajat banerjee
  • 1,256
  • 2
  • 12
  • 21

2 Answers2

3

On AWS Console you can see it. Just like below:

enter image description here

Rico
  • 58,485
  • 12
  • 111
  • 141
2

When you select an instance in the EC2 Instances screen, you can see a bunch of fields under the Description tab. Look for a field called "VPC ID". If there is no value for that field, it is not in a VPC.

David Levesque
  • 22,181
  • 8
  • 67
  • 82