简体   繁体   English

我们可以将现有的 aws 单 AZ Fsx 转换为多 az fsx

[英]Can we convert exisiting aws single AZ Fsx to multi-az fsx

I have a single AZ aws windows Fsx created with 3 months of data.我有一个用 3 个月的数据创建的 AZ aws windows Fsx。 it was created using terraform. Can I convert the existing single-az to multi-az without any downtime?它是使用 terraform 创建的。我可以在不停机的情况下将现有的单区转换为多区吗?

Any risk involved or DNS changes of Fsx endpoints? Fsx 端点涉及任何风险或 DNS 更改? Any important points to consider before changing it?更改之前需要考虑的任何要点?

I didn't find any aws KB in this scenario在这种情况下我没有找到任何 aws KB

Please see this link: Automate the Upgrade of an Amazon FSx for Windows File Server to a Multi-AZ deployment请参阅此链接: 将 Windows 文件服务器的 Amazon FSx 自动升级到多可用区部署

The above blog post can assist in understanding the migration workflow and it provides a cloud formation template that automates a lot of the steps involved.上面的博文可以帮助理解迁移工作流程,它提供了一个云形成模板,可以自动执行许多涉及的步骤。

This part of the public documentation provides some details about each migration step: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/migrate-to-fsx.html这部分公共文档提供了有关每个迁移步骤的一些详细信息: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/migrate-to-fsx.html

But I shall elaborate here as well:但我也将在这里详细说明:

Risks风险

DNS Alias cut over DNS 别名切过来

There might be slight downtime (few minutes or seconds depending on the TTL of DNS record) when you cut over the DNS alias当您切换DNS 别名时,可能会有轻微的停机时间(几分钟或几秒,具体取决于 DNS 记录的 TTL)

Permissions权限

NTFS or share permissions could be lost if not cloned over to the multi az correctly.如果没有正确地克隆到 multi az,NTFS 或共享权限可能会丢失。 (Use robocopy or AWS DataSync) (使用 robocopy 或 AWS DataSync)

Configurations配置

Encryption config if changed from default, would need to be recreated on multi-az along with Volume Shadow Copy and Data de-duplication schedule.如果更改了默认的加密配置,则需要在 multi-az 上与卷影复制和重复数据删除计划一起重新创建。

If security audit logs are enabled on single-az, it will need to be re setup on multi-az and pointed to a new CloudWatch log group (the automation in the blog post above takes care of this step as well.)如果在单 az 上启用了安全审计日志,则需要在 multi-az 上重新设置它并指向一个新的 CloudWatch 日志组(上面博客文章中的自动化也会处理此步骤。)

I trust you will find the above information helpful, please write back if you have any questions.我相信您会发现以上信息对您有所帮助,如果您有任何问题,请回信。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM