You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While creating ECS instance with alibaba.alicloud.ali_instance module in ansible, I have no options to choose suitable PerformanceLevel for ESSD disk type.
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.
The text was updated successfully, but these errors were encountered: