Top "Aws-code-deploy" questions

AWS CodeDeploy is a service that automates code deployments to Amazon EC2 instances.

How to deploy with Gitlab-Ci to EC2 using AWS CodeDeploy/CodePipeline/S3

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-deploy
AWS CodeDeploy Fail: The deployment failed because a specified file already exists at this location

I 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-deploy
AWS Code Deploy Error on Before Install Cannot Solve

So 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-deploy
What are the pros and cons of using AWS Code Deploy Vs Jenkins?

We 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-deploy
Amazon Web Service CodeDeploy appspec.yml problems

I 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-deploy
Environment variables using AWS CodeDeploy

I 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-deploy
AWS Code Deploy Failing Scripts Due To Permissions

I am attempting to run a few scripts while deploying using AWS Code Deploy, but they never run due to …

amazon-web-services aws-code-deploy
Can I use AWS code Deploy for pulling application code while autoscaling?

I 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-deploy
How to auto deploying git repositories with submodules on AWS?

I have a submodule in my git repository and my directory structure is like, app -- folder1 -- folder2 -- …

git github git-submodules aws-code-deploy
Ubuntu ec2 instance fails to run userdata script

I 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