AWS Private EC2 with ALB using Terraform Add Comment Edit Terraform Code: https://github.com/shawon100/terraform-aws/tree/master/aws-private-ec2-alb aws, private ec2, alb, terraform Read More
Terraform AWS EC2 and ALB using Terraform Cloud (GitOps) Add Comment Edit Create ALB in front of EC2 server in AWS using terraform Terraform Code: https://github.com/shawon100/terraform-aws/tree/master/aws-ec2-... Read More
Terraform AWS EC2 CI/CD Pipeline (GitOps) with Terraform Cloud Add Comment Edit Terraform Code: https://github.com/shawon100/terraform-aws/tree/master/aws-public-ec2 Read More
How to Create an AWS ECS CLuster with Hello World APP Using Terraform Add Comment Edit Terraform code: https://github.com/shawon100/terraform-aws/tree/master/aws-ecs Read More
How to Create an AKS Cluster Using Terraform Add Comment Edit Terraform Code: https://github.com/shawon100/terraform-azure/tree/main/aks-cluster Read More
How to Setup VNET and VM (Linux & Windows) in Azure using Terraform Add Comment Edit Terraform Code: Linux VM: https://github.com/shawon100/terraform-azure/tree/main/vm-vnet-subnet Windows VM: https://github.com/shawon100/... Read More
How to Create Modules for Public EC2 in AWS using Terraform 2021 Add Comment Edit Terraform Modules Link: https://github.com/shawon100/terraform-aws/tree/master/aws_public_ec2_modules Terraform Use Modules Link: https:/... Read More
How to Automatically Launch a Public Server Configured EC2 VM in AWS using Terraform 2021 Add Comment Edit Terraform code: https://github.com/shawon100/terraform-aws/tree/master/aws-public-ec2 Read More
How to Create a Custom Module for VPC ,Subnet, and EC2 in AWS using Terraform 2021 Add Comment Edit Terraform Code: https://github.com/shawon100/terraform-aws Read More
How to Create a VPC and a Subnet in AWS using Terraform 2021 Add Comment Edit At first create a IAM user in AWS and give it administrative access. Collect the access and secret key. Then create a file named variable... Read More