From ff09314f55b45aa623dbf15905ad1d0f2a2dcfea Mon Sep 17 00:00:00 2001 From: Michael Bloch Date: Mon, 11 Nov 2019 21:34:09 +1100 Subject: [PATCH] Fixed consolidated client connection #10 --- CHANGELOG.md | 3 +++ lib/ruby_aem_aws/abstract/component.rb | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd339da..50cf9d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Fixed +- Fixed consolidated client connection #10 + ## 1.4.0 - 2019-08-14 ### Changed - Changed ASG health check to check ec2 instance state code to determine running component instance [#22] diff --git a/lib/ruby_aem_aws/abstract/component.rb b/lib/ruby_aem_aws/abstract/component.rb index 443b094..409092e 100644 --- a/lib/ruby_aem_aws/abstract/component.rb +++ b/lib/ruby_aem_aws/abstract/component.rb @@ -33,7 +33,6 @@ def filter_for_descriptor filters: [ { name: 'tag:StackPrefix', values: [@descriptor.stack_prefix] }, { name: 'tag:Component', values: [@descriptor.ec2.component] }, - { name: 'tag:Name', values: [@descriptor.ec2.name] }, { name: 'instance-state-name', values: ['running'] } ] }