Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

155
Vistas
CloudFormation is very slow

I have a stack with:

  • API Gateway
  • Lambda
  • Kinesis

When deleting this CloudFormation stack from the AWS console, the process is very slow.

Everything works fine until you execute the exclusion of 'AWS :: Lambda :: Function' -> 'CloudFormation is waiting for NetworkInterfaces associated with the Lambda Function to be cleaned up.'

The time in this process takes about 30 minutes.

Has anyone had the same problem?

over 4 years ago · Santiago Trujillo
2 Respuestas
Responde la pregunta

0

To prevent this from blocking the stack deletion, you could set a DeletionPolicy property to Retain for that specific Lambda and have another scheduled process that would clean up each day the orphaned Lambdas.

over 4 years ago · Santiago Trujillo Denunciar

0

Check that the lambda function assigned Role has delete permissions for the network interface, ie all of these:

- ec2:CreateNetworkInterface
- ec2:DescribeNetworkInterfaces
- ec2:DeleteNetworkInterface

If it is unable to delete the interface the Cloudformation template might hang, as you have experienced.

If that doesn't work you might have to script something to delete the ENIs on the lambda while the lambda is trying to teardown.

over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda