AWS Marketplace Installation

You can install an instance of the latest version of Moogsoft AIOps from the Amazon Web Services (AWS) Marketplace.

29959669.png

For more information see the AWS Marketplace listing.

Load Data into AWS Instance

You can start loading data into your AWS Marketplace instance by configuring SSL and setting a password for the limited user account.

Configure SSL

Moogsoft AIOps includes a self-signed certificate by default. To remove the browser warning, you can add your own certificate as follows:

  1. Replace the contents of /etc/nginx/ssl/certificate.pem and /etc/nginx/ssl/certificate.key with a self-signed or valid certificate.

  2. Restart Nginx (systemctl restart nginx) or alternatively offload the TLS certificate to an AWS application load balancer.

Note

To SSH into AWS instance, the default password is centos.

Set Password for Tool Runner

Many of the Moogsoft AIOps integrations run as a limited user account for security reasons. The user account moogtoolrunner needs a password before any data is loaded and the services are restarted. For more information see Tool Runner.

The entire step can be achieved using the following command in an SSH terminal:

export PASSWORD=<set a password here>; bash -c "$(curl https://s3.moogsoft.com/downloads/moogsetup.sh)"

If changing the password was successful, the following message appears:

 % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  1170  100  1170    0     0   1105      0  0:00:01  0:00:01 --:--:--  1106
Changing password for user moogtoolrunner.
passwd: all authentication tokens updated successfully.
Match User moogtoolrunner
PasswordAuthentication yes

Note

The default username for your AWS instance is 'Admin' and the password is your ECS instance ID, e.g. "i-0dd3a563981f57341". These can be changed or you can create a new login when you first sign in.