Configure IAM Role
Overview
Requirements
Create IAM role with AWS CLI
Prepare for the Configurations
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "sts:AssumeRole",
"Principal": {
"AWS": "647662420899"
},
"Condition": {
"StringEquals": {
"sts:ExternalId": "TODO"
}
}
}
]
}{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "sts:AssumeRole",
"Principal": {
"AWS": "647662420899"
}
}
]
}Create a role with the configurations
Create IAM role with AWS Console




Last updated
