My cloudbreak was setup using docker [version 2.9.0].
In the response for following end-points
https://{{url}}/cb/api/v2/connectors/vmtypes & https://{{url}}/cb/api/v3/1/connectors/vmtypes none of r5d.* instances are present.
I have not specified any configs for vms i.e.,
cb.aws.vm.parameter.definition.path
so it is taking default definitions/aws-vm.json and definitions/aws-zone-vm.json in the resources of cloud-aws.jar. Those files have "r5d.4xlarge" instances details specified
But in the response for following end-points
https://{{url}}/cb/api/v2/connectors/vmtypes & https://{{url}}/cb/api/v3/1/connectors/vmtypes none of r5d are present
I have tried specifying the same files via /etc/cloudbreak/aws-vm.json and aws-zone-vm.json still not working. I was able to create a test case for the same in my local and it works fine
Please help me out here