Skip to content

DonaldKellett/aws-technical-essentials-tf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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