Giter Site home page Giter Site logo

aws-transitgateway-network-firewall-cdk's Introduction

aws-cdk-complex-network-example

Example of multiple VPC's connected via Transit Gateway. In this example we differentiate 2 types of consumer VPC's

  • StandardCloudConsumerVpc (Green)
    • A standard VPC can reach the internet via the egress VPC.
  • InspectedCloudConsumerVpc (Orange)
    • An inspected VPC can reach the internet and other VPC's ONLY by traversing the Inspection VPC first.

All VPC's come equipped with:

  • SSM VPC Interface Endpoints for shell access via session manager.
  • VPC Flow Logs
  • 2 AZ's that have:
    • Workload subnets,
    • TGW Subnets,
  • VPC's do NOT have public subnets by default.

Architecture

Looks like this:

Network Architecture

Test Instance Construct

The test_instance construct creates an Amazon Linux 2 based EC2 instance that you can use to test network connectivity between VPC's and the internet. Security Group allows only ICMP by default. The

Example usage:

new TestInstance(this, 'a', { vpc: vpc, subnetGroupName: 'workload' });

aws-transitgateway-network-firewall-cdk's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.