AWS CodeDeploy is a service that automates code deployments to Amazon EC2 instances.
I've been working on a SlackBot project based in Scala using Gradle and have been looking into ways to leverage …
gradle amazon-s3 amazon-ec2 gitlab-ci aws-code-deployI am trying to set AWS Code deploy with Github to automate my deloyment. the problem i am having is …
amazon-web-services amazon-ec2 aws-code-deploySo I am attempting to setup CodeDeploy for my application and I keep getting an error during the BeforeInstall part …
amazon-web-services yaml aws-code-deployWe are using a bunch of EC2 instances which might scale in the future (around 100 instances), now we are looking …
amazon-web-services jenkins continuous-integration continuous-deployment aws-code-deployI have a Node.js application which is being automatically deployed to Amazon Web Service through Codeship using the CodeDeploy …
continuous-integration yaml continuous-deployment codeship aws-code-deployI have a web application that utilizes environment variables for some of its configuration (DB credentials, API keys, etc). I'm …
amazon-web-services environment-variables aws-code-deployI am attempting to run a few scripts while deploying using AWS Code Deploy, but they never run due to …
amazon-web-services aws-code-deployI want to autoscale the infrastructure when load gets high. I am running my infrastructure on AWS. I have a …
amazon-web-services github autoscaling aws-code-deployI have a submodule in my git repository and my directory structure is like, app -- folder1 -- folder2 -- …
git github git-submodules aws-code-deployI am trying to execute a script which needs to be run on Ubuntu 14.04 ec2 instance whenever the instance or …
bash amazon-web-services ubuntu-14.04 aws-code-deploy cloud-init