Add the package repository
Add the version of the Amazon Linux package repository that you want to use.
Amazon Linux 2
Amazon Linux 2 is most similar to CentOS 7 and reuses the same configuration.
Run the following script:
sudo tee /etc/yum.repos.d/sigsci.repo <<-'EOF'
[sigsci_release]
name=sigsci_release
baseurl=https://yum.signalsciences.net/release/el/7/$basearch
repo_gpgcheck=1
gpgcheck=1
enabled=1
gpgkey=https://yum.signalsciences.net/release/gpgkey https://dl.signalsciences.net/sigsci-agent/gpg.key
sslverify=1
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
EOF
Amazon Linux 2015.09.01
Amazon Linux 2015.09.01 is most similar to CentOS 6 and reuses the same configuration.
Run the following script:
sudo tee /etc/yum.repos.d/sigsci.repo <<-'EOF'
[sigsci_release]
name=sigsci_release
baseurl=https://yum.signalsciences.net/release/el/6/$basearch
repo_gpgcheck=1
gpgcheck=1
enabled=1
gpgkey=https://yum.signalsciences.net/release/gpgkey https://dl.signalsciences.net/sigsci-agent/gpg.key
sslverify=1
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
EOF
Install the Signal Sciences Agent package
-
Run the following command:
sudo yum install sigsci-agent
-
Create an empty agent configuration file at
/etc/sigsci/agent.conf
. -
Add the Agent Access Key and Agent Secret Key into the agent configuration file at
/etc/sigsci/agent.conf
.-
Log in to the Signal Sciences console.
-
Select a site if you have more than one site.
-
Click Agents in the navigation bar. The agents page appears.
-
Click View agent keys. The agent keys window appears.
-
Copy the Agent Access Key and Agent Secret Key.
-
Enter the Agent Access Key and Agent Secret Key into
/etc/sigsci/agent.conf.
accesskeyid = "AGENTACCESSKEYHERE" secretaccesskey = "AGENTSECRETACCESSKEYHERE"
-
-
Start the Signal Sciences Agent.
-
Amazon Linux 2
sudo systemctl start sigsci-agent
-
Amazon Linux 2015.09.01
start sigsci-agent
-
Next Steps
Explore our module options and install the Signal Sciences module.