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달 전860회 조회
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달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠