Questions tagged [aws-code-deploy]

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

AWS CodeDeploy is a service that automates code deployments to Amazon EC2 instances. AWS CodeDeploy makes it easier for you to rapidly release new features, helps you avoid downtime during deployment, and handles the complexity of updating your applications. You can use AWS CodeDeploy to automate deployments, eliminating the need for error-prone manual operations, and the service scales with your infrastructure so you can easily deploy to one EC2 instance or thousands.

1086 questions
-2
votes
1 answer

AWS CodeDeploy and git rm

I have removed some files from my git repo and pushed the changes and deployed using AWS CodeDeploy. When I logged into the EC2 instance, there are new files corresponding to the latest commit but the deleted files still exist. Is this behaviour…
-2
votes
2 answers

ASP.NET5 MVC6 Deploy on Amazon (AWS) - unable to deploy properly

I am trying to deploy ASP.NET5 MVC6 web application on to Amazon Web Services via Code Deploy. The problem is I have no idea where to place the appspec.yml and before-install.bat file as the has been a change in the folder structure with ASP.NET5…
-3
votes
1 answer

How to download website files and db from an amazon EC2 instance?

I have a website that is hosted on amazon's EC2 service, and I need to download all the website files and database(s) locally. How can I do this? Also I don't have an S3 storage with amazon, everything is in a EC2 instance.
-3
votes
1 answer

Github to Aws code deploy

Can anybody please guide me how to easily deploy code from github to aws using aws cpde deploy ? I gave tried my best to deploy my code and it is not working as it gives error every time it launch deploy revision.
-4
votes
1 answer

SSIS and Bamboo Integration using Bit Bucket

I want to deploy an SSIS package to SQL Server SSDB cataglog, using Bamboo Continuous integration, i am using Bitbucket as repository. Can anyone help me get started ...
Kaleem
  • 1
  • 1
1 2 3
72
73