Programmatic access to AWS Cloud

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.

Hello J-Kode,
Check this one https://kodekloud.com/topic/playground-terraform-aws/

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 ???