Skip to content

n3uron/balena-aws-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

N3uron & balena demo on AWS

Prerequisites

  • Terraform installed in your machine
  • Amazon Web Services account enabled
  • An existing EC2 KeyPair in the desired region

Usage

Initialize Terraform

terraform init

Deploy the infrastructure to your AWS account

terraform apply -var="key_name=<your-kp-name>"

Delete everything at the end

terraform destroy