Terraform and AWS

Configuring Terraform to use for deploying AWS Infrastructure

(Thu Aug 13 2020 00:00:00 GMT+0300 (Eastern European Summer Time)) Terraform is a powerful tool for configuring infrastructure on a long list of cloud-based systems. Since AWS is such a complex system we look for simpler ways to do anything on AWS. Get started means installing and configuring the AWS CLI before using Terraform to simplify AWS deployment.

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

Easily launch EC2 instance, with SSH access, using Terraform

(Sat Apr 04 2020 00:00:00 GMT+0300 (Eastern European Summer Time)) Terraform is a powerful tool for configuring infrastructure on a long list of cloud-based systems. Since AWS is such a complex system we look for simpler ways to do anything on AWS. Terraform promises to make AWS deployments much simpler. To test that let's learn how to deploy some EC2 instances on AWS using Terraform.