AWSApplicationMigrationReadOnlyAccess
Description: This policy provides permissions to all read-only public APIs of Application Migration Service (MGN), as well as some read-only APIs of other AWS services that are required in order to make full read-only use of the MGN console. Attach this policy to your IAM users or roles.
AWSApplicationMigrationReadOnlyAccess
is an AWS managed policy.
Using this policy
You can attach AWSApplicationMigrationReadOnlyAccess
to your users, groups, and roles.
Policy
details
-
Type: AWS managed policy
-
Creation time: April 07, 2021, 07:15 UTC
-
Edited time: March 20, 2023, 08:58 UTC
-
ARN:
arn:aws:iam::aws:policy/AWSApplicationMigrationReadOnlyAccess
Policy version
Policy version: v5 (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" : [
{
"Effect" : "Allow",
"Action" : [
"mgn:DescribeJobLogItems",
"mgn:DescribeJobs",
"mgn:DescribeSourceServers",
"mgn:DescribeReplicationConfigurationTemplates",
"mgn:GetLaunchConfiguration",
"mgn:DescribeVcenterClients",
"mgn:GetReplicationConfiguration",
"mgn:DescribeLaunchConfigurationTemplates",
"mgn:ListSourceServerActions",
"mgn:ListTemplateActions",
"mgn:ListApplications",
"mgn:ListWaves",
"mgn:ListExports",
"mgn:ListImports",
"mgn:ListImportErrors",
"mgn:ListExportErrors"
],
"Resource" : "*"
},
{
"Effect" : "Allow",
"Action" : [
"ec2:DescribeInstances",
"ec2:DescribeLaunchTemplateVersions",
"ec2:DescribeSecurityGroups",
"ec2:DescribeSubnets"
],
"Resource" : "*"
},
{
"Effect" : "Allow",
"Action" : [
"servicequotas:GetServiceQuota"
],
"Resource" : "*"
}
]
}