Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
# 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)
- 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
- 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 should be exposed
- Must have logging and alerting provided
- Include terraform plan output to confirm a succesfull execution plan creation