github-actions-deploy-docker-to-ec2
github-actions-deploy-docker-to-ec2 copied to clipboard
GitHub Action to deploy any docker-composed app to an AWS EC2 VM.
Add option to recreate instance with each run
This action is focused on users who don't want to know much about the details of how their application is deployed, which is great! But this does present a potential...
Our team has integrated your action as an integral part of our workflow now. Recently an upstream dependency (terraform AWS provider latest version) seemed to be broken somehow which produced...
Would be nice to have a way to get a list of the needed IAM Permissions.
In some regions, t2.small is not available. Look up another commons instance type and set that as default.
Add the ability to use an existing EC2 instance
https://github.com/bitovi/jira-timeline-report/actions/runs/9798726106 I’m not exactly sure what is causing this but I would suggest two improvements: 1. After the Terraform but before executing Ansible, run a ping check on the instance....
Currently, this action requires all secrets to be placed in a single `.env` file, which is then copied into a single GitHub Secret. This approach presents several challenges: - Updating...
Hi everyone, I lately had a use case where I need to set a specific key pair to created EC2 instances. Is there a way to set a pre existing...