eksctl heavily relies on the AWS interface types for mocking but aws-sdk-go-v2 does not provide interfaces for its API services. As part of the code generation process, interfaces should be generated from aws-sdk-go-v2 structs. ifacemaker can help with this but it suffers from this issue, therefore the source generated by ifacemaker should be passed through another tool that adds the missing import.
Part of #4877.