Ignatius Ngwaabanjong

How to Deploy VPC & EC2 with Terraform

https://github.com/Ngwaabanjong/terraform-projects/tree/main/deploy-vpc-ec2-with-terraform Introduction to Terraform: How Terraform works: What we will do: Prerequisites: To Configure authentication to your AWS Console, you need to create an IAM user and use it’s credentials on the CLI. 0 – Configure Provider: Configure Variables and tags variables.tf terraform.tfvars Tag Syntax on resources: 1 – Configure VPC: 2 – Create Internet …

How to Deploy VPC & EC2 with Terraform Read More »

How to Deploy VPC & EC2 with CloudFormation

https://github.com/Ngwaabanjong/CloudFormation-projects/tree/main/vpc-ec2-deployment Introduction: An AWS CloudFormation template is a JSON or YAML formatted text file that describes your AWS infrastructure.  TEMPLATES: STACK: STACKSETS: CHANGE SETS: DRIFT DETECTION: What will be done: Prerequisites: 0 – FORMAT VERSION: 1 – DESCRIPTION: 2 – METADATA: 3 – PARAMETERS: 4 – MAPPINGS: 5 – RESOURCES: 5a – VPC: 5b – …

How to Deploy VPC & EC2 with CloudFormation Read More »

Scroll to Top