diff --git a/site/content/docs/manifest/backend-service.en.md b/site/content/docs/manifest/backend-service.en.md index b433613a230..c887d0332ba 100644 --- a/site/content/docs/manifest/backend-service.en.md +++ b/site/content/docs/manifest/backend-service.en.md @@ -269,8 +269,6 @@ If you want to use Fargate Spot capacity to run your services, you can specify a count: spot: 5 ``` -!!! info - Fargate Spot is not supported for containers running on ARM architecture.
diff --git a/site/content/docs/manifest/backend-service.ja.md b/site/content/docs/manifest/backend-service.ja.md index 1f6b160708c..a6a591578c3 100644 --- a/site/content/docs/manifest/backend-service.ja.md +++ b/site/content/docs/manifest/backend-service.ja.md @@ -268,8 +268,6 @@ Service は、希望するタスク数を 5 に設定し、Service 内に 5 つ count: spot: 5 ``` -!!! info - ARM アーキテクチャで動作するコンテナでは、Fargate Spot はサポートされていません。
diff --git a/site/content/docs/manifest/lb-web-service.en.md b/site/content/docs/manifest/lb-web-service.en.md index 3fabdb99874..ee176549536 100644 --- a/site/content/docs/manifest/lb-web-service.en.md +++ b/site/content/docs/manifest/lb-web-service.en.md @@ -377,8 +377,6 @@ If you want to use Fargate Spot capacity to run your services, you can specify a count: spot: 5 ``` -!!! info - Fargate Spot is not supported for containers running on ARM architecture.
diff --git a/site/content/docs/manifest/lb-web-service.ja.md b/site/content/docs/manifest/lb-web-service.ja.md index d01ba633147..43bd017e1b1 100644 --- a/site/content/docs/manifest/lb-web-service.ja.md +++ b/site/content/docs/manifest/lb-web-service.ja.md @@ -376,8 +376,6 @@ Service は、希望するタスク数を 5 に設定し、Service 内に 5 つ count: spot: 5 ``` -!!! info - ARM アーキテクチャで動作するコンテナでは、Fargate Spot はサポートされていません。
diff --git a/site/content/docs/manifest/worker-service.en.md b/site/content/docs/manifest/worker-service.en.md index 6135c9fab69..3dc093b8163 100644 --- a/site/content/docs/manifest/worker-service.en.md +++ b/site/content/docs/manifest/worker-service.en.md @@ -264,8 +264,6 @@ If you want to use Fargate Spot capacity to run your services, you can specify a count: spot: 5 ``` -!!! info - Fargate Spot is not supported for containers running on ARM architecture.
diff --git a/site/content/docs/manifest/worker-service.ja.md b/site/content/docs/manifest/worker-service.ja.md index 3214d238e97..ffa13360dc4 100644 --- a/site/content/docs/manifest/worker-service.ja.md +++ b/site/content/docs/manifest/worker-service.ja.md @@ -258,8 +258,6 @@ Service は、希望するタスク数を 5 に設定し、Service 内に 5 つ count: spot: 5 ``` -!!! info - ARM アーキテクチャで動作するコンテナでは、Fargate Spot はサポートされていません。