I have setup EFS and S3 with AWS Data Sync. Once I pushed the code into S3, using AWS data-sync, those changes were synced to EFS. But when I log into the mounted server, I can see the synced file’s permissions [user and group] are nogroup:nogroup.
I need the permission as root.
How can I achieve this? or did I miss some configurations?