What is Rotate credentials policy in AWS

0 votes
What is a rotate credential policy in AWS?
Apr 10, 2019 in AWS by Hemant
980 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,648 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
1,321 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
3,032 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
1,064 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,020 points
2,277 views
–1 vote
1 answer

What is IAM in AWS?

AWS Identity and Access Management (IAM) provides ...READ MORE

answered Dec 24, 2021 in AWS by Rahul
• 2,120 points

edited Mar 5 1,136 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