Giter VIP home page Giter VIP logo

Comments (8)

tausif-citrusPay avatar tausif-citrusPay commented on July 17, 2024 2

t2.xlarge, t2.2xlarge are also missing from the template.

from amazon-ecs-cli.

dtest avatar dtest commented on July 17, 2024

Actually, I found the cloudformation template. It's defining these supported instance types:

"EcsInstanceType": {
      "Type": "String",
      "Description": "ECS EC2 instance type",
      "Default": "t2.micro",
      "AllowedValues": [
        "t2.micro",
        "t2.small",
        "t2.medium",
        "t2.large",
        "m3.medium",
        "m3.large",
        "m3.xlarge",
        "m3.2xlarge",
        "c4.large",
        "c4.xlarge",
        "c4.2xlarge",
        "c4.4xlarge",
        "c4.8xlarge",
        "c3.large",
        "c3.xlarge",
        "c3.2xlarge",
        "c3.4xlarge",
        "c3.8xlarge",
        "r3.large",
        "r3.xlarge",
        "r3.2xlarge",
        "r3.4xlarge",
        "r3.8xlarge",
        "i2.xlarge",
        "i2.2xlarge",
        "i2.4xlarge",
        "i2.8xlarge"
      ]

Any particular reason m4.* is not supported?

from amazon-ecs-cli.

samuelkarp avatar samuelkarp commented on July 17, 2024

@dtest There is no specific reason why m4.* is not supported; I think we just missed including it in the list.

from amazon-ecs-cli.

uttarasridhar avatar uttarasridhar commented on July 17, 2024

was merged in commit dfca896. Pending Release.

from amazon-ecs-cli.

uttarasridhar avatar uttarasridhar commented on July 17, 2024

released in v0.2.0

from amazon-ecs-cli.

ronaldpetty avatar ronaldpetty commented on July 17, 2024
user@ubuntu:~$ aws emr create-cluster --release-label emr-5.9.0 --instance-type t2.small --instance-count 1 --use-default-roles

An error occurred (ValidationException) when calling the RunJobFlow operation: Instance type 't2.small' is not supported.
user@ubuntu:~$

user@ubuntu:~$ aws emr create-cluster --release-label emr-5.9.0 --instance-type t2.medium --instance-count 1 --use-default-roles

An error occurred (ValidationException) when calling the RunJobFlow operation: Instance type 't2.medium' is not supported.
user@ubuntu:~$

user@ubuntu:~$ aws emr create-cluster --release-label emr-5.9.0 --instance-type m4.large --instance-count 1 --use-default-roles
{
    "ClusterId": "j-EREIQH405G8E"
}
user@ubuntu:~$

from amazon-ecs-cli.

Martin-Vana avatar Martin-Vana commented on July 17, 2024

The same goes for i3.* instances. Could those be added too?

from amazon-ecs-cli.

ronaldpetty avatar ronaldpetty commented on July 17, 2024

For me, I found that the instances are in the list, but it failed due to the VPC not supporting those instance types. If you do a list, you will see the error (in my case.)

from amazon-ecs-cli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.