Skip to content

This repository explain how to create new EC2 image whenever there is code changes. And deploy that image to EC2 for usage.

License

Notifications You must be signed in to change notification settings

AvinashDalvi89/aws-ec2-autoscaling-deployment-codedeploy-github-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automate Your EC2 Autoscaling with CodeDeploy and GitHub Actions

This repository provides a workflow template and scripts to automate deployments of code changes to EC2 instances running under an autoscaling group. It leverages the combined power of AWS CodeDeploy and GitHub Actions.

Prequisites

  • An AWS account with an EC2 instance running under an autoscaling group.
  • A CodeDeploy application and deployment group configured for your EC2 instances.
  • A GitHub repository containing your application code.

Notes

  • This is a basic example and can be customized further based on your specific needs.
  • Ensure you have proper IAM roles configured for the EC2 instances to allow CodeDeploy access.

Video and Blog :

About

This repository explain how to create new EC2 image whenever there is code changes. And deploy that image to EC2 for usage.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages