Setup
Infrastructure setup for AWS Batch
IAM Permission Requirements
{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": "ecr:*", "Resource": "*" }, { "Sid": "VisualEditor0", "Effect": "Allow", "Action": "iam:PassRole", "Resource": "*" } ] }
Cloudformation Stack
Last updated