codedeploy_continue_deployment: For a blue/green deployment, starts the process of rerouting...

View source: R/codedeploy_operations.R

codedeploy_continue_deploymentR Documentation

For a blue/green deployment, starts the process of rerouting traffic from instances in the original environment to instances in the replacement environment without waiting for a specified wait time to elapse

Description

For a blue/green deployment, starts the process of rerouting traffic from instances in the original environment to instances in the replacement environment without waiting for a specified wait time to elapse. (Traffic rerouting, which is achieved by registering instances in the replacement environment with the load balancer, can start as soon as all instances have a status of Ready.)

See https://www.paws-r-sdk.com/docs/codedeploy_continue_deployment/ for full documentation.

Usage

codedeploy_continue_deployment(deploymentId = NULL, deploymentWaitType = NULL)

Arguments

deploymentId

The unique ID of a blue/green deployment for which you want to start rerouting traffic to the replacement environment.

deploymentWaitType

The status of the deployment's waiting period. READY_WAIT indicates that the deployment is ready to start shifting traffic. TERMINATION_WAIT indicates that the traffic is shifted, but the original target is not terminated.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.