dev-resources.site
for different kinds of informations.
AWS CodePipeline V2 type pipelines introduces pipeline variable check rule
What's new at AWS 馃摙
鉁达笍 #AWSCodePipeline V2 type pipelines introduces pipeline variable check rule as stage level condition that customers can use to gate the execution in their a pipeline.
鉁达笍Using variable check rule with any condition that is evaluated, Before entering the stage and before exiting a stage.
鉁达笍Even when all actions in the stage have completed successfully, or any action in the stage has failed.
鉁达笍With the variable check rule, customers can evaluate a pipeline parameter or an output variable from a prior action in the pipeline against a threshold, to determine if the condition will succeed or fail.
鉁达笍Pipeline types in CodePipeline:
1锔忊儯 V1 type pipeline:
銆斤笍 It contains the standard pipeline, stage, and action-level parameters.
銆斤笍 By default, all Pipelines are automatically designated as V1 type pipelines if not specified.
2锔忊儯 V2 type pipeline:
銆斤笍 It extends the feature of V1 and adds additional configurations sections such as triggers, and variables.
馃挷 V1 type Pricing key note:
銆斤笍 Charged $1.00 per active pipeline per month
銆斤笍 No charge for pipelines that have no new code changes in month.
銆斤笍 Pipelines are free for the first 30 days since creation date.
銆斤笍 One free active pipeline per month in AWS Free tier only.
馃挷 V2 type Pricing key note:
銆斤笍 Charged $0.002 per action execution minute
銆斤笍 Manual approval and custom action types are not charged.
馃搶 Explore more about Variable check rule configuration:
https://docs.aws.amazon.com/codepipeline/latest/userguide/tutorials-varcheckrule.html
馃搶 Explore more about CodePipeline:
https://aws.amazon.com/codepipeline/features/?nc=sn&loc=2
Featured ones: