lambda-rds-mysql
lambda-rds-mysql copied to clipboard
Better explanation of enabling outside network access to the database
I found the documentation for this project helpful in getting to understand how to set up my own RDS instance and making it accessible over the internet.
I feel like this commit more clearly explains the purpose of running aws ec2 authorize-security-group-ingress after creating the database instance.
Also tightened security a bit by restricting ingress to TCP traffic.