Difference between revisions of "Aws iam change-password"

From wikieduonline
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
  [[aws iam]] change-password
 
  [[aws iam]] change-password
 
  aws iam change-password --cli-input-json file://change-password.json
 
  aws iam change-password --cli-input-json file://change-password.json
 +
 +
 +
Errors:
 +
  An error occurred ([[AccessDenied]]) when calling the [[ChangePassword]] operation: User: arn:aws:iam::146910341356:user/MY_USERNAME [[is not authorized to perform]]: [[iam:ChangePassword]] on resource: user MY_USERNAME [[with an explicit deny]]
 +
 +
  
 
== Related ==
 
== Related ==
Line 12: Line 18:
 
* [[2FA]]
 
* [[2FA]]
 
* <code>[[iam:ChangePassword]]</code>
 
* <code>[[iam:ChangePassword]]</code>
 +
* <code>[[IAMUserChangePassword]]</code>
 +
* <code>[[passwd]]</code> linux command
  
 
== See also ==
 
== See also ==

Latest revision as of 18:34, 11 September 2023

https://docs.aws.amazon.com/cli/latest/reference/iam/change-password.html

aws iam change-password
aws iam change-password --cli-input-json file://change-password.json


Errors:

 An error occurred (AccessDenied) when calling the ChangePassword operation: User: arn:aws:iam::146910341356:user/MY_USERNAME is not authorized to perform: iam:ChangePassword on resource: user MY_USERNAME with an explicit deny


Related[edit]

See also[edit]

Advertising: