ServerMigrationServiceConsoleFullAccess
Description: Required permissions to use all features of the Server Migration Service Console
ServerMigrationServiceConsoleFullAccess
is an AWS managed policy.
Using this policy
You can attach ServerMigrationServiceConsoleFullAccess
to your users, groups, and roles.
Policy
details
-
Type: AWS managed policy
-
Creation time: May 09, 2020, 17:18 UTC
-
Edited time: July 20, 2020, 22:00 UTC
-
ARN:
arn:aws:iam::aws:policy/ServerMigrationServiceConsoleFullAccess
Policy version
Policy version: v2 (default)
The policy's default version is the version that defines the permissions for the policy. When a user or role with the policy makes a request to access an AWS resource, AWS checks the default version of the policy to determine whether to allow the request.
JSON policy document
{
"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" : "*"
}
]
}