An open-source infrastructure as code software tool created by HashiCorp. Users define and provide data center infrastructure using a declarative configuration language known as HashiCorp Configuration Language (HCL), or optionally JSON
In the previous article of this terraform CDK series, we have created an ECS task-definition and service to run Nginx server on ECS. In this article, we are going to attach an ALB
In the previous article of the terraform CDK series, we have registered an EC2 instance to the ECS cluster. In this article, we are going to add task-definition, service and task for simple
As we can deploy containerised applications to ECS (Elastic Container Service), using both the launch types - EC2 and Fargate. It is very simple to create an ECS cluster and attach an ECS
In the previous article, we have created a AWS VPC using terraform CDK. In this article, we'll be creating an AWS RDS instance in the VPC that we have created earlier. What is
In the previous post, we learned about how to create subnets for a VPC. Now, let's learn about how to create VPC by making use of Terraform Cloud Development Kit. What is CDKTF
This is the first article in the terraform CDK series. Let's directly deep dive into it. CIDR Block (Classless Inter-domain Routing) While creating a VPC in AWS, it requires the IP CIDR block