· devops
Day 26.Configuring an EC2 Instance as a Web Server with Nginx
Lab Information The Nautilus DevOps Team is setting up a new web server for a critical application. Your task is to create an EC2 instance that will serve as a...
Lab Information The Nautilus DevOps Team is setting up a new web server for a critical application. Your task is to create an EC2 instance that will serve as a...
Project Structure terraform-project/ │── main.tf │── variables.tf │── outputs.tf │── providers.tf │── terraform.tfvars │── modules/ │ └── ec2/ │ ├── main.tf │...