Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/phuurl/sandbox-functions

⛅️ FaaS scripts for enabling sandbox behaviour in cloud environments
https://github.com/phuurl/sandbox-functions

aws aws-lambda cloud faas gcp gcp-cloud-functions sandbox sandbox-environment

Last synced: 8 days ago
JSON representation

⛅️ FaaS scripts for enabling sandbox behaviour in cloud environments

Awesome Lists containing this project

README

        

# ⛅️ sandbox-functions

A set of FaaS (eg Lambda) functions to enable sandbox behaviours (such as auto stopping resources on a schedule) in your favourite cloud platforms.

## Current support

- AWS (EC2s)
- GCP (Compute Engine VMs)

## Usage

Simply deploy the function as described in the README for the appropriate platform, and configure the trigger to call the function at the desired interval.

As a rule the functions will not touch any resources that are tagged/labelled with `preserve`, to allow exclusions when required.

## Contributing

Pull requests are welcome - please ensure that you update any READMEs where needed.