An open API service indexing awesome lists of open source software.

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

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/)