Questions tagged [aws-code-deploy-appspec]

36 questions
0
votes
2 answers

Creating a simple pipeline (CodeCommit repository

I have created a simple deploy pipeline using jenkins, I have created the codedeploy, the S3 Bucket, the Autoscalable group, the ami. Everything listed in the docs. But it needs a appspec.yml. I have looked at the documentation for appspec.yml. And…
0
votes
1 answer

AWS CodePipeline with ECS containers using CodeDeploy appspec.yml file

I'm using ECS containers with CodeBuild and CodeDeploy (for the blue/green deployment) stages within a CodePipeline. I got an appspec.yml file in the root of my application code with task definition arn and the container name. All this is working…
GGG
  • 125
  • 4
  • 12
0
votes
2 answers

Codedeploy rollback not picking the previous successful build version

For some reason AWS Codedeploy rollback seems to always pick up the latest version and fails Deployment 1 is success and a revision is created in S3 bucket. Deployment 2 is failure and Codedeploy rollback kicks in which is Automatic Deployment 3…
0
votes
1 answer

AWS Code Deploy Issue Service: error during start or run: Net in Server 2016 AMI

I am trying to use ci/cd in .net framework on window server 2106 AmI I have installed the cloud deploy agent on window server also attach IAM profile in eC2 also configured on service role When I am trying to deploy the apps on window server the…
0
votes
1 answer

AWS CodeDeploy - "Start of list found where not expected"

I am trying to deploy on ECS using AWS CodePipeline with AWS CodeDeploy and I see the following error message: The buildspec.yml is version: 0.2 phases: pre_build: commands: - echo Logging in to Amazon ECR... - $(aws ecr…
0
votes
1 answer

AWS: Help setting up CodeDeploy in a Codepipeline

It looks like it's impossible to get Codedeploy to work in a CodePipeline project with a CodeBuild. First I set up a Pipeline with 3 stages: Source, Build and Deploy, the first 2 stages work perfectly but the 3th (CodeDeploy) throws this…
1 2
3