Skip to content

Latest commit

 

History

History
96 lines (72 loc) · 3.73 KB

README.md

File metadata and controls

96 lines (72 loc) · 3.73 KB

terraform-aws-vpc-connectivity

GitHub release (latest SemVer) GitHub pre-commit

Terraform module which creates VPC Connectivity related resources (VPC Peering, VPC Private Link, Client VPN, Site-to-Site VPN, DX, VPC Lattice) on AWS.

Target AWS Services

Terraform Modules from this package were written to manage the following AWS Services with Terraform.

  • AWS VPC (Virtual Private Cloud)
    • Peering
    • PrivateLink
      • Endpoint Service
      • Gateway Endpoint
      • Interface Endpoint
  • AWS VPC Lattice
    • Service Network
    • Service Listener
    • Service
    • Target Group
      • ALB Target Group
      • Instance Target Group
      • IP Target Group
      • Lambda Target Group
  • AWS DX (Direct Connect)
    • Connection
    • Gateway
    • Virtual Interface
      • Private Virtual Interface
  • AWS Network Manager
    • Reachability Analyzer
      • Path
      • Analysis

Examples

VPC Peering

VPC PrivateLink

VPC Lattice

Network Manager

Self Promotion

Like this project? Follow the repository on GitHub. And if you're feeling especially charitable, follow posquit0 on GitHub.

License

Provided under the terms of the Apache License.

Copyright © 2023, Byungjin Park.