pub async fn ec2_login( client: &impl Client, mount: &str, pkcs7: &str, nonce: Option<&str>, role: Option<&str>, ) -> Result<AuthInfo, ClientError>