Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.
This repository was archived by the owner on Oct 4, 2024. It is now read-only.

poll_sqs fails if dns hostnames are enabled #86

@raphaabreu

Description

@raphaabreu

There is a typo in the following line:

CLUSTER=$(aws ec2 describe-instances --filter Name=tag-key,Values=StackID Name=tag-value,Values='${AWS::StackId} --output=text --region=${REGION} | grep PRIVATEIPADDRESSES | awk '{print $4}')

In the filter parameter, the tag-value has Value=' 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions