2 Answers
- Newest
- Most votes
- Most comments
0
Thanks. Anyone has an idea when the update will be pushed to Amazon Linux 2 repo?
answered 4 years ago
0
Version 2.17.1 of log4j is included in the installation of the latest Kinesis Agent on AL2
To verify:
- Start an AL2 EC2 instance, then connect to it - https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-connect-prerequisites.html#eic-prereqs-network-access
- Install git
sudo yum install git
- Download the latest Kinesis Agent project from Github
git clone https://github.com/awslabs/amazon-kinesis-agent.git
- Install agent
sudo ./setup --install
Observe log4j-1.2-api-2.17.1.jar is installed. You can also verify by viewing the installation manifest in the pom.xml file at the root of the github project directory.
answered 10 months ago
Relevant content
- asked 4 years ago
- AWS OFFICIALUpdated 3 years ago

https://github.com/awslabs/amazon-kinesis-agent/commit/228fcea10392aff8e45e41a2a20accd9d065f5f6