Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gshakir/ansible-recipes
- Owner: gshakir
- License: mit
- Created: 2016-08-20T22:55:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-05T19:35:43.000Z (over 4 years ago)
- Last Synced: 2024-08-13T07:15:57.195Z (5 months ago)
- Topics: ansible, ansible-recipes, aws, aws-elb, aws-rds, elasticsearch, recipe
- Language: Shell
- Homepage:
- Size: 34.2 KB
- Stars: 12
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - gshakir/ansible-recipes - A collection of recipes for building AWS service, ElasticSearch etc. (Shell)
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.