Skip to main content

detect_aws

Function detect_aws 

Source
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.