AWS Elasticache is a fully managed in memory cache service. It supports two open sources compatible engines which are Redis & Memcached.
AWS RDS is Relation Database Service using which we can launch relational database(like MySQL, PostgreSQL, MariaDB, Amazon Aurora, Oracle & MS SQL Server) instances.
Steps to launch Elasticache & RDS into private subnet of VPC :
- SecurityGroups to allow ingress communication to Cache & database instances as mentioned below
2. SubnetGroups for cache & database instances.
3. Launch MySQL RDS & Elasticache Cluster.
Complete Demo is available here