pub fn detect_aws(executor: &impl CommandExecutor) -> Option<AwsAccount>Expand description
Detect a usable AWS CLI identity on this host.
Returns None whenever the CLI is missing or its credentials do not work,
so setup can skip the AWS step instead of prompting for a target that could
never launch.