DonaldKellett / aws-technical-essentials-tf

Terraform configuration for Employee Directory Application example in AWS Technical Essentials

Home Page:https://explore.skillbuilder.aws/learn/course/external/view/elearning/1851/aws-technical-essentials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aws-technical-essentials-tf

Terraform configuration for Employee Directory Application example in AWS Technical Essentials

Quick Start

cd assets/
terraform init
terraform plan
terraform apply

Variables

Variable Default value
region ap-east-1
instance_type t3.micro

Supported regions

ap-east-1, us-west-2

Known issues

Employee mugshots don't display correctly in ap-east-1 region due to IllegalLocationConstraintException, possibly due to the way the app is written - see the links below for details:

License

Apache 2.0

About

Terraform configuration for Employee Directory Application example in AWS Technical Essentials

https://explore.skillbuilder.aws/learn/course/external/view/elearning/1851/aws-technical-essentials

License:Apache License 2.0


Languages

Language:HCL 100.0%