Decrease FSx Size

0

Good afternoon, Is there a way I can decrease the size of a FSx for Windows file system from 8TB to 3TB? in our organization we need to reduce the size of a FSx but it shows us an error

已提问 9 个月前858 查看次数
2 回答
0
已接受的回答

You can only increase fsx capacity. To decrease, you'll need to make a new fsx and reload from backup. Throughput capacity can be decreased but that is not the same as size. More details at this link:

https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-storage-capacity.html

Hope this helps, if so please accept this answer

profile picture
已回答 9 个月前
profile picture
专家
已审核 9 个月前
0

To clarify the accepted answer, specifically this sentence " To decrease, you'll need to make a new fsx and reload from backup." The words reload from backup can cause a bit of confusion because the FSx for windows console does not allow one to change storage capacity when doing a restore from backup.

Enter image description here

We are not actually restoring from an FSx backup at all. Simply copy the data from 8TB to the newly created 3TB filesystem.

In summary:

  1. Take a backup of 8TB for safety
  2. Create a new Amazon FSx for Windows File System, 3TB
  3. Use AWS DataSync Service or Robocopy to move the data from the 8TB to the 3TB
  4. Recreate the SMB shares and permissions
  5. Create any alias or SPNs
  6. Terminate the 8TB and use the 3TB
  7. The full workflow can be found in link [1]

You can automate the migration to a smaller file system using link [2]. The title says upgrade SingleAZ to MultiAZ but the same concept applies, and it can also be used to move between two SingleAZ systems. It moves data, CNAME records, SPN\alias and share permissions ACLs, etc.. from SingleAZ to another SingleAZ FSx as well.

In the CloudFormation example, I created a DataSync agent (EC2 instance) to cater for all migration scenarios including cross region, cross account migrations but you can change that part of the code to be a normal DataSync source and destination location if needed.

References:

[1] https://docs.aws.amazon.com/fsx/latest/WindowsGuide/migrate-files-fsx.html

[2] https://aws.amazon.com/blogs/modernizing-with-aws/automate-the-upgrade-of-an-amazon-fsx-for-windows-file-server-to-a-multi-az-deployment/

profile pictureAWS
已回答 6 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则