Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 674 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 674 Bytes

interview-exercise-devops

Tucows Interview Exercise DevOps

Instructions

  • Please create a repo in which you will attempt the exercise.
  • When you are done share repo link with HR
  • In a file called setup.md please include instructions on how solution can be tested (if applicable)

Tasks

  • Provide Terraform code which deploys a 2 tier app in AWS with the following requirements.
    • Must include API and Database servers
    • Must be deployed within a specific region
    • Must follow VPC best practices
    • Only web ports could be exposed
    • Must have logging and alerting provided
  • Include terraform plan output to confirm a succesfull execution plan creation