buildkite / lifecycled

A daemon for responding to AWS AutoScaling Lifecycle Hooks
MIT License
146 stars 34 forks source link

Add encryption to SQS queue #61

Closed alexjurkiewicz closed 5 years ago

alexjurkiewicz commented 5 years ago

NOTE: I haven't tested this and I don't use lifecycled myself! I was browsing the issues for buildkite/elastic-ci-stack-for-aws and saw this issue, and I've recently done the same thing for some SQS queues at $work.

Fixes buildkite/elastic-ci-stack-for-aws#458

lox commented 5 years ago

Awesome, many thank! I'll test this out.

lox commented 5 years ago

Also implements https://github.com/buildkite/lifecycled/issues/60.

lox commented 5 years ago

I suspect this may run into issues with SNS not being able to publish encrypted messages on the queue.