smithmicro / jmeter-ecs

JMeter Docker Image for Distributed Testing on EC2 Container Service (ECS)
Apache License 2.0
43 stars 34 forks source link

Update Image #26

Closed psywolf85 closed 5 years ago

psywolf85 commented 6 years ago

This directly fixes https://github.com/smithmicro/jmeter-ecs/issues/25

Added $IMAGE_ID variable. If not set, the currently most up-to-date is used. Maybe check if it fits in all instance types and regions.

dsperling commented 6 years ago

This image will only work in eu-central-1. The issue might be that the ecs-cli bundled with Lucy is out of date.

If you run: docker run smithmicro/lucy ecs-cli --version We get: ecs-cli version 1.4.2 (006f51f)

The most recent version is: ecs-cli version 1.7.0 (61f83b2e)

It looks like this feature was added in 1.5:

I think simply re-building the 2 docker images will solve this.

dsperling commented 6 years ago

Try pulling the latest docker image and run your test again. Is it fixed?

docker pull smithmicro/lucy
docker run smithmicro/lucy ecs-cli --version
ecs-cli version 1.7.0 (61f83b2e)
dsperling commented 5 years ago

This is no longer needed as ecs-cli handles AMI image selection automatically.