Skip to content

Instantly share code, notes, and snippets.

View peycho's full-sized avatar
☢️
In Sterquiliniis Invenitur

Peycho Dimitrov peycho

☢️
In Sterquiliniis Invenitur
View GitHub Profile
@hemebond
hemebond / 0_article.md
Last active March 13, 2022 11:51
A SaltStack AWS Auto Scaling Solution

A SaltStack AWS Auto Scaling Solution

Overview

The AWS Auto Scaling Goup, configured with a customised Cloud-Init file, sends a notification to an SNS Topic, which in turn passes it onto an SQS queue that the Salt Master is subscribed to. A Reactor watches for the auto scaling events and pre-approves the new minion based on its Auto Scaling group name and instance ID.

Salt Master Configuration