AWSApplicationMigrationAgentInstallationPolicy - AWS Managed Policy

AWSApplicationMigrationAgentInstallationPolicy

Description: This policy allows installing the AWS Replication Agent, which is used with AWS Application Migration Service (MGN) to migrate external servers to AWS. Attach this policy to your IAM users or roles whose credentials you provide when installing the AWS Replication Agent.

AWSApplicationMigrationAgentInstallationPolicy is an AWS managed policy.

Using this policy

You can attach AWSApplicationMigrationAgentInstallationPolicy to your users, groups, and roles.

Policy details

  • Type: AWS managed policy

  • Creation time: June 19, 2022, 07:51 UTC

  • Edited time: September 20, 2022, 11:21 UTC

  • ARN: arn:aws:iam::aws:policy/AWSApplicationMigrationAgentInstallationPolicy

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" : [ { "Effect" : "Allow", "Action" : [ "mgn:GetAgentInstallationAssetsForMgn", "mgn:SendClientMetricsForMgn", "mgn:SendClientLogsForMgn", "mgn:RegisterAgentForMgn", "mgn:VerifyClientRoleForMgn" ], "Resource" : "*" }, { "Effect" : "Allow", "Action" : [ "mgn:IssueClientCertificateForMgn" ], "Resource" : "arn:aws:mgn:*:*:source-server/*" }, { "Effect" : "Allow", "Action" : "mgn:TagResource", "Resource" : "arn:aws:mgn:*:*:source-server/*", "Condition" : { "StringEquals" : { "mgn:CreateAction" : "RegisterAgentForMgn" } } } ] }

Learn more