https://github.com/coolapso/tf-s3-internal-websites
Example how to create necessary infrastructure to serve internal websites on AWS using S3 and ALB
https://github.com/coolapso/tf-s3-internal-websites
Last synced: over 1 year ago
JSON representation
Example how to create necessary infrastructure to serve internal websites on AWS using S3 and ALB
- Host: GitHub
- URL: https://github.com/coolapso/tf-s3-internal-websites
- Owner: coolapso
- License: mit
- Created: 2024-07-14T17:55:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-14T22:08:19.000Z (almost 2 years ago)
- Last Synced: 2024-07-14T23:23:50.198Z (almost 2 years ago)
- Language: HCL
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# S3 Internal Websites
Fully written and tested using [OpenTofu](https://github.com/opentofu/opentofu)
This creates the required infrastructure to serve multiple internal websites with s3 behind a single load balancer and S3 Endpoint
This module is not meant to be used in production; its goal is to serve as an example of the infrastructure required to serve internal websites using S3 that can later be accessed either by EC2 machines or by any users through a VPN.
can read more about it on my blog at: [blog.coolapso.sh](https://blog.coolapso.sh/en/posts/s3internalwebsites/)