You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(client-datasync): Documentation updates for AWS DataSync regarding configuring Amazon FSx for ONTAP location security groups and SMB user permissions.
* <p>Specifies a user who has permission to access your SVM.</p>
528
+
* <p>Specifies a user name that can mount the location and access the files, folders, and metadata that you need in the SVM.</p>
529
+
* <p>If you provide a user in your Active Directory, note the following:</p>
530
+
* <ul>
531
+
* <li>
532
+
* <p>If you're using Directory Service for Microsoft Active Directory, the user
533
+
* must be a member of the Amazon Web Services Delegated
534
+
* FSx Administrators group.</p>
535
+
* </li>
536
+
* <li>
537
+
* <p>If you're using a self-managed Active Directory, the user must be a member of either
538
+
* the Domain Admins group or a custom group that you specified for file system
539
+
* administration when you created your file system.</p>
540
+
* </li>
541
+
* </ul>
542
+
* <p>Make sure that the user has the permissions it needs
543
+
* to copy the data you want:</p>
544
+
* <ul>
545
+
* <li>
546
+
* <p>
547
+
* <code>SE_TCB_NAME</code>: Required to
548
+
* set object ownership and file metadata. With this
549
+
* privilege, you also can copy NTFS discretionary
550
+
* access lists (DACLs).</p>
551
+
* </li>
552
+
* <li>
553
+
* <p>
554
+
* <code>SE_SECURITY_NAME</code>: May be
555
+
* needed to copy NTFS system access control lists
556
+
* (SACLs). This operation specifically requires the
557
+
* Windows privilege, which is granted to members of
558
+
* the Domain Admins group. If
559
+
* you configure your task to copy SACLs, make sure
560
+
* that the user has the required privileges. For
561
+
* information about copying SACLs, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-task.html#configure-ownership-and-permissions">Ownership and permissions-related options</a>.</p>
* <p>Specifies the security groups that DataSync can use to access your FSx for ONTAP file system. You must configure the security groups to allow outbound
576
-
* traffic on the following ports (depending on the protocol that you're using):</p>
610
+
* <p>Specifies the Amazon EC2 security groups that provide access to your file system's preferred subnet.</p>
611
+
* <p>The security groups must allow outbound traffic on the following ports (depending on the
612
+
* protocol you use):</p>
577
613
* <ul>
578
614
* <li>
579
615
* <p>
580
-
* <b>Network File System (NFS)</b>: TCP port 2049</p>
616
+
* <b>Network File System (NFS)</b>: TCP ports 111, 635, and
617
+
* 2049</p>
581
618
* </li>
582
619
* <li>
583
620
* <p>
584
621
* <b>Server Message Block (SMB)</b>: TCP port 445</p>
585
622
* </li>
586
623
* </ul>
587
-
* <p>Your file system's security groups must also allow inbound traffic on the same port.</p>
624
+
* <p>Your file system's security groups must also allow inbound traffic on the same
* For example, to retrieve all tasks on a source location, you can use <code>ListTasks</code>
3460
3513
* with filter name <code>LocationId</code> and <code>Operator Equals</code> with the ARN for the
3461
3514
* location.</p>
3515
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/query-resources.html">filtering DataSync resources</a>.</p>
0 commit comments