Search code examples
amazon-web-servicesjenkinscontinuous-integrationamazon-elastic-beanstalkaws-code-deploy

Automation using AWS Elastic Beanstalk vs AWS CodeDeploy


I am using AWS Elastic Beanstalk and have deployed my nodejs app on it. Now I want to automate this process i.e committing changes to Github and then automatically reflecting those changes in app. Now I have two options, use whether Elastic Beanstalk or using Code Deploy. I have searched on both services,

Now both services can be used , but which one is more suitable to use. That will automate my process whether using AWS Elastic Beanstalk or AWS Code Deploy.


Solution

  • Use the second option instead of using third party tools as AWS platform is supporting to deploy your app using git or bitbucket using python based scripts.