buildkite / lifecycled

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

Pattern: Multiple sns topic or just a single one? #67

Closed Urahara closed 5 years ago

Urahara commented 5 years ago

I have multiple autoscalling groups, what is the better using one sns topic or create one for each autoscalling group?

lox commented 5 years ago

Which ever works best for you! Probably one per autoscaling group?

Urahara commented 5 years ago

Cheers! So i will use one for auto scaling group for better organization.