|
|
5 년 전 | |
|---|---|---|
| .. | ||
| cmd | 5 년 전 | |
| pkg | 5 년 전 | |
| LICENSE | 5 년 전 | |
| Makefile | 5 년 전 | |
| README.md | 5 년 전 | |
| go.mod | 5 년 전 | |
| go.sum | 5 년 전 | |
| golangci.yaml | 5 년 전 | |
ECS plugin is a Docker CLI plugin
root command ecs require aws profile to get API credentials from ~/.aws/credentials
as well as AWS region - those will later be stored in a docker context
A compose.yaml is parsed and converted into a CloudFormation
template, which will create all resources in dependent order and cleanup on
down command or deployment failure.
+-----------------------------+
| compose.yaml file |
+-----------------------------+
- Load
+-----------------------------+
| compose-go Model |
+-----------------------------+
- Convert
+-----------------------------+
| CloudFormation Template |
+-----------------------------+
- Apply
+---------+ +------------+
| AWS API | or | stack file |
+---------+ +------------+
(if this sounds familiar, see Kompose)