Skip to content

Create an AWS VPC with a public subnet, create an Ubuntu server and install/enable apache2.

Notifications You must be signed in to change notification settings

hananmansour/terraform-aws-vpc-ec2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

  1. Create vpc.
  2. Create Internet Gateway.
  3. Create Custom Route Table.
  4. Create a Subnet.
  5. Associate subnet with Route Table.
  6. Create Security Group to allow port 22,80,443.
  7. Create a network interface with an ip in the subnet that was created in step 4.
  8. Assign an elastic IP to the network interface created in step 7.
  9. Create Ubuntu server and install/enable apache2.

About

Create an AWS VPC with a public subnet, create an Ubuntu server and install/enable apache2.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages