Skip to content

This was a playground for terraform development. The initial project is a basic terraform AWS deployment. This deployment will consist of 1 EC2 instance with a VPC and two subnets. A ssh key will be generated to gain access. Three security groups will be created that allow ssh, http, and https.

License

Notifications You must be signed in to change notification settings

james-cole2015/terraform_repo

Repository files navigation

Repo Goals:

  • Deploy VPC with private and public subnet
  • Deploy EC2 instance in public subnet
  • Generate SSH key to access EC2 instance
  • Create security groups to provide admin access
  • Create security groups to provide access to internet
  • Develop user data script to bootstrap webserver

final architecture diagram1

The next iteration of this project will be housed in the space-monkey repo

Footnotes

  1. Image generated from Terraform Visual

About

This was a playground for terraform development. The initial project is a basic terraform AWS deployment. This deployment will consist of 1 EC2 instance with a VPC and two subnets. A ssh key will be generated to gain access. Three security groups will be created that allow ssh, http, and https.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published