Available on crate features
deploy and ecs_deploy only.Expand description
Deployment backend for Hydro that can generate manifests that can be consumed by CDK to deploy cloud formation stacks to aws.
Structsยง
- Build
Config - Build configuration for a Hydro binary
- Cluster
Manifest - Manifest entry for a cluster (multiple instances of the same service)
- EcsDeploy
- Represents an aws ecs deployment.
- EcsDeploy
Cluster - Represents a logical cluster, which can be a variable amount of individual containers.
- EcsDeploy
Cluster Spec - Represents a Cluster running across
countecs tasks. - EcsDeploy
External - Represents an external process, outside the control of this deployment but still with some communication into this deployment.
- EcsDeploy
External Spec - Represents an external process outside of the management of hydro deploy.
- EcsDeploy
Process - Represents a process running in an ecs deployment
- EcsDeploy
Process Spec - Represents a Process running in an ecs deployment
- Hydro
Manifest - Manifest for CDK deployment - describes all processes, clusters, and their configuration
- Port
Info - Information about an exposed port
- Process
Manifest - Manifest entry for a single process