Question

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?

Was it helpful?

Solution

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

enter image description here

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top