Appvance IQ Install script for Ubuntu EC2 machines
Here is the Ubuntu Install script:
Users can now use this install script to provision/install APC on ANY new Ubuntu EC2 machine (T2/M3/M4 etc Instance types).
No need to wait for an AMI to be created.
All .sh scripts in the aiq_distribution folder must have executable permissions.
Steps:
- Create new EC2 machine
- Login into EC2 machine and type: wget https://s3-us-west-2.amazonaws.com/common-provisioning-files/apc_install.sh
- Execute script: $ sh ./apc_install.sh
According to the script it will install IQ 2.2.380.
You can change to your build version or a different IQ version by changing the following variable in the:
apc_install.sh script:
# Change this version number to the IQ version you want to install
APC_VER=“utp2.2.380”