FARGATE
practice-cluster
cluster-0a12bc34de56f7890
- サービス
- 1
- 実行中タスク
- 2
Fargate でコンテナサービスを配置し、タスク数を管理します。
クラスター
1
サービス
1
実行中のタスク
2
サービスとタスクをまとめる論理グループです。
FARGATE
cluster-0a12bc34de56f7890
必要数を変更するとタスクが直ちに収束するシミュレーションです。
practice-api · VPC 未設定 · Target Group なし · Aurora なし
| サービス名 | クラスター | 状態 | イメージ | タスク定義 | CPU / メモリ | 実行数 / 必要数 | アクション |
|---|---|---|---|---|---|---|---|
| practice-api | practice-cluster | ACTIVE | public.ecr.aws/nginx/nginx:latest | practice-api:1JSONを表示{
"family": "practice-web",
"networkMode": "awsvpc",
"requiresCompatibilities": [
"FARGATE"
],
"cpu": "256",
"memory": "512",
"containerDefinitions": [
{
"name": "web",
"image": "${ContainerImage}",
"essential": true,
"portMappings": [
{
"containerPort": 80,
"protocol": "tcp"
}
]
}
]
}リビジョン履歴 (1)Revision 1 · Web サービス (0.25 vCPU / 0.5 GB)256 CPU / 512 MiB · 2026-09-02T14:31:18+00:00 {
"family": "practice-web",
"networkMode": "awsvpc",
"requiresCompatibilities": [
"FARGATE"
],
"cpu": "256",
"memory": "512",
"containerDefinitions": [
{
"name": "web",
"image": "${ContainerImage}",
"essential": true,
"portMappings": [
{
"containerPort": 80,
"protocol": "tcp"
}
]
}
]
} | 256 / 512 MiB |