Ch10 建置 IRSA 環境本頁導覽Ch10 建置 IRSA 環境 步驟 於本地建立以下 IAM policy 並儲存為 s3-example-iam-policy.json 檔案。 { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "s3:ListBucket", "s3:GetObject", "s3:GetObjectVersion" ], "Resource": "arn:aws:s3:::*" } ]}