AWS RDS instances using Terraform

Easily launch RDS and EC2 instance, with SSH access, using Terraform

(Mon Apr 06 2020 00:00:00 GMT+0300 (Eastern European Summer Time)) We commonly must deploy on AWS both running code and a database service. AWS offers a cloud based database system, RDS, and in this tutorial we will look at launching an AWS EC2 instance along with an RDS database inside a custom-built AWS Virtual Private Cluster (VPC). The RDS database will not be reachable from the public Internet, and only from within the VPC we will create. Our tool for this will be Terraform, a powerful tool for configuring infrastructure on a long list of cloud-based systems