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] ec2-user@[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 …
AWS Installation: Windows AWS EC2Config Service
If you are installing Retrace in AWS on EC2 Windows instances that are dynamic, it’s easy to leverage the silent installation method of adding Stackify to ensure that your new EC2 instances always have the latest and greatest Retrace agent. Just follow the steps below to get started. Launch an Instance In the most common example, you will want to …
Errors and Logs: Configure Web and Worker Roles Logs
If you are wanting to log directly via the Stackify API and want to control App Settings configuration from the Service Definition file, follow the steps below: The Service Definition File You will need to define the following properties in the ConfigurationSettings section of the Service Definition file as shown above: <ConfigurationSettings> <Setting name=”Stackify.ApiKey”/> <Setting name=”Stackify.AppName”/> <Setting name=”Stackify.Environment”/> </ConfigurationSettings> </WorkerRole> …