Skip to content

cyber-dojo-retired/terraform-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform your own cyber-dojo on AWS

Step 1 - Get your aws keys

Download your private key and put it in a folder ssh/mykey.pem

Step - create a terraform.tfvars file

The contents of the file should look like this:

aws_key_path = "ssh/mykey.pem"
aws_key_name = "cyberdojo-key"

And the AWS_ACCESS_KEY and AWS_SECRET_KEY should be availble in the environment.

Step - run the terraform

terraform plan
terraform apply

Step - destroy your server

terraform destroy

About

Scripts to terraform a cyber-dojo on AWS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published