Skip to content
This repository has been archived by the owner on Jun 27, 2018. It is now read-only.

Latest commit

 

History

History

bastion

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Bastion

Template for provisioning an auto-scaling bastion instance with static IP. Authorized keys are added at launch, and ingress is limited to the specified CIDR blocks.

  • Login: ssh forward@<bastion-ip>
  • Tunnel: ssh -t forward@<bastion-ip> "tunnel user@<destination-ip>"

NOTE: tunnel is just ssh -i <path-to-pem> in a bash script.