本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
ServerMigrationServiceConsoleFullAccess
說明:使用伺服器移轉服務主控台所有功能的必要權限
ServerMigrationServiceConsoleFullAccess
是AWS 受管理的策略。
使用此政策
您可以附加ServerMigrationServiceConsoleFullAccess
至您的使用者、群組和角色。
政策詳情
-
類型: AWS 受管理的策略
-
創建時間:2020 年 5 月 9 日, 世界標準時間 17:18
-
編輯時間:世界標準時間 7 月 20 日晚上 10 點
-
ARN:
arn:aws:iam::aws:policy/ServerMigrationServiceConsoleFullAccess
政策版本
策略版本:v2(預設值)
原則的預設版本是定義原則權限的版本。當具有策略的使用者或角色發出要求以存取 AWS 資源時,請 AWS 檢查原則的預設版本,以決定是否允許該要求。
政策文件
{
"Version" : "2012-10-17",
"Statement" : [
{
"Action" : [
"sms:*"
],
"Effect" : "Allow",
"Resource" : "*"
},
{
"Action" : [
"cloudformation:ListStacks",
"cloudformation:DescribeStacks",
"cloudformation:DescribeStackResources"
],
"Effect" : "Allow",
"Resource" : "*"
},
{
"Action" : "s3:ListAllMyBuckets",
"Effect" : "Allow",
"Resource" : "*"
},
{
"Effect" : "Allow",
"Action" : "s3:GetObject",
"Resource" : "arn:aws:s3:::sms-app-*/*"
},
{
"Action" : [
"ec2:DescribeKeyPairs",
"ec2:DescribeVpcs",
"ec2:DescribeSubnets",
"ec2:DescribeSecurityGroups"
],
"Effect" : "Allow",
"Resource" : "*"
},
{
"Action" : [
"iam:ListRoles"
],
"Effect" : "Allow",
"Resource" : "*"
},
{
"Action" : [
"iam:CreateServiceLinkedRole"
],
"Condition" : {
"StringEquals" : {
"iam:AWSServiceName" : "sms.amazonaws.com"
}
},
"Effect" : "Allow",
"Resource" : "*"
},
{
"Effect" : "Allow",
"Action" : "iam:GetInstanceProfile",
"Resource" : "*"
}
]
}