EC2 SSM Docker Blue Green
Version updated for https://github.com/luviny/ec2-ssm-docker-blue-green to version v1.2.1.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates Blue/Green deployments of Docker Compose-based applications on AWS EC2 instances by leveraging AWS Systems Manager (SSM). It eliminates the need for managing SSH keys, ensures zero downtime by dynamically updating Nginx configurations, performs health checks before traffic switching, and cleans up unused containers and images post-deployment. This action simplifies and secures the deployment process while minimizing manual intervention and reducing potential downtime.