本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
AWSTransformInfrastructureExecutorAccessBatch
描述:授予開發人員執行角色使用 AWS Batch 執行 AWS Transform Continuous Modernization CLI/agent 執行評估/轉換所需的許可,包括上傳原始程式碼、擷取結果、監控 Batch 任務狀態、讀取日誌和管理轉換排程。
AWSTransformInfrastructureExecutorAccessBatch 是 AWS 受管政策。
使用此政策
您可以將 AWSTransformInfrastructureExecutorAccessBatch 連接至使用者、群組與角色。
政策詳細資訊
-
類型: AWS 受管政策
-
建立時間:2026 年 7 月 20 日 20:12 UTC
-
編輯時間:2026 年 7 月 28 日 15:42 UTC
-
ARN:
arn:aws:iam::aws:policy/AWSTransformInfrastructureExecutorAccessBatch
政策版本
政策版本: v2 (預設)
政策的預設版本是定義政策許可的版本。當具有 政策的使用者或角色提出存取 AWS 資源的請求時, 會 AWS 檢查政策的預設版本,以決定是否允許請求。
JSON 政策文件
{ "Version" : "2012-10-17", "Statement" : [ { "Sid" : "LambdaInvokeATXFunctions", "Effect" : "Allow", "Action" : [ "lambda:InvokeFunction", "lambda:GetFunctionConfiguration" ], "Resource" : [ "arn:aws:lambda:*:*:function:atx-trigger-job-*", "arn:aws:lambda:*:*:function:atx-trigger-batch-jobs-*", "arn:aws:lambda:*:*:function:atx-get-job-status-*", "arn:aws:lambda:*:*:function:atx-get-batch-status-*", "arn:aws:lambda:*:*:function:atx-list-jobs-*", "arn:aws:lambda:*:*:function:atx-list-batches-*" ], "Condition" : { "StringEquals" : { "aws:ResourceAccount" : "${aws:PrincipalAccount}" } } }, { "Sid" : "S3UploadSourceCode", "Effect" : "Allow", "Action" : [ "s3:PutObject", "s3:GetObject", "s3:ListBucket", "s3:AbortMultipartUpload" ], "Resource" : [ "arn:aws:s3:::atx-source-code-*", "arn:aws:s3:::atx-source-code-*/*" ], "Condition" : { "StringEquals" : { "aws:ResourceAccount" : "${aws:PrincipalAccount}" } } }, { "Sid" : "S3DownloadResults", "Effect" : "Allow", "Action" : [ "s3:GetObject", "s3:ListBucket" ], "Resource" : [ "arn:aws:s3:::atx-custom-output-*", "arn:aws:s3:::atx-custom-output-*/*", "arn:aws:s3:::atx-ct-output-*", "arn:aws:s3:::atx-ct-output-*/*" ], "Condition" : { "StringEquals" : { "aws:ResourceAccount" : "${aws:PrincipalAccount}" } } }, { "Sid" : "S3WriteBatchSidecar", "Effect" : "Allow", "Action" : [ "s3:PutObject", "s3:AbortMultipartUpload" ], "Resource" : [ "arn:aws:s3:::atx-custom-output-*/*" ], "Condition" : { "StringEquals" : { "aws:ResourceAccount" : "${aws:PrincipalAccount}" } } }, { "Sid" : "KMSEncryptDecrypt", "Effect" : "Allow", "Action" : [ "kms:Encrypt", "kms:Decrypt", "kms:GenerateDataKey" ], "Resource" : "arn:aws:kms:*:*:key/*", "Condition" : { "StringEquals" : { "aws:ResourceAccount" : "${aws:PrincipalAccount}" }, "ForAnyValue:StringLike" : { "kms:ResourceAliases" : [ "alias/atx-encryption-key", "alias/atx-encryption-key-*" ] } } }, { "Sid" : "CloudWatchReadLogs", "Effect" : "Allow", "Action" : [ "logs:GetLogEvents", "logs:FilterLogEvents", "logs:DescribeLogStreams" ], "Resource" : [ "arn:aws:logs:*:*:log-group:/aws/batch/atx-transform*", "arn:aws:logs:*:*:log-group:/aws/batch/job*", "arn:aws:logs:*:*:log-group:AtxVpc*", "arn:aws:logs:*:*:log-group:/aws/lambda/atx-*" ], "Condition" : { "StringEquals" : { "aws:ResourceAccount" : "${aws:PrincipalAccount}" } } }, { "Sid" : "CloudWatchDashboard", "Effect" : "Allow", "Action" : [ "cloudwatch:GetDashboard", "cloudwatch:ListDashboards" ], "Resource" : [ "arn:aws:cloudwatch::*:dashboard/ATX-Transform-CLI-Dashboard", "arn:aws:cloudwatch::*:dashboard/ATX-Transform-CLI-Dashboard-*" ], "Condition" : { "StringEquals" : { "aws:ResourceAccount" : "${aws:PrincipalAccount}" } } }, { "Sid" : "BatchDescribe", "Effect" : "Allow", "Action" : [ "batch:DescribeComputeEnvironments", "batch:DescribeJobQueues", "batch:DescribeJobDefinitions", "batch:DescribeJobs", "batch:ListJobs" ], "Resource" : "*", "Condition" : { "StringEquals" : { "aws:ResourceAccount" : "${aws:PrincipalAccount}" } } }, { "Sid" : "CheckInfrastructureStatus", "Effect" : "Allow", "Action" : "cloudformation:DescribeStacks", "Resource" : [ "arn:aws:cloudformation:*:*:stack/AtxInfrastructureStack/*", "arn:aws:cloudformation:*:*:stack/AtxInfrastructureStack-*/*", "arn:aws:cloudformation:*:*:stack/atx-*", "arn:aws:cloudformation:*:*:stack/atx-*/*", "arn:aws:cloudformation:*:*:stack/AtxSecurityAgentStack-*/*" ], "Condition" : { "StringEquals" : { "aws:ResourceAccount" : "${aws:PrincipalAccount}" } } }, { "Sid" : "SecretsManagerATXSecrets", "Effect" : "Allow", "Action" : [ "secretsmanager:GetSecretValue", "secretsmanager:DescribeSecret" ], "Resource" : "arn:aws:secretsmanager:*:*:secret:atx/*", "Condition" : { "StringEquals" : { "aws:ResourceAccount" : "${aws:PrincipalAccount}" } } }, { "Sid" : "SchedulerManage", "Effect" : "Allow", "Action" : [ "scheduler:CreateSchedule", "scheduler:DeleteSchedule", "scheduler:GetSchedule", "scheduler:UpdateSchedule", "scheduler:GetScheduleGroup", "scheduler:ListSchedules" ], "Resource" : [ "arn:aws:scheduler:*:*:schedule-group/atx-ct", "arn:aws:scheduler:*:*:schedule-group/atx-ct-*", "arn:aws:scheduler:*:*:schedule/atx-ct/*", "arn:aws:scheduler:*:*:schedule/atx-ct-*/*" ], "Condition" : { "StringEquals" : { "aws:ResourceAccount" : "${aws:PrincipalAccount}" } } }, { "Sid" : "PassSchedulerRole", "Effect" : "Allow", "Action" : "iam:PassRole", "Resource" : [ "arn:aws:iam::*:role/AtxSchedulerInvocationRole", "arn:aws:iam::*:role/AtxSchedulerInvocationRole-*" ], "Condition" : { "StringEquals" : { "iam:PassedToService" : "scheduler.amazonaws.com", "aws:ResourceAccount" : "${aws:PrincipalAccount}" } } }, { "Sid" : "EC2NetworkDiscovery", "Effect" : "Allow", "Action" : [ "ec2:DescribeVpcs", "ec2:DescribeSubnets", "ec2:DescribeSecurityGroups", "ec2:DescribeRouteTables", "ec2:DescribeNatGateways" ], "Resource" : "*", "Condition" : { "StringEquals" : { "aws:ResourceAccount" : "${aws:PrincipalAccount}" } } }, { "Sid" : "IAMReadRoles", "Effect" : "Allow", "Action" : [ "iam:GetRole", "iam:ListAttachedRolePolicies", "iam:GetRolePolicy" ], "Resource" : [ "arn:aws:iam::*:role/ATX*", "arn:aws:iam::*:role/Atx*" ], "Condition" : { "StringEquals" : { "aws:ResourceAccount" : "${aws:PrincipalAccount}" } } }, { "Sid" : "TagGetATXStacks", "Effect" : "Allow", "Action" : "tag:GetResources", "Resource" : "*", "Condition" : { "StringEquals" : { "aws:ResourceAccount" : "${aws:PrincipalAccount}" } } }, { "Sid" : "CFNListStacksForDetect", "Effect" : "Allow", "Action" : "cloudformation:ListStacks", "Resource" : "*", "Condition" : { "StringEquals" : { "aws:ResourceAccount" : "${aws:PrincipalAccount}" } } } ] }