Skip to content

#Day1 - Warm-up


ForgTech company wanna test your ability to type down a clean code by Deploying the structure of very simple resources. This will help you to build a good reputation.

FrogTech is required to build a subnet for their application, the application server will be their responsibility, however, the application requires internet access. and do not use the default AWS services e.g. VPC, etc....

as well as provide a diagram of created resources; Use IaC Terraform to build all resources and consider the below requirements specifications.

  1. Resources must be created at the us-east-1 region.
  2. Resources must have tags as below:
    • Key: “Environment”, Value: “terraformChamps”
    • Key: “Owner”, Value: <“Your_first_name“>
  3. Preferd to use variables.

Code samples:

  1. https://github.com/Mohamed-Eleraki/DevOps-Kitchen-Workshop/tree/main/Terraform-Workshops/dayOneSampleCan't find link