Hi, in this video I create a new project using terraform on an AWS site. I start the Apache web server using a bash script that deploys the Apache web server to a Linux VM and displays the first page of the site with the inscription. Along the way I create an additional security group.
0:38 create new project named webserver in program VS Code
0:52 create an additional security group
9:59 create a user data for the bash script deploy Apache to enter the first page of the site with the inscription
11:20 run the terraform commands init, plan, apply
16:48 make a static external bash file, this is the installation of the Apache web server on the Linux VM and on the front page of the site with our text
20:14 start the final site deployment using the terraform init, plan, apply commands
terraform commands:
terraform init
terraform plan
terraform apply
Terraform code - https://shorturl.at/dcUHT
Download
0 formats
No download links available.
Creating website project using IaS Terraform on AWS | NatokHD