Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 553 Bytes

File metadata and controls

20 lines (19 loc) · 553 Bytes

What are we provisioning?

  • Spinning up an Nginx WebServer on EC2 instance

  • What would we be creating?

    • VPC
    • Internet Gateway
    • Subnet
    • Route Table
    • Route Table Association
    • Security Group
    • EC2 Instance
  • All values are Hardcoded

  • Output

  • 15_Works

  • To run this configuration

    • Navigate to this directory
    • Initialize Terraform
    • Set Access key and secret key value
    • Plan and Apply
    • Destroy