Can you access an EC2 server from another AWS account

amazon ec2amazon-web-servicesip

If you have an EC2 server with a port open, then other EC2 servers can access it (using private IP).

But, what if another AWS account hits that private IP, will they be able to access it?

Best Answer

You can create vpc-peering from other aws account , so they can reach your instances.

Related Topic