我有以下用例:
我已阅读AWS文档并找到以下文章:
这表明(从2017年2月起)对于当前生成实例,可以在控制台中动态进行卷类型更改,而无需停止实例。但是,当我进入我的控制台时,我只能在io1(当前)或gp2(也是SSD)之间进行选择,我想为此实例选择sc1(冷存储)。该视频清晰地显示了此选项(从io1到sc1)。
我错过了什么吗?从SSD到HDD有限制吗? (我在亚洲悉尼地区)。
或者,如果该选项不可用且我要求数据收集继续进行,那么我的唯一选择似乎是:
这是正确的方法吗? (如果我在运行时无法将音量类型更改为sc1)
答案 0 :(得分:4)
tldr;
The 2 main reasons why amazon will not propose sc1/st1 type when editing the EBS volumes are:
I guess the volume you want to change is used as root device of the instance; in this case you cannot have boot volume of magnetic type st1 or sc1.
Note also the sc1 volume must be at least 500 Gb
You can read more about EBS Volume Types
Unfortunately, you cannot change the root device of a running instance, you can do that while the instance is stopped.
so you can follow your steps proposed but you can make the change of the EBS after it will be detached from the first ec2 instance