https://github.com/ipspace/pubcloud
Examples for Networking in Public Cloud online course, AWS Networking webinar, and Azure Networking webinar
https://github.com/ipspace/pubcloud
Last synced: about 1 year ago
JSON representation
Examples for Networking in Public Cloud online course, AWS Networking webinar, and Azure Networking webinar
- Host: GitHub
- URL: https://github.com/ipspace/pubcloud
- Owner: ipspace
- License: mit
- Created: 2019-12-24T07:16:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-06T08:28:39.000Z (about 5 years ago)
- Last Synced: 2025-03-30T02:23:05.420Z (about 1 year ago)
- Language: HCL
- Homepage: https://www.ipspace.net/PubCloud/
- Size: 108 KB
- Stars: 38
- Watchers: 2
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Networking in Public Clouds
This repository contains provisioning and automation examples for
[Networking in Public Cloud Deployments](https://www.ipspace.net/PubCloud/) online course,
[Amazon Web Services Networking](https://www.ipspace.net/Amazon_Web_Services_Networking) and
[Microsoft Azure Networking](https://www.ipspace.net/Microsoft_Azure_Networking) webinars.
The subdirectories are organized as follows:
* [Deployment](Deployment) directory contains typical AWS and Azure deployment scripts, including Terraform configuration files, Ansible playbooks, Bash scripts, and CloudFormation/Azure Resource Manager templates. This directory includes [step-by-step examples](Deployment/Azure/CLI) from [Microsoft Azure Networking](https://www.ipspace.net/Microsoft_Azure_Networking) webinar.
* [AWS](AWS) directory contains examples of advanced AWS features.
* [install](install) - installation scripts you can use to set up a Ubuntu VM development
environment.
You can also use the [Vagrantfile](Vagrantfile) in the main directory to create a Vagrant-based
Ubuntu VM on your computer.