https://pulumi.com logo
Title
c

curved-kitchen-23422

10/28/2022, 4:37 PM
Hi team, We have deployed elastic search in AWS using pulumi(python). Later we have upgraded with OpenSearch 1.3 engine version and working fine. We are trying to migrate data node EBS volume from gp2 to gp3. But got the error like below
error: Domain resource has a problem: expected ebs_ options
.
0.volume _type to be one of [stamdard gp2 io1], got gp3. Examine
values at
‘`Domain`.
EbsOptions
.`VolumeType`’. Based on AWS docs, r6g.large.search instance type is support to gp3 volume and using console we can able to view the gp3 option, but using pulumi got the error. Can any one help to resolve this issue and thanks for advance.