diff --git a/site/dat/repo/various.json b/site/dat/repo/various.json index 3965799cb..2c4ddc634 100644 --- a/site/dat/repo/various.json +++ b/site/dat/repo/various.json @@ -1271,7 +1271,7 @@ { "id": "awsmeter", "name": "AWS Support", - "description": "JMeter plugin to execute test over AWS Services like Kinesis Data Stream, SQS Standard and FIFO queue and SNS Standard and FIFO topic.", + "description": "AWS Meter is a comprehensive JMeter plugin designed to execute performance tests against AWS services including Kinesis, SQS, SNS, Cognito, and EventBridge. This plugin provides specialized Java samplers for each AWS service, leveraging the AWS SDK for seamless integration and communication.", "screenshotUrl": "https://raw.githubusercontent.com/JoseLuisSR/awsmeter/main/doc/img/awsmeter-diagrams-Logo.png", "helpUrl": "https://github.com/JoseLuisSR/awsmeter", "vendor": "JoseLuisSR", @@ -1329,6 +1329,13 @@ "depends": [ "jmeter-core" ] + }, + "4.1.1": { + "changes": "Get AWS credentials from EC2 instance profile and ECS task IAM role.", + "downloadUrl": "https://github.com/JoseLuisSR/awsmeter/releases/download/v4.1.1/awsmeter-4.1.1.jar", + "depends": [ + "jmeter-core" + ] } } },