Skip to content

Latest commit

 

History

History

EC2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Hyperglance Logo

Hyperglance deployment

Enable Hyperglance to automate, fix and optimize your cloud.

This repository contains Terraform configurations, that deploy an EC2 instance with Hyperglance pre-installed. Giving you the power to automate your cloud and fix configuration issues quickly & easily.

Pre-Requisites

Before you can deploy, you will need:

  1. Terraform CLI - Install instructions
  2. AWS CLI - Install instructions
  3. Configure AWS CLI to have a valid login for the account you wish to deploy to - AWS quick start

Quick Start

  1. Follow the pre-requisite steps above.

  2. Clone our repo or download the zip

     git clone https://github.com/hyperglance/deploy.git
  3. Navigate to the terraform deployment directory

    cd deploy/AWS/Terraform/EC2
    
  4. Edit the myvars.tfvars file included in this directory and populate your variables accordingly

  5. Deploy the stack:

     terraform init
     terraform apply -var-file=myvars.tfvars
    
  6. Once complete, the following populated values will be returned:

    hyperglance_username = "<username>"
    instance_id          = "<password>"
    private_dns          = "https://<private_dns>"
    private_ip           = "https://<private_ip>"
    public_dns           = "https://public_dns>"
    public_ip            = "https://<public_ip>"

    Please allow upto 5 minutes for the EC2 instance to initialize before accessing the instance

That's it - Hyperglance is now deployed in your environment and ready for configuration!

Login

Login using the Instance ID of the EC2 Instance hosting Hyperglance. Default credentials:

Username: admin
Password: <Instance_ID>

It is highly recommended you change the password once you login.

  • Follow our guide here to apply your license
  • Follow our guide here to add your first AWS account

Questions

You can find a wealth of support documents, FAQs and guides on our website.
If something isn't right or you need further support, log a ticket with us and we'll be in touch to assist you.

Contributions

Are welcome!