Open raphaabreu opened 1 year ago
There is a typo in the following line:
https://github.com/aws-quickstart/quickstart-aerospike/blob/c5263279a86e89ec4e5c7a882b88328c29cd6799/templates/aerospike-cluster-workload.template.yaml#L659
In the filter parameter, the tag-value has Value=' with an open quote. There is no closing quote.
tag-value
Value='
When the ASG tries to remove this machine and the script runs it fails if dns hostnames are enabled and the machine is never removed.
There is a typo in the following line:
https://github.com/aws-quickstart/quickstart-aerospike/blob/c5263279a86e89ec4e5c7a882b88328c29cd6799/templates/aerospike-cluster-workload.template.yaml#L659
In the filter parameter, the
tag-value
hasValue='
with an open quote. There is no closing quote.When the ASG tries to remove this machine and the script runs it fails if dns hostnames are enabled and the machine is never removed.