


You declare your required infrastructure in a configuration file and terraform creates it in correct order.It lets you provision, update and version your infrastructure in efficient manner.It lets you provision your infrastructure as code. Terraform is a popular open source Infrastructure as Code(IaC) tool by HashiCorp.

Today we’ll learn to create it using another famous IaC tool Terraform.īefore we get into the details, let’s try to understand what is Terraform and How do you create a resource on AWS using it What is Terraform? In one of my previous post, I explained how to create DynamoDB table using CloudFormation template. You can choose DynamoDB when you have the requirement to store semi structured data and to retrieve them really fast. Working with DynamoDB in Python using Boto3
