Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

leolashkevych/jumpbox-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

ec2 jumpbox quick setup

Usage

  1. Create IAM user with AmazonEC2FullAccess policy
  2. Export AWS keys
export AWS_ACCESS_KEY_ID="keyID"
export AWS_SECRET_ACCESS_KEY="secretkey"
  1. Generate SSH keypair ssh-keygen -f jumpbox
  2. Run the script
terraform init && terraform apply
ssh -i jumpbox ubuntu@ipaddr

Releases

No releases published

Packages

No packages published