Skip to content

shreedharrv/Website1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Website1

Provisioning a web server with automation and publish a website onto it.

Creating a virtual server with terraform, deploy a web server(nginx) onto it and configure networking(security group) so that you can access the website.

Steps:

1.Create (provision) an aws instance.

2.Install terraform in it.

3.Create a folder and add main.tf file inside it.

  • mkdir terraform
  • touch main.tf

4.Edit the main.tf file with the required configurations to create another instance in aws.

5.Create the infrastructure using the required commands.(terraform init-> terraform validate-> terraform plan-> terraform apply)

6.Login to the created instance and update the machine.

7.Install nginx

8.Customize the index-debian.html file accordingly(cd /var/www/html)

About

Provisioning a web server with automation and publish a website onto it

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages