alibaba / alibaba.alicloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ansible ali_instance system disk ESSD select performance level

tolikkk opened this issue · comments

ansible-alicloud version 1.20.0.

While creating ECS instance with alibaba.alicloud.ali_instance module in ansible, I have no options to choose suitable PerformanceLevel for ESSD disk type.

According to documentation http://47.88.222.42:8080/ansible-alicloud/latest/modules/ali_instance_module.html#ali-instance-module there is only disk category option available:

system_disk_category: cloud_essd|cloud_ssd|cloud_efficiency

In API Reference there is an option called PerformanceLevel (values PL0/PL1/PL2/PL3, default=PL1):
https://www.alibabacloud.com/help/en/elastic-compute-service/latest/createdisk

Is it possible to create ESSD PL0 system disk with ansible?

PS: we use 7th generation ECS instances.