91934/how-to-activate-or-deactivate-an-access-key-for-an-iam-user
Hi Team,
I have created an access key in AWS. I want to deactivate an access key for an IAM user from the command line. How can I do that?
Hi@akhtar,
The following update-access-key command deactivates the specified access key (access key ID and secret access key) for the IAM user.
$ aws iam update-access-key --access-key-id AKIAIOSFODNN7EXAMPLE --status Inactive --user-name Bob
Hi@akhtar, You can create a password for the specified ...READ MORE
Something like this should work to allow ...READ MORE
Hi@akhtar, To create new user in AWS, you ...READ MORE
Hi@akhtar, To pass credentials for your IAM user ...READ MORE
Hi, Here for the above mentioned IAM user ...READ MORE
Check if the FTP ports are enabled ...READ MORE
To connect to EC2 instance using Filezilla, ...READ MORE
I had a similar problem with trying ...READ MORE
Hi@akhtar, You can create a new AWS secret ...READ MORE
Hi@akhtar, If you do not specify a user ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.