Amazon managed policies for Amazon DataSync
To add permissions to users, groups, and roles, it's easier to use Amazon managed policies than to write policies yourself. It takes time and expertise to create IAM customer managed policies that provide your team with only the permissions they need. To get started quickly, you can use our Amazon managed policies. These policies cover common use cases and are available in your Amazon Web Services account. For more information about Amazon managed policies, see Amazon managed policies in the IAM User Guide.
Amazon Web Services maintain and update Amazon managed policies. You can't change the permissions in Amazon managed policies. Services occasionally add additional permissions to an Amazon managed policy to support new features. This type of update affects all identities (users, groups, and roles) where the policy is attached. Services are most likely to update an Amazon managed policy when a new feature is launched or when new operations become available. Services do not remove permissions from an Amazon managed policy, so policy updates won't break your existing permissions.
Additionally, Amazon supports managed policies for job functions that span multiple
services. For example, the ReadOnlyAccess
Amazon managed policy provides read-only
access to all Amazon Web Services and resources. When a service launches a new feature, Amazon adds
read-only permissions for new operations and resources. For a list and descriptions of job
function policies, see Amazon managed policies for
job functions in the IAM User Guide.
Amazon managed policy: AWSDataSyncReadOnlyAccess
You can attach the AWSDataSyncReadOnlyAccess
policy to your IAM identities.
This policy grants read-only permissions for DataSync.
{ "Version": "2012-10-17", "Statement": [{ "Effect": "Allow", "Action": [ "datasync:Describe*", "datasync:List*", "ec2:DescribeSecurityGroups", "ec2:DescribeSubnets", "elasticfilesystem:DescribeFileSystems", "elasticfilesystem:DescribeMountTargets", "fsx:DescribeFileSystems", "iam:GetRole", "iam:ListRoles", "logs:DescribeLogGroups", "logs:DescribeResourcePolicies", "s3:ListAllMyBuckets", "s3:ListBucket" ], "Resource": "*" }] }
Amazon managed policy: AWSDataSyncFullAccess
You can attach the AWSDataSyncFullAccess
policy to your IAM identities.
This policy grants administrative permissions for DataSync and is required for
Amazon Web Services Management Console access to the service. AWSDataSyncFullAccess
provides full
access to DataSync API operations and the operations that describe related resources (such as
Amazon S3 buckets and Amazon EFS file systems). The policy also grants permissions for Amazon CloudWatch,
including creating log groups and creating or updating a resource policy.
{ "Version": "2012-10-17", "Statement": [{ "Effect": "Allow", "Action": [ "datasync:*", "ec2:CreateNetworkInterface", "ec2:CreateNetworkInterfacePermission", "ec2:DeleteNetworkInterface", "ec2:DescribeNetworkInterfaces", "ec2:DescribeSecurityGroups", "ec2:DescribeSubnets", "ec2:DescribeVpcEndpoints", "ec2:ModifyNetworkInterfaceAttribute", "fsx:DescribeFileSystems", "fsx:DescribeStorageVirtualMachines", "elasticfilesystem:DescribeAccessPoints", "elasticfilesystem:DescribeFileSystems", "elasticfilesystem:DescribeMountTargets", "iam:GetRole", "iam:ListRoles", "logs:CreateLogGroup", "logs:DescribeLogGroups", "logs:DescribeResourcePolicies", "outposts:ListOutposts", "s3:GetBucketLocation", "s3:ListAllMyBuckets", "s3:ListBucket", "s3-outposts:ListAccessPoints", "s3-outposts:ListRegionalBuckets" ], "Resource": "*" }, { "Effect": "Allow", "Action": [ "iam:PassRole" ], "Resource": "*", "Condition": { "StringEquals": { "iam:PassedToService": [ "datasync.amazonaws.com" ] } } }] }
Change | Description | Date |
---|---|---|
AWSDataSyncFullAccess – Update to an existing policy |
DataSync added new permissions to
|
May 2, 2023 |
DataSync started tracking changes |
DataSync started tracking changes for its Amazon managed policies. |
March 1, 2021 |