This is how I do it.
Explore the docs »
Report Bug
.
Request Feature
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.
Use via Ben's Terraform AWS Fargate on Demand Module.
See the open issues for a list of proposed features (and known issues).
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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
- Benjamin R. Doerr - Terraformer - Benjamin R. Doerr - Built Ben's Terraform Modules
- Ray 'doctorray117' Gibson (minecraft-ondemand) provided the original inspiration and approach for this module.
- ShaanCoding (ReadME Generator)