Slide 8
Slide 8 text
copilot svc [init|deploy] --name frontend
# frontendサービスの作成
$ copilot svc init --name frontend
# サービスタイプの指定
# - Request-Driven Web Services (App Runner)
# - Load Balanced Web Service (ECS/Fargate)
# - Backend Service (ECS/Fargate)
# - Worker Service (SQS + ECS/Fargate)
# Dockerfileの指定
# - ローカル
# - カスタムパス
# - 既存イメージの利用
# frontendサービスのデプロイ
$ copilot svc deploy --name frontend
Application: app
Environment: dev
VPC
Cluster
Service: frontend
Amazon ECR
8