AWS managed policy: AWSApplicationMigrationVCenterClientPolicy - Application Migration Service

AWS managed policy: AWSApplicationMigrationVCenterClientPolicy

You can attach the AWSApplicationMigrationVCenterClientPolicy policy to your IAM identities.

This policy allows installing and using the AWS VCenter Client, which is used with AWS Application Migration Service (AWS MGN) to migrate external servers to AWS. Attach this policy to your users or roles whose credentials you provide when installing the AWS VCenter Client.

Permissions details

This policy includes the following permissions.

{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "mgn:CreateVcenterClientForMgn", "mgn:DescribeVcenterClients" ], "Resource": "*" }, { "Effect": "Allow", "Action": [ "mgn:GetVcenterClientCommandsForMgn", "mgn:SendVcenterClientCommandResultForMgn", "mgn:SendVcenterClientLogsForMgn", "mgn:SendVcenterClientMetricsForMgn", "mgn:DeleteVcenterClient", "mgn:TagResource", "mgn:NotifyVcenterClientStartedForMgn" ], "Resource": "arn:aws:mgn:*:*:vcenter-client/*" } ] }