System
The system infrastructure is based on Amazon AWS and managed with Terraform and our main.tf file.
The Terraform state is maintained by manually executing terraform apply locally, since our AWS access is based on AWS Academy and thus the credentials change every lab session.
State consistency is achieved by storing the .terraform.lock.hcl file in our repository.
The private subnet is prepared for future use but is not actively utilized yet.