crc-org / crc-cloud

Disposable OpenShift instances on cloud in minutes
31 stars 19 forks source link

aws provider allows to set the instance-type and disk-size when create a crc-cloud instance #115

Closed adrianriobo closed 1 year ago

adrianriobo commented 1 year ago

previously crc-cloud instance was created on a fixed type of machine and with a fixed size of disk, now those values can be set when create the machine, allowing to create cluster with more resources or even with different archs.

Fixes #40