Automated AWS deployment
Opened this issue · 0 comments
krokicki commented
We will automate AWS deployment using Infrastructure-as-Code (IaC) tooling, such as CloudFormation.
The deployment will create all of the necessary AWS objects, including:
- VPC
- Subnets
- NAT Gateway
- Internet Gateway
- VPC Endpoints
- EC2 Instance
- AppStream fleet
It will also tag these resources consistently, so that they can be managed and billed together.
Any manual steps in the deployment will be fully documented, so that someone unfamiliar to the project can deploy everything by following a written guide and invoking the deployment commands.