Deploy Hyperglance in AWS using a Cloudformation Template
Follow this step-by-step guide to deploy Hyperglance using our Cloudformation Template (CFT)
- Click
- Specify stack details, filling out the fields:
- Stack name: This can be any lowercase freeform text, we recommend 'hyperglance'
- Instance size: See here for an explanation of sizing
- Choose an SSH key pair: Name of an existing EC2 KeyPair. The Hyperglance instance will launch with this KeyPair.
- Initial security group entry for TCP port 443: The IP range that can connect to the Hyperglance UI. Must be a valid CIDR range of the form x.x.x.x/x
- Initial security group entry for TCP port 22: The IP range that can SSH to the Hyperglance instance. Must be a valid CIDR range of the form x.x.x.x/x IP configuration
- Assign a Public IP: Hyperglance needs to access the AWS API endpoints in order to function. See here for an article on deployment models. The two most common deployment models are
- The Hyperglance instance has a public IP, the subnet Hyperglance runs in has a route to an internet Gateway and the Security group is configured to restrict access.
- The Hyperglance instance doesn't have a public IP, the subnet Hyperglance runs in has a route to a NAT Gateway and the Security group is configured to restrict access.
- Assign Static Private IP: Do you want to assign a Static Private IP? Most people leave this as 'False'. Must be a valid IP range of the form x.x.x.x and must be part of the selected subnet range 10.0.0.1
- VPC configuration: VPC to use for the Hyperglance instance.
- Subnet to use for the Hyperglance instance: The ID of an existing subnet (for the primary network) in your Virtual Private Cloud (VPC) you have chosen
Once all the fields have been filled out, select Next
- Configure stack options: Add any Tags as per your company policy (you don't need to add an IAM policy as the CFT creates one).
- On the review screen:
- Scroll down to the bottom and check I acknowledge that AWS CloudFormation might create IAM resources
- Select Create Stack
- The stack will take approximately 5 minutes to fully deploy. There is a 'refresh' icon at the top right to update the text.
- Once the CFT has completed, navigate to the Outputs column in the top-middle of the page
- Copy the Instance ID, this will be the initial Hyperglance password
- Click on the relevant DNS or IP entry and you'll be sent to the Hyperglance web portal
- Proceed to follow the AWS deployment guide and the on-screen instructions to activate Hyperglance.