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 Respuesta
1
Respuesta aceptada

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
INGENIERO DE SOPORTE
respondido hace 9 meses
profile picture
EXPERTO
revisado hace 5 días
  • Thank you for answer!

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas