Problem scenario
You want to determine what VPC a given AWS server is in. How do you find this out?
Solution
Prerequisite
You must have the AWS CLI installed and configured with a user that has the ability to view EC-2 databases (e.g., an administrator of your AWS account). If you need assistance, see this posting.
Procedure
Run this command: aws rds describe-db-instances | grep -i vpc
…
Continue reading “How Do You Find what VPC an EC-2 Instance Is In?”