Action
^^^ e.g.: To allow a user to rotate their own access key, you have Effect is "Allow" (can either be "Allow" or "Deny"), the Action is anything related to Accesskey (e.g. Create, Delete, etc) and the Resource is just their own IAM user.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"iam:*AccessKey*"
],
"Resource": [
"arn:aws:iam::*:user/${aws:username}"
]
}
]
}
Action
^^^ e.g.: To allow a user to rotate their own access key, you have Effect is "Allow" (can either be "Allow" or "Deny"), the Action is anything related to Accesskey (e.g. Create, Delete, etc) and the Resource is just their own IAM user.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"iam:*AccessKey*"
],
"Resource": [
"arn:aws:iam::*:user/${aws:username}"
]
}
]
}
status | not learned | measured difficulty | 37% [default] | last interval [days] | |||
---|---|---|---|---|---|---|---|
repetition number in this series | 0 | memorised on | scheduled repetition | ||||
scheduled repetition interval | last repetition or drill |