Skip to content

bendoerr-terraform-modules/terraform-aws-fargate-on-demand-custodian

Repository files navigation


Logo

Ben's Terraform AWS Fargate on Demand Module Custodian Sidecar

This is how I do it.

Explore the docs »

Report Bug . Request Feature

Contributors Issues GitHub Workflow Status (with event) GitHub tag (with filter) License

About The Project

A companion sidecar for services deployed with Ben's Terraform AWS Fargate on Demand Module. When the service launches, this container launches as well. First it updates the Route53 Record to reference the public IP address of the ECS Task. After that it will monitor the services activity and shut the service down when it becomes inactive.

Usage

Use via Ben's Terraform AWS Fargate on Demand Module.

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  • If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
  • Please make sure you check your spelling and grammar.
  • Create individual PR for each suggestion.

Creating A Pull Request

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Authors

  • Benjamin R. Doerr - Terraformer - Benjamin R. Doerr - Built Ben's Terraform Modules

Acknowledgements