Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tedilabs/terraform-aws-ipam

🌳 A sustainable Terraform Package which creates IPAM resources (IPAM, Elastic IP, Prefix List) on AWS
https://github.com/tedilabs/terraform-aws-ipam

aws aws-eip aws-elastic-ip aws-ipam aws-prefix-list aws-vpc devops hacktoberfest hcl2 iac lang-hcl sre tedilabs terraform terraform-aws terraform-module terraform-modules

Last synced: about 3 hours ago
JSON representation

🌳 A sustainable Terraform Package which creates IPAM resources (IPAM, Elastic IP, Prefix List) on AWS

Awesome Lists containing this project

README

        

# terraform-aws-ipam

![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/tedilabs/terraform-aws-ipam?color=blue&sort=semver&style=flat-square)
![GitHub](https://img.shields.io/github/license/tedilabs/terraform-aws-ipam?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 IPAM related resources (IPAM, Elastic IP, Prefix List) on AWS.

- [elastic-ip](./modules/elastic-ip)
- [ipam](./modules/ipam)
- [ipam-resource-discovery](./modules/ipam-resource-discovery)
- [managed-prefix-list](./modules/managed-prefix-list)
- [prefix-list](./modules/prefix-list)

## Target AWS Services

Terraform Modules from [this package](https://github.com/tedilabs/terraform-aws-ipam) were written to manage the following AWS Services with Terraform.

- **AWS VPC (Virtual Private Cloud)**
- Prefix List
- Managed Prefix List
- Elastic IP
- **AWS VPC IPAM (IP Address Manager)**
- IPAM
- Scope
- Pool
- Resource Discovery

## Examples

### VPC

- [prefix-lists](./examples/prefix-lists)
- [managed-prefix-lists](./examples/managed-prefix-lists)
- [elastic-ip-amazon](./examples/elastic-ip-amazon/)

## Self Promotion

Like this project? Follow the repository on [GitHub](https://github.com/tedilabs/terraform-aws-ipam). 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).