AWSApplicationMigrationAgentPolicy_v2
Description: This policy allows using the AWS Replication Agent, which is used with AWS Application Migration Service (MGN) to migrate external servers to AWS. We do not recommend that you attach this policy to your IAM users or roles.
AWSApplicationMigrationAgentPolicy_v2
is an AWS managed policy.
Using this policy
You can attach AWSApplicationMigrationAgentPolicy_v2
to your users, groups, and roles.
Policy
details
-
Type: Service role policy
-
Creation time: June 06, 2022, 14:14 UTC
-
Edited time: June 06, 2022, 14:14 UTC
-
ARN:
arn:aws:iam::aws:policy/service-role/AWSApplicationMigrationAgentPolicy_v2
Policy version
Policy version: v1 (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:SendAgentMetricsForMgn",
"mgn:SendAgentLogsForMgn",
"mgn:UpdateAgentSourcePropertiesForMgn",
"mgn:UpdateAgentReplicationInfoForMgn",
"mgn:UpdateAgentConversionInfoForMgn",
"mgn:GetAgentCommandForMgn",
"mgn:GetAgentConfirmedResumeInfoForMgn",
"mgn:GetAgentRuntimeConfigurationForMgn",
"mgn:UpdateAgentBacklogForMgn",
"mgn:GetAgentReplicationInfoForMgn",
"mgn:IssueClientCertificateForMgn"
],
"Resource" : "arn:aws:mgn:*:*:source-server/${aws:SourceIdentity}"
}
]
}