View a markdown version of this page

AWSApplicationMigrationFSxProxyPolicy - AWS Managed Policy

AWSApplicationMigrationFSxProxyPolicy

Description: Provides permissions to manage ONTAP file system

AWSApplicationMigrationFSxProxyPolicy is an AWS managed policy.

Using this policy

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

Policy details

  • Type: Service role policy

  • Creation time: May 31, 2026, 13:12 UTC

  • Edited time: May 31, 2026, 13:12 UTC

  • ARN: arn:aws:iam::aws:policy/service-role/AWSApplicationMigrationFSxProxyPolicy

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" : [ { "Sid" : "FSxSecret", "Effect" : "Allow", "Action" : "secretsmanager:GetSecretValue", "Resource" : "arn:aws:secretsmanager:*:*:secret:*", "Condition" : { "Null" : { "aws:ResourceTag/AWSApplicationMigrationServiceManaged" : "false" } } }, { "Sid" : "FSxDescribe", "Effect" : "Allow", "Action" : [ "fsx:DescribeVolumes", "fsx:DescribeStorageVirtualMachines" ], "Resource" : "*" }, { "Sid" : "FSxCreateVolume", "Effect" : "Allow", "Action" : "fsx:CreateVolume", "Resource" : "arn:aws:fsx:*:*:volume/*/*", "Condition" : { "Null" : { "aws:RequestTag/AWSApplicationMigrationServiceManaged" : "false" } } }, { "Sid" : "FSxCreateVolumeSVM", "Effect" : "Allow", "Action" : "fsx:CreateVolume", "Resource" : "arn:aws:fsx:*:*:storage-virtual-machine/*/*" }, { "Sid" : "FSxTagging", "Effect" : "Allow", "Action" : [ "fsx:TagResource", "fsx:UntagResource" ], "Resource" : "arn:aws:fsx:*:*:volume/*/*", "Condition" : { "Null" : { "aws:ResourceTag/AWSApplicationMigrationServiceManaged" : "false" } } }, { "Sid" : "FSxUpdateAndDeleteVolume", "Effect" : "Allow", "Action" : [ "fsx:UpdateVolume", "fsx:DeleteVolume" ], "Resource" : "arn:aws:fsx:*:*:volume/*/*", "Condition" : { "Null" : { "aws:ResourceTag/AWSApplicationMigrationServiceManaged" : "false" } } } ] }

Learn more