Skip to content

Provisions an AWS Jumpbox to act as a cloud foundry jump box / work box

Notifications You must be signed in to change notification settings

haydonryan/cf-jumpbox-provisioner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 

Repository files navigation

cf-jumpbox-provisioner

Provisions an AWS Jumpbox (either ubuntu or AWS Linux centos) to act as a cloud foundry jump box / work box

Git isn't present on the AWS Linux AMI (HVM) image:

if [ ! -d ~/workspace ]; then
  mkdir -p ~/workspace
fi
cd ~/workspace
sudo yum -y install git
git clone http://github.com/haydonryan/cf-jumpbox-provisioner.git
cd cf-jumpbox-provisioner

Git isn't present on the AWS Ubuntu 14.xx image:

if [ ! -d ~/workspace ]; then
  mkdir -p ~/workspace
fi
cd ~/workspace
sudo apt-get -y install git
git clone http://github.com/haydonryan/cf-jumpbox-provisioner.git
cd cf-jumpbox-provisioner

About

Provisions an AWS Jumpbox to act as a cloud foundry jump box / work box

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages