Deploy an AWS ECS Cluster
Version updated for https://github.com/bitovi/github-actions-deploy-ecs to version v1.0.2.
- This publisher is shown as ‘verified’ by GitHub.
- This action is used across all versions by 12 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action, bitovi/github-actions-deploy-ecs, automates the deployment of AWS ECS clusters (Fargate or EC2) with tasks, service definitions, load balancers, DNS, and SSL certificates. It simplifies the process of creating scalable infrastructure for backend applications or services, allowing users to quickly configure and deploy multiple environments (e.g., dev, staging, prod) through GitHub Actions workflows. This action is ideal for developers looking to streamline their deployment pipelines while leveraging AWS resources.
Release notes
What’s Changed
- Fix container definition file and add WAF priorities by @LeoDiazL in https://github.com/bitovi/github-actions-deploy-ecs/pull/11
Now using a static commons version in the action.yaml
Full Changelog: https://github.com/bitovi/github-actions-deploy-ecs/compare/v1.0.1...v1.0.2