databaseRestApi/cmd/servicemachine is a CLI tool that starts an API endpoint (/cpu, /storage or /memory) that provides access to cpu, storage or memory of the machine in a RESTful manner
To deploy in terraform you need:
- "terraform.tfvars" file with: access_key = value secret_key = value
- terraform cli
- terraform apply -auto-approve
- Access the ip from the output of terraform command elastic-ip-for-web-server = $ip
- Go to $ip:8989/cpu or $ip:8989/storage or $ip:8989/memory