Installing ManageIQ and AWS

This topic describes the procedure on how to install Manage IQ and create an instance on AWS.

Installing and Configuring AWS

  1. Visit https://aws.amazon.com/console/ and log in to your AWS account.
  2. Create a user, refer to section Creating IAM users (console) in https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_create.html#id_users_create_console.
    Note:
  3. Do a check and make sure that the user has full privilege to access EC2 services. Refer section Adding permissions to a user (console) in https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_change-permissions.html.
  4. Create Amazon EC2 key pairs, refer Create a key pair using Amazon EC2 in https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html#having-ec2-create-your-key-pair.
    Note: The key pair details will be used during configuring Maximo IT.

Installing and Configuring ManageIQ

  1. Install the ManageIQ in your machine (Virtual Machine (VM), AWS instance, etc). Refer https://www.manageiq.org/docs/get-started/docker.
    Note: Make sure you have Docker already installed in your machine. Refer https://docs.docker.com/engine/installation/ for the Docker installation.
  2. If the ManageIQ image is not available on the Docker hub, you can pull and run the latest ManageIQ image from the Docker hub using the below command:
    $ docker run -d -p <8443>:443 manageiq/manageiq:latest
  3. Once the ManageIQ container runs successfully, you can access the ManageIQ by using your VM URL such as https://<vm_ip>:<8443>, for example, https://172.20.152.81:8443. For more details on configuring ManageIQ, refer https://www.manageiq.org/docs/get-started/basic-configuration.html.