The default logic on the drop-downs is to select an item if there is only one in the list. The :auto_select_single: false setting should be applied to all the provision dialogs yaml files that include the guest_access_key_pair field. The only dialog with guest_access_key_pair and no preexisting auto_select_single is EC2, which this fixes.
https://github.com/ManageIQ/manageiq/pull/10598
Verified in 5.7.0.10. I can provision instance in AWS without guest access key.