Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tedilabs/terraform-aws-vpc-connectivity
🌳 A sustainable Terraform Package which creates VPC Connectivity resources (Private Link, Client VPN, Site-to-Site VPN, DX, VPC Lattice) on AWS
https://github.com/tedilabs/terraform-aws-vpc-connectivity
aws aws-client-vpn aws-direct-connect aws-dx aws-site-to-site-vpn aws-vpc aws-vpc-lattice aws-vpc-private-link aws-vpn devops hacktoberfest hcl2 iac lang-hcl sre tedilabs terraform terraform-aws terraform-module terraform-modules
Last synced: 28 days ago
JSON representation
🌳 A sustainable Terraform Package which creates VPC Connectivity resources (Private Link, Client VPN, Site-to-Site VPN, DX, VPC Lattice) on AWS
- Host: GitHub
- URL: https://github.com/tedilabs/terraform-aws-vpc-connectivity
- Owner: tedilabs
- License: apache-2.0
- Created: 2023-09-18T14:17:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-21T16:01:55.000Z (3 months ago)
- Last Synced: 2024-09-27T19:01:39.098Z (about 1 month ago)
- Topics: aws, aws-client-vpn, aws-direct-connect, aws-dx, aws-site-to-site-vpn, aws-vpc, aws-vpc-lattice, aws-vpc-private-link, aws-vpn, devops, hacktoberfest, hcl2, iac, lang-hcl, sre, tedilabs, terraform, terraform-aws, terraform-module, terraform-modules
- Language: HCL
- Homepage: https://registry.terraform.io/modules/tedilabs/vpc-connectivity/aws
- Size: 201 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# terraform-aws-vpc-connectivity
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/tedilabs/terraform-aws-vpc-connectivity?color=blue&sort=semver&style=flat-square)
![GitHub](https://img.shields.io/github/license/tedilabs/terraform-aws-vpc-connectivity?color=blue&style=flat-square)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square)](https://github.com/pre-commit/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.
- [dx-connection](./modules/dx-connection)
- [dx-gateway](./modules/dx-gateway)
- [dx-private-virtual-interface](./modules/dx-private-virtual-interface)
- [lattice-alb-target-group](./modules/lattice-alb-target-group)
- [lattice-instance-target-group](./modules/lattice-instance-target-group)
- [lattice-ip-target-group](./modules/lattice-ip-target-group)
- [lattice-lambda-target-group](./modules/lattice-lambda-target-group)
- [lattice-service-listener](./modules/lattice-service-listener)
- [lattice-service-network](./modules/lattice-service-network)
- [lattice-service](./modules/lattice-service)
- [lattice-shared-service-network](./modules/lattice-shared-service-network)
- [lattice-shared-service](./modules/lattice-shared-service)
- [reachability-analyzer-path](./modules/reachability-analyzer-path)
- [vpc-endpoint-service](./modules/vpc-endpoint-service)
- [vpc-gateway-endpoint](./modules/vpc-gateway-endpoint)
- [vpc-interface-endpoint](./modules/vpc-interface-endpoint)
- [vpc-peering](./modules/vpc-peering)
- [vpc-peering-accepter](./modules/vpc-peering-accepter)
- [vpc-peering-requester](./modules/vpc-peering-requester)## Target AWS Services
Terraform Modules from [this package](https://github.com/tedilabs/terraform-aws-vpc-connectivity) 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-peering-simple](./examples/vpc-peering-simple)
- [vpc-peering-cross-region](./examples/vpc-peering-cross-region)
- [vpc-peering-requester-and-accepter-cross-region](./examples/vpc-peering-requester-and-accepter-cross-region)### VPC PrivateLink
- [vpc-gateway-endpoint-simple](./examples/vpc-gateway-endpoint-simple)
- [vpc-interface-endpoint-simple](./examples/vpc-interface-endpoint-simple)
- [vpc-interface-endpoint-full](./examples/vpc-interface-endpoint-full)### VPC Lattice
- [lattice-service-network-simple](./examples/lattice-service-network-simple)
- [lattice-alb-target-group](./examples/lattice-alb-target-group)
- [lattice-instance-target-group](./examples/lattice-instance-target-group)
- [lattice-ip-target-group](./examples/lattice-ip-target-group)
- [lattice-lambda-target-group](./examples/lattice-lambda-target-group)### Network Manager
- [reachability-analyzer](./examples/reachability-analyzer)
## Self Promotion
Like this project? Follow the repository on [GitHub](https://github.com/tedilabs/terraform-aws-vpc-connectivity). And if you're feeling especially charitable, follow **[posquit0](https://github.com/posquit0)** on GitHub.
## License
Provided under the terms of the [Apache License](LICENSE).
Copyright © 2023, [Byungjin Park](https://www.posquit0.com).