Skip to content

Commit

Permalink
Fixed consolidated client connection #10
Browse files Browse the repository at this point in the history
  • Loading branch information
mbloch1986 committed Nov 11, 2019
1 parent 801bb94 commit ff09314
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
1 change: 0 additions & 1 deletion lib/ruby_aem_aws/abstract/component.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'] }
]
}
Expand Down

0 comments on commit ff09314

Please sign in to comment.