aws-lib
aws-lib copied to clipboard
IAM Secret Key
Hi,
Using this code:
iam.call("ListUsers", {}, function(err, result) {
if (result["Error"]) {
console.log(JSON.stringify(result.ListUsersResult));
I can get a list of IAM users, however I need to also retrieve the secret key!
Is this possible using your library?
Best Regards.
AWS does not allow retrieving the secret key for an existing user - I doubt they even have it.
If you remember when you created the secret key in the first place, the AWS console wrote "this is the last time that the secret key will be available".