Assumable Roles
Learn how to configure AWS Assumable roles in CodeOcean
Overview
Configuration
Part 1 - AWS
IAM
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::<aws_account_id>:root",
"Service": "ecs-tasks.amazonaws.com"
},
"Action": "sts:AssumeRole",
"Condition": {}
}
]
}CloudFormation
Part 2 - Identity Provider
Example - Google Workspace:
Conclusion
Last updated
Was this helpful?



