Wednesday 3 September 2014

AWS Tip: Upgrade your PHP 1.x SDK

If you are still using 1.6.2 of the AWS PHP SDK you can expect some strange issues, for example:

$ec2->describe_instances();

Will not list T2 instance types. Save yourself some hassle and upgrade to the latest version with the help of this migration guide.