I'd like to know how to create a new amazon ec2 instance using the php sdk and to do so providing it a IAM profile for a given role upon startup.
This is a new feature apparently, and consequently the real world examples are sparse at this time. Any help would be appreciated, the link from Amazon below is tempting, but skips over the part of actually creating the instance with a IAM profile assigned from SDK and instead uses the management console (which defeats the whole purpose, right?).
http://docs.amazonwebservices.com/AWSSdkDocsPHP/latest/DeveloperGuide/php-dg-roles.html
I'm assuming its an option of run_instances, but i suppose it could be via IAM object instead?
Thanks,
R