https://github.com/tlkamp/webserver
Infrastructure as code project for my personal webserver.
https://github.com/tlkamp/webserver
aws ec2-instance infrastructure terraform ubuntu
Last synced: about 1 month ago
JSON representation
Infrastructure as code project for my personal webserver.
- Host: GitHub
- URL: https://github.com/tlkamp/webserver
- Owner: tlkamp
- Created: 2019-01-27T15:20:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-05T14:10:43.000Z (over 6 years ago)
- Last Synced: 2025-04-02T04:48:04.651Z (about 1 year ago)
- Topics: aws, ec2-instance, infrastructure, terraform, ubuntu
- Language: HCL
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webserver
Infrastructure as code project for my personal web server
using [HashiCorp Terraform](https://www.terraform.io/).
## Resources Built
This project builds the following resources in AWS:
* AWS EC2 Instance
* Ubuntu on `t2.micro`
* AWS Elastic IP
* This is important for the DNS records.
* AWS Security Group (and rules)
* This allows traffic on specified ports.