How do we setup communication between 2 EC2 instances?

Viewed 16

How to establish the communication between two EC2 instances.

can i directly ping to each other via their IPV4. Do I need to setup inbound rules in security group? Any tips/pointers or steps will be helpful

1 Answers

InsideVPC security group attaching to both instances helps to allow to communication as inbound rule defines to accept communication.

Related