I am pretty new to AWS.
I have an EC2 instance running a Java web app on Tomcat, and I need to connect it to an Oracle RDS instance. The intances are in the same region.
- what are the performance associated with the communication between two instances? Are they the same that I would see if both istances would run in my home LAN?
- what about security of RDS instance? If I open port 1521 in the security group (for allowing access to EC2 instance), then the db instance will be exposed to public network?
Do you think that for such situation would be better a VPC?
Thank you