Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/banzaiman/public-facing-ec2-tf
A simple Terraform configuration to bring up a single EC2 instance with public access
https://github.com/banzaiman/public-facing-ec2-tf
Last synced: 23 days ago
JSON representation
A simple Terraform configuration to bring up a single EC2 instance with public access
- Host: GitHub
- URL: https://github.com/banzaiman/public-facing-ec2-tf
- Owner: BanzaiMan
- Created: 2024-04-22T05:43:09.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-22T06:32:11.000Z (9 months ago)
- Last Synced: 2024-11-08T09:51:22.403Z (3 months ago)
- Language: HCL
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# public-facing-ec2-tf
Terraform configuration for standing up a single EC2 instance which accepts incoming public traffic
Everything is hard-coded in `main.tf`, and it should be straightforward to understand what this does.
The EC2 instance would install `docker` and `git` via `user_data`.