https://github.com/docker-production-aws/network-resources
Ansible playbook and CloudFormation template for deploying AWS VPC and other network resources
https://github.com/docker-production-aws/network-resources
ansible ansible-playbook aws aws-cloudformation aws-vpc cloudformation cloudformation-stacks cloudformation-template course-materials infrastructure-as-code network playbook pluralsight virtual-private-cloud vpc
Last synced: about 2 months ago
JSON representation
Ansible playbook and CloudFormation template for deploying AWS VPC and other network resources
- Host: GitHub
- URL: https://github.com/docker-production-aws/network-resources
- Owner: docker-production-aws
- License: mit
- Created: 2017-11-24T10:42:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-24T11:05:57.000Z (over 7 years ago)
- Last Synced: 2025-03-30T23:31:33.436Z (3 months ago)
- Topics: ansible, ansible-playbook, aws, aws-cloudformation, aws-vpc, cloudformation, cloudformation-stacks, cloudformation-template, course-materials, infrastructure-as-code, network, playbook, pluralsight, virtual-private-cloud, vpc
- Language: Makefile
- Size: 4.88 KB
- Stars: 2
- Watchers: 3
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker in Production using AWS Network Resources Playbook
## Introduction
This repository is part of the [Docker in Production using Amazon Web Services](https://app.pluralsight.com/library/courses/docker-production-using-amazon-web-services/table-of-contents) course material, and provides an Ansible playbook for creating AWS VPC and other network resources.
## Branches
This repository contains two branches:
- [`master`](https://github.com/docker-production-aws/network-resources/tree/master) - represents the initial starting state of the repository as viewed in the course. Specifically this is an empty repository that you are instructed to create in the module **Deploying AWS Infrastructure Using Ansible and CloudFormation**.
- [`final`](https://github.com/docker-production-aws/network-resources/tree/final) - represents the final state of the repository after completing all configuration tasks as described in the course material.
> The `final` branch is provided as a convenience in the case you get stuck, or want to avoid manually typing out large configuration files. In most cases however, you should attempt to configure this repository by following the course material.
To clone this repository and checkout a branch you can simply use the following commands:
```
$ git clone https://github.com/docker-production-aws/packer-ecs.git
...
...
$ git checkout final
Switched to branch 'final'
$ git checkout master
Switched to branch 'master'
```## Errata
No known issues.
## Further Reading
Please see the README of the [AWS Starter repository](https://github.com/docker-production-aws/aws-starter) for instructions on how to use the Ansible playbook included with this repository.