A custom Deployment Configuration for an EC2/on-premise Deployment Group.
import { ServerDeploymentConfig } from 'aws-cdk-lib/aws-codedeploy';Or use the module namespace:
import * as codedeploy from 'aws-cdk-lib/aws-codedeploy';
// codedeploy.ServerDeploymentConfigConfiguration passed to the constructor as ServerDeploymentConfigProps.
minimumHealthyHostsRequiredMinimumHealthyHostsMinimum number of healthy hosts.
zonalConfigOptionalZonalConfigConfigure CodeDeploy to deploy your application to one Availability Zone at a time within an AWS Region.
Default: - deploy your application to a random selection of hosts across a Region
BaseDeploymentConfigOptionsdeploymentConfigNameOptionalinherited from BaseDeploymentConfigOptionsstringThe physical, human-readable name of the Deployment Configuration.
Default: - automatically generated name
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-codedeploy