Hi Team,
Can we have programmatic access to AWS, because console access alone can’t help me in learning terraform, practice boto3 scripting etc…
So requesting you to address this issue at the earliest.
Hi Team,
Can we have programmatic access to AWS, because console access alone can’t help me in learning terraform, practice boto3 scripting etc…
So requesting you to address this issue at the earliest.
URL you have shared isn’t loading, does it provide CLI access ?
All you need to adjust the IAM policy like below.
{
“Version”: “2012-10-17”,
“Statement”: [{
“Sid”: “AllowManageOwnAccessKeys”,
“Effect”: “Allow”,
“Action”: [
“iam:CreateAccessKey”,
“iam:DeleteAccessKey”,
“iam:ListAccessKeys”,
“iam:UpdateAccessKey”
],
“Resource”: “arn:aws:iam::*:user/${aws:username}”
}]
}
Helooooo,
Any update on this please ???