AWS EC2 (Linux)
- 12 Aug 2018
- 1 Minute to read
-
Contributors
-
Print
-
DarkLight
-
PDF
AWS EC2 (Linux)
- Updated on 12 Aug 2018
- 1 Minute to read
-
Contributors
-
Print
-
DarkLight
-
PDF
Install for AWS EC2
Instructions on how to install the Stackify Linux Agent AWS EC2 (Amazon Linux).
Installing Stackify Linux Agent
- SSH into your AWS EC2 instance
ssh -i [cert.pem] [email protected][x.x.x.x]
- Download and Install
- Replace
[INSERT ACTIVATION KEY]
with your activation key value. You can find your activation key under Settings: Account.
wget https://s1.stackify.com/Account/AgentDownload/Linux --output-document=stackify.tar.gz &&
tar -zxvf stackify.tar.gz stackify-agent-install-32bit &&
cd stackify-agent-install-32bit &&
sudo ./agent-install.sh --key [INSERT ACTIVATION KEY] --environment "Production" --devicealias [aliasname]
Was this article helpful?