Closed ewbankkit closed 1 month ago
Hi @ewbankkit ,
Thanks for raising this once again. I will re-raise this issue internally to see how we should go about fixing this.
Ran~
We have an internal ticket with the ec2 service team.
V1479153907
Thanks, Ran~
@RanVaknin has there been any recent update on this? thanks!
I'm not waiting for the service team to deliberate. Will patch this locally as we did for #2250.
This issue is now closed. Comments on closed issues are hard for our team to see. If you need more assistance, please open a new issue that references this one.
Pre-Migration Checklist
Go Version Used
go1.22.5
Describe the Migration Issue
If the bool
SetDefaultVersion
field of theimagebuilder.LaunchTemplateConfiguration
structure is set tofalse
, that value is not being serialized and sent to the AWS service. The means that it is impossible to update the value fromtrue
tofalse
via v2 of the Go SDK.Code Comparison
v1
v2
Observed Differences/Errors
v1
v2
Additional Context
No response