Skip to content

Commit 0bcf2b4

Browse files
Add new actions
1 parent a05b19d commit 0bcf2b4

File tree

1 file changed

+19
-0
lines changed
  • content/en/user-guide/aws/codepipeline

1 file changed

+19
-0
lines changed

content/en/user-guide/aws/codepipeline/index.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,25 @@ The [CodeConnections Source](https://docs.aws.amazon.com/codepipeline/latest/use
406406
LocalStack supports integration only with [GitHub](https://github.com/) at this time.
407407
Please set the environment configuration option `CODEPIPELINE_GH_TOKEN` with the GitHub Personal Access Token to be able to fetch private repositories.
408408

409+
### ECR Source
410+
411+
The [ECR Source](https://docs.aws.amazon.com/codepipeline/latest/userguide/action-reference-ECR.html) action is used to specify an Elastic Container Registry image as a source artifact.
412+
413+
### ECS CodeDeploy Blue/Green
414+
415+
The [ECS CodeDeply Blue/Green](https://docs.aws.amazon.com/codepipeline/latest/userguide/action-reference-ECSbluegreen.html) action is used to deploy container application using a blue/green deployment.
416+
417+
LocalStack does not accurately emulate a blue/green deployment due to limitations in ELB and ECS.
418+
It will only update the running ECS service with a new task definition and wait for the service to be stable.
419+
420+
### ECS Deploy
421+
422+
The [ECS Deploy](https://docs.aws.amazon.com/codepipeline/latest/userguide/action-reference-ECS.html) action creates a revision of a task definition based on an already deployed ECS service.
423+
424+
### Manual Approval
425+
426+
The Manual Approval action can be included in the pipeline declaration but it will only function as a no-op.
427+
409428
### S3 Deploy
410429

411430
The [S3 Deploy](https://docs.aws.amazon.com/codepipeline/latest/userguide/action-reference-S3Deploy.html) action is used to upload artifacts to a given S3 bucket as the output of the pipeline.

0 commit comments

Comments
 (0)