Untitled
{ "Version": "2012-10-17", "Statement": [ { "Action": [ "ecr:GetAuthorizationToken", "ecr:BatchCheckLayerAvailability", "ecr:GetDownloadUrlForLayer", "ecr:BatchGetImage" ], "Resource": "*", "Effect": "Allow" }, { "Action": [ "logs:*" ], "Resource": "*", "Effect": "Allow" }, { "Action": [ "s3:*" ], "Resource": "*", "Effect": "Allow" }, { "Action": [ "dynamodb:GetItem", "dynamodb:Scan", "dynamodb:Query" ], "Resource": "arn:aws:dynamodb:us-east-1:719227682233:table/dev-dbos-dynamodb-data-origins", "Effect": "Allow" }, { "Action": [ "lambda:CreateFunction", "lambda:AddPermission", "lambda:UpdateFunctionConfiguration", "lambda:TagResource" ], "Resource": "*", "Effect": "Allow" }, { "Action": [ "events:DescribeRule", "events:PutRule", "events:PutTargets" ], "Resource": "*", "Effect": "Allow" }, { "Action": [ "sts:GetCallerIdentity" ], "Resource": "*", "Effect": "Allow" }, { "Action": [ "sts:AssumeRole" ], "Resource": [ "arn:aws:iam::719227682233:role/dbos_S3_EC2", "arn:aws:iam::719227682233:role/service-role/dbos-test-library-role-flyofnjf", "arn:aws:iam::719227682233:role/dev-dbos-ec2-ecr-access-role" ], "Effect": "Allow" } ] }
Leave a Comment