In this workshop you'll learn to apply Infrastructure as Code concepts to build a hub and spoke network topology with an inspection VPC. This pattern is incredibly useful for standing up separate environments for development, testing and production, providing workload isolation for multiple customers and standing up shared services.
This 200-level course will be taught in the Python language but the concepts apply to any modern programming language. The content builds upon Pulumi concepts from learn.pulumi.com and our Getting Started workshop series.
# The url slug for the webinar landing page. If this is an external
# webinar, use the external URL as the value here.
# The title text in the hero. This also serves as the pages H1.
title: "Production-Ready Networking on AWS with Python"
# The image the appears on the right hand side of the hero.
image: "/icons/containers.svg"
# Webinar pages support multiple session via the 'multiple' property.
# multiple:
# - datetime: 2020-02-05T10:00:00-07:00
# hubspot_form_id: ""
# gotowebinar_key: ""
# Content for the left hand side section of the page.
main:
# Webinar title.
title: "Production-Ready Networking on AWS with Python"
# URL for embedding a URL for ungated webinars.
youtube_url: ""
# Sortable date. The datetime Hugo will use to sort the webinars in date order.
sortable_date: 2022-12-13T04:00:00-08:00
# Duration of the webinar.
duration: "90 minutes"
# Datetime of the webinar.
datetime: ""
# Description of the webinar.
description: |
In this workshop you'll learn to apply Infrastructure as Code concepts to build a hub and spoke network topology with an inspection VPC. This pattern is incredibly useful for standing up separate environments for development, testing and production, providing workload isolation for multiple customers and standing up shared services.
This 200-level course will be taught in the Python language but the concepts apply to any modern programming language. The content builds upon Pulumi concepts from [learn.pulumi.com](/learn/) and our Getting Started workshop series.