Quick Start


Prerequisites


To Run Jetty Bundle

Download bastillion-ec2-jetty-vXX.XX.tar.gz

Extract (or unzip) to directory

tar xfz bastillion-ec2-jetty-vXX.XX.tar.gz -C /opt

Export environment variables

for Linux/Unix/OSX

export JAVA_HOME=/path/to/jdk
export PATH=$JAVA_HOME/bin:$PATH

for Windows

set JAVA_HOME=C:\path\to\jdk
set PATH=%JAVA_HOME%\bin;%PATH%

Start Bastillion for EC2

In directory in which bastillion-ec2 has been extracted (e.g. /opt/Bastillion-EC2-jetty)

for Linux/Unix/OSX

./startBastillionEC2.sh

for Windows

startBastillionEC2.bat

Using Bastillion for EC2

Open browser to https://<whatever ip>:8443

Login with

username:admin
password:changeme

Note: When using the AMI instance, the password is defaulted to the <Instance ID>. Also, the AMI uses port 443 as in https://<Instance IP>:443



IAM Roles will need to be setup in AWS and registered in Bastillion for EC2 as per Setup IAM Role instructions.