I am attempting to build out an instance to our AWS environment using the AWS plugin in vRO. I can get all the objects requred for the 'Launch Instance' workflow, except the instance type. When I run the following line:
Server.findAllForType("AWS:EC2InstanceType")
I retrieve a very short list of instance types. Not at all reflecting the instance types available, not even the t2 instance family. I assume that this is because the SDK for the plugin is behind the current plugin distributed by Amazon. I also cannot create EC2InstanceType objects using the withValue() method. I get a enum error.
If the SDK truly is restricting which instance types I can use, will updating the SDK on the appliance resolve my problems? Or am I wasting my time trying to use this plugin? It seems crazy to me that the plugin is out of date by almost a year. I don't want to buiild something new on an unsupported platform.
Thanks!