Why is the task-definition created as a stack in cloudformation when creating aws ecs fargate?

0

The aws ecs fargate is being deployed through the aws cli using the console for only the task definition and the rest of the cluster, service container, and deployment.

One day, I saw that the task definitions were created as stacks in cloudformation. (Failure records were also included.)

Searching or looking at the official documentation says that the stack is not created in cloudformation. What is the cause? And how to prevent it from spawning?

I created it by referring to the following document. https://docs.aws.amazon.com/AmazonECS/latest/developerguide/create-blue-green.html

1回答
1
承認された回答

The New ECS Console experience uses CloudFormation Stack to manage the resources and hence you might be seeing the CloudFormation Stacks launched in the same region to manage the Task Definition. This can be further checked here - https://docs.aws.amazon.com/AmazonECS/latest/developerguide/create-task-definition.html#cloudformation-stack

AWS
サポートエンジニア
回答済み 9ヶ月前
profile picture
エキスパート
レビュー済み 5日前
  • Thank you for answer!

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ