Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 349 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 349 Bytes

Terraform

1.Create VPC 2. Create Internet Gateway 3. custom route table 4. subnet 5. associate subnet with route table 6. sec group to allow port 22,80,443 7. create a network interface with an ip in subnet that was in step 4 8. assign elastic IP to network interface created in step 7 9. 9. create a ubutnu server with apache2 enabled