CodeDeploy Deployment Config

CodeDeploy Deployment Config in AWS defines how deployments are carried out, specifying rules for updating instances or resources during an application deployment. It controls aspects like the minimum number of healthy instances that must remain available while new versions are deployed. This ensures application availability and reliability during updates.

aws.codedeploy_deployment_config

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
compute_platformcorestringThe destination platform type for the deployment (Lambda, Server, or ECS).
create_timecoretimestampThe time at which the deployment configuration was created.
deployment_config_idcorestringThe deployment configuration ID.
deployment_config_namecorestringThe deployment configuration name.
minimum_healthy_hostscorejsonInformation about the number or percentage of minimum healthy instances.
tagscorehstore
traffic_routing_configcorejsonThe configuration that specifies how the deployment traffic is routed. Used for deployments with a Lambda or Amazon ECS compute platform only.
zonal_configcorejsonInformation about a zonal configuration.