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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ