CopyGetting started with Hypertrace using AMI
Go to AWS EC2 console and click on launch instance.
- Search for Hypertrace and click on Hypertrace AMI.
- Go with default configurartions on
Instance Detailspage andadd storagepage. - In
security groupsettings, you can only open nodeport and other ports which you want to access after checking in instance or for now you can go withall TCPports open (which is not recommended in security perspective but considering this is test instance you can do that if you want.) - Click on
Review and launch
- Once your instance is ready, click on a connect button on the dashboard and follow the instructions to SSH into your instance.
- The instace you just setup is a Ubuntu VM running Hypertrace on Microk8s.
- Run
kubectl get services -n hypertrace - Look for the hypertrace UI service.
- Look for the port of UI service which will be 5 digits (9000:30332 in this case 30332)
- Find your EC2 instance IP from console and go to
Instance IP: Portto see UI
