Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gshakir/ansible-recipes

A collection of recipes for building AWS service, ElasticSearch etc.
https://github.com/gshakir/ansible-recipes

ansible ansible-recipes aws aws-elb aws-rds elasticsearch recipe

Last synced: about 1 month ago
JSON representation

A collection of recipes for building AWS service, ElasticSearch etc.

Awesome Lists containing this project

README

        

# Ansible Recipes

1. [A recipe to create a VPC, Subnets, Internet Gateways etc. on AWS](/vpc)
2. [A recipe to AWS ELBV2 with autoscaling groups, target groups and user data](/elbv2)
3. [A recipe to build a simple ElasticSearch cluster on AWS with backup and restore](/elasticsearch)
4. [A recipe to create RDS, restore from snapshot and seed RDS](/rds)

## Upcoming

* A recipe to spin up an blank EC2 instance and install dropwizard sample app
and save the instance as an AMI.
* A recipe to analyze machine learning as specified in the following AWS
tutorial.