AWS Storage Gateway – Hybrid Storage

How to resolve chown:operation not permitted error when trying to change UID/GID on AWS File Gateway NFS file share?

When you first create the file share, the default UID/GID for the pre-existing objects in S3 bucket would be 65534:65534 which is nfsnobody:nfsnobody. You may want to change the ownership and assign specific UID/GID for these existing files through file gateway NFS file share. When doing chown to change default UID/GID, you can get operation …

How to resolve chown:operation not permitted error when trying to change UID/GID on AWS File Gateway NFS file share? Read More »

How to mount a S3 File Gateway NFS share on Windows client?

Before mapping the NFS share, you would need to add NFS client for Windows feature. You can install Client for NFS on Windows either through Server Manager or PowerShell command. Using Server Manager:1) Go to Server Manager and select Add roles and features 2)  Select Next in below Before You Begin: 3 . Select Next …

How to mount a S3 File Gateway NFS share on Windows client? Read More »

How to activate AWS Storage Gateway without local port 80 access?

After you deploy the VM or the EC2 instance for the storage gateway, you would need to complete the Storage Gateway activation. During the activation process, gateway fetches an activation key and associates that with your AWS account. Previously you would provide the IP address, connect to the gateway and activate the gateway through the …

How to activate AWS Storage Gateway without local port 80 access? Read More »

How to setup CHAP authentication on AWS Volume Gateway volume?

While creating a storage gateway cached iSCSI volume, you would want setup CHAP authentication on the volumes. To configure CHAP authentication, you would need to provide Initiator Name, Initiator Secret and Target Secret. You can get the Initiator name from the client Windows ISCSI initiator configuration as shown below. Next, provide any Initiator secret and …

How to setup CHAP authentication on AWS Volume Gateway volume? Read More »

I have uploaded files to S3 bucket, but they are not visible on my file gateway file share, why?

In my previous post, we went through the process of creating and activating a file gateway. Then, created a SMB share enabling guest authentication. Mapped that SMB share and uploaded files to mapped drive which are transferred to S3 bucket. But, what if I upload files directly to S3 bucket, will they be available on …

I have uploaded files to S3 bucket, but they are not visible on my file gateway file share, why? Read More »