security - AWS - using SSL inside VPC between EC2 & RDS -


do use ssl communication between ec2 & rds, inside 1 vpc?

i migrated our local mysql db (which stored @ ebs volumes) auroradb (aurora db aws rds doesnt have public endpoint) , inside 1 vpc.

whenever connecting rds instance ec2 instance within same region, communication going through aws private network. https://forums.aws.amazon.com/thread.jspa?messageid=236352&#236352

i inside vpc not necessary use ssl. experience?


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -