SkyPilot: Run AI and batch jobs on any infra (Kubernetes or 12+ clouds). Get unified execution, cost savings, and high GPU availability via a simple interface.
I create a ~/.aws/credentials with a wrong key file, and I log in with aws sso with AWS_PROFILE env var set. The AWS CLIs picks up the SSO credentials correctly with aws configure list and aws sts get-caller-identity, but sky check aws shows
Details: `aws sts get-caller-identity` failed with error: [botocore.exceptions.ClientError] An error occurred (SignatureDoesNotMatch) when calling the GetCallerIdentity operation: The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details..
I create a
~/.aws/credentials
with a wrong key file, and I log in withaws sso
withAWS_PROFILE
env var set. The AWS CLIs picks up the SSO credentials correctly withaws configure list
andaws sts get-caller-identity
, butsky check aws
shows