For AWS cloud, while creating instances from Provisiong → Instacnes, is there any way we can make “gp3” is default,
Right now, we have select list that lists “gp2”, “gp3”, “io1” and “standard”. “gp2” display as a default, but some times users will not select gp3 even though it is available in the list, so we want “gp3” display as a default. I did checked in policies and we dont have any policy related to it right now, is there any way can make that list show “gp3” as a default?
is there any way we can do this through CSS whitelabeling? if we use the DB queries, each upgrade it is going back to gp2, and we may forget to run the query… can we do this through .css script?