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

222
Vistas
How to use t2.nano ec2 instances in an Amazon ec2 container cluster?

The cluster wizard's dropdown menu only shows t2.micro or larger instances. I want to use a t2.nano instance to run my docker image.

Can this be achieved while using the ec2 container service?

I know that can manually setup my own t2.nano ec2 instance and run the docker pull and run commands manually from there. Basically use the AWS EC2 Container repository, but not the Clusters or Task Definitions functionality.

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

0

They probably missed this instance type in the console wizard. You can launch the EC2 instance yourself (I recommend you to use an AutoScaling Group even if it's one instance) and then run the ECS agent on the instance. You don't have to do much if you pick the ECS-optimized AMI that AWS provides.

You can launch the EC2 instance from the AMI manually, but I recommend you to:

  1. create a Launch Configuration using the latest ECS-optimized AMI and change the user data to be:
    #!/bin/bash
    echo "ECS_CLUSTER=your-cluster-name-here" > /etc/ecs/ecs.config
  2. create an AutoScaling group and set the proper desired capacity
  3. Check if your Cluster got the new instance once the instance is up and healthy

More info:

  • http://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-optimized_AMI_launch_latest.html
  • http://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-agent-install.html
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