I'm using the AWS CLI and have configured the access key, secret key and region.
Also configured the session key provided for the my account as an Env variable to access the AWS environments of my company.
But for some reason I always get the "Invalid access key error, access key does not exists in records".
I've verified that my ~/.aws/config file has valid key values for all the keys which matches with the aws configure list.
I'm using windows 10 and configured aws cli . I've admin access and valid IAM roles .
I always get "An error occurred (InvalidAccessKeyId) when calling the ListBuckets operation: The AWS Access Key Id you provided does not exist in our records"
what am I missing ?