spring-attic / aws-refapp

Refernce app for spring-cloud-aws
Apache License 2.0
132 stars 104 forks source link

Not able to create cloudformation instance from the template : Virtualization type hvm is required for instance of type t2.micro #1

Open jsaraiya1 opened 9 years ago

jsaraiya1 commented 9 years ago

Getting in to many issues while using the AwsSampleStack.template supplied in the root directory. It complained first about eu-west-2 region not available. (I am working in Chicago). I modified the template to use us-west-2. After that it complained about not having proper imageId associated with us-west-2 region. So I changed the imageId to "ami-52ff7262" to move pass this error. Now I am stuck, it complains that Virtualization of type hvm is required for instance of type t2.micro. How do I specify this in the template. Can anyone please help.