Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

stackedup-helper-scripts

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stackedup-helper-scripts

Tooling to help manage CloudFormation stacks

  • 0.0.4
  • PyPI
  • Socket score

Maintainers
2

Stacks Helper Scripts

main

This repository contains various helper scripts for deploying with OMBU infrastructure Cloudformation packaged templets.

The target Python version of these scripts is documented in .python-version.

Adding to infrastructure

Add to the requirements.txt with:

git+ssh://git@github.com/ombu/stacks-helper-scripts.git@<version>

Add to install MakeFile command:

	@$(eval PKG_LOCATION := $(shell pip show stackedup-helper-scripts | grep Location | sed -n 's/Location: //p')/stackedup_helper_scripts)
	@ln -s -f -n ${PKG_LOCATION} scripts

Add /infrastructure/scripts to .gitignore

Templete changes:

Rehome CodeUri in Properties sections to refer to the infrastructure/scripts directory.

Types of scripts

cloudformation-update-script

This script sends a notification to SNS when an ECS deployment is detected from a CloudFormation update. A starting deployment notification to the SNS topic then send another notification once the ECS deployment is complete.

cluster-lifecyclehook-script

Auto Scaling Lifecycle Hook to drain Tasks from your Container Instances when an Instance is selected for Termination in your Auto Scaling Group.

deploy-notification-script

This script sends a notification to SNS when an ECR image is built.

email-notification-script

This script sends email to recipients from an SNS topic.

reset-task-notification-script

This script sends a SNS notification when the reset task is requested.

slack-notification-script

This script sends a Slack notification to a Webhook endpoint from an SNS topic.

web-deploy-script

When a ECS task is configured to use automatic deployment of the latest tag this script will restart the ECS task and send a starting deployment notification to the SNS topic then send another notification once the ECS deployment is complete.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc