We run multiple EC2 instances with AL2023 with cloudtwatch agent.
We get from our security department a report about the usage of outdated packages on our hosts and this is aws-sdk-go v1.48.6
Quick analysis shows that this version is likely comes together with cloudwatch agent
We ca see in the source code a pinned version reference :
https://github.com/aws/amazon-cloudwatch-agent/blob/main/go.mod#L106
Any chance this could be migrated to the latest version of SDK v1 (though it is deprecated too now)?
We run multiple EC2 instances with AL2023 with cloudtwatch agent.
We get from our security department a report about the usage of outdated packages on our hosts and this is aws-sdk-go v1.48.6
Quick analysis shows that this version is likely comes together with cloudwatch agent
We ca see in the source code a pinned version reference :
https://github.com/aws/amazon-cloudwatch-agent/blob/main/go.mod#L106
Any chance this could be migrated to the latest version of SDK v1 (though it is deprecated too now)?