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.
Before you can deploy, you will need:
- Terraform CLI - Install instructions
- AWS CLI - Install instructions
- Configure AWS CLI to have a valid login for the account you wish to deploy to - AWS quick start
-
Follow the pre-requisite steps above.
-
Clone our repo or download the zip
git clone https://github.com/hyperglance/deploy.git
-
Navigate to the terraform deployment directory
cd deploy/AWS/Terraform/EC2
-
Edit the myvars.tfvars file included in this directory and populate your variables accordingly
-
Deploy the stack:
terraform init terraform apply -var-file=myvars.tfvars
-
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 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.
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.
Are welcome!