Skip to content

skabba/aws-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

aws_workshop

General workshop preperation project for AWS accounts. Uses Terraform.

How to plan (example)

terraform init && \
terraform plan \
  -var="account_alias=xxx-playground" \
  -var="account_id=123456789101" \
  -var="user_count=1" \
  -var="region=eu-west-3" \
  -var="owner=Your Name" \
  -var="workshop_name=glue" \
  -var="enable_glue_policy=true" \
  -var="enable_s3=true"

How to apply (example)

terraform init && \
terraform apply \
  -var="account_alias=xxx-playground" \
  -var="account_id=123456789101" \
  -var="user_count=1" \
  -var="region=eu-west-3" \
  -var="owner=Your Name" \
  -var="workshop_name=glue" \
  -var="enable_glue_policy=true" \
  -var="enable_s3=true"

About

Support for workshop in AWS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages