opengovsg / terraform-template

Repo to get a terraform infra running for OGP products
MIT License
1 stars 0 forks source link

feat/simple-elastic-beanstalk: simple environment for hackathon 2022 #1

Closed liangyuanruo closed 2 years ago

liangyuanruo commented 2 years ago

Simple Elastic Beanstalk

This PR aims to introduce a Terraform template that spins up a simple Elastic Beanstalk environment for demo purposes; preferably in time for Hack 2022.

It is not intended to be a full-fledged production environment.

Features:

Networking

Database

Application

Documentation

liangyuanruo commented 2 years ago

I noticed that some configs like DB enhanced monitoring result in IAM resources being provisioned, necessitating very high privileges.

good point - since this is intended to be a demo environment, I've removed enhanced monitoring and performance insights which should address this.