4256 shaares
14 results
tagged
AWS_CLI_and_libs
You use it like this:
$ scarr init -domain falafel.exposed -name falafelexposed
Initializing...done
$ cd falafelexposed
$ vim scarr.yml # Edit a few fields here
$ echo "<html>The deadly secret of falafel</html>" > index.html
$ AWS_PROFILE=scarr scarr deploy
... a bunch of aws stuff happens automatically ...
$ curl https://falafel.exposed
<html>The deadly secret of falafel</html>
What it's doing under the hood is:
- Registers the given domain through route53 (prompts to confirm this)
- Creates a TLS certificate through ACM
- Uses route53 DNS to validate that certificate
- Creates an S3 bucket
- Creates a Cloudfront distribution pointed to that S3 bucket using the ACM certificate
- Creates an apex dns record pointing to that Cloudfront
- Syncs the current directory to that S3 bucket and invalidates the Cloudfront cache.
A vault for securely storing and accessing AWS credentials in development environments
VIA: http://taint.org
editor of encrypted files that supports YAML, JSON and BINARY formats and encrypts with AWS KMS and PGP
kappa - What precedes Lambda
simpleq - A simple, infinitely scalable, SQS based queue.
moto - Moto is a library that allows your python tests to easily mock out the boto library
s3funnel - multithreaded command line tool for Amazon's Simple Storage Service (S3)
mrjob - Run MapReduce jobs on Hadoop or Amazon Web Services