indok-web
indok-web copied to clipboard
Infrastructure as Code
What do you want to be done?
Move our infrastructure setup to code instead of having it manually done through consoles.
Why must/should this be done?
Doing things manually by humans are prone to errors, it will also work faster and more consistently. It also puts the infrastructure into a version controlled system.
Additional context
Should consider Terraform or AWS CDK. Terraform is more general purpose and should be prioritized since we might want to move our infrastructure at an later time.