What is Rotate credentials policy in AWS

0 votes
What is a rotate credential policy in AWS?
Apr 10, 2019 in AWS by Hemant
688 views

1 answer to this question.

0 votes

Rotate Credential Policy allows IAM users to rotate their own access keys, signing certificates, service-specific credentials, and passwords. This policy also grants the permissions necessary to complete this action on the console. Given below is an example for the same:

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Effect": "Allow",
            "Action": [
                "iam:ListUsers",
                "iam:GetAccountPasswordPolicy"
            ],
            "Resource": "*"
        },
        {
            "Effect": "Allow",
            "Action": [
                "iam:*AccessKey*",
                "iam:ChangePassword",
                "iam:GetUser",
                "iam:*ServiceSpecificCredential*",
                "iam:*SigningCertificate*"
            ],
            "Resource": ["arn:aws:iam::*:user/${aws:username}"]
        }
    ]
}​
answered Apr 10, 2019 by Abhi

Related Questions In AWS

0 votes
3 answers

What is CPU Credit Balance in EC2 for AWS?

When you use fewer CPU resources then ...READ MORE

answered Nov 30, 2018 in AWS by Aniket
2,112 views
0 votes
1 answer

What is cloudtrail in AWS?

Cloudtrail is a service provided by Amazon ...READ MORE

answered Dec 6, 2018 in AWS by Nitesh
852 views
+1 vote
2 answers

What is a dead letter queue in AWS?

SQS dead letter queue is provided by ...READ MORE

answered Jul 23, 2020 in AWS by Preeti
2,661 views
0 votes
1 answer

What is the use of EFA in AWS?

EFA that is  Elastic Fabric Adapter, brings ...READ MORE

answered Feb 1, 2019 in AWS by koushik
669 views
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
+6 votes
1 answer

What is Route 53 in AWS?

Hello @Kanishk, First of all Route 53 is ...READ MORE

answered Dec 5, 2018 in AWS by Priyaj
• 58,090 points
1,978 views
–1 vote
1 answer

What is IAM in AWS?

yes Manish, IAM is a service provided ...READ MORE

answered Apr 9, 2019 in AWS by Chandan
608 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP