Skip to content

Instantly share code, notes, and snippets.

@leedohyung-dba
Created September 7, 2016 08:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leedohyung-dba/daf555699119041c533fd9f00a222e6b to your computer and use it in GitHub Desktop.
Save leedohyung-dba/daf555699119041c533fd9f00a222e6b to your computer and use it in GitHub Desktop.
The email was not sent. Error message: Error retrieving credentials from the instance profile metadata server. (cURL error 28: Connection timed out after 1001 milliseconds (see http://curl.haxx.se/libcurl/c/libcurl-errors.html))
$client = SesClient::factory(array(
'version'=> 'latest',
'region' => REGION,
+ 'credentials' => array(
+ 'key' => '*******************',
+ 'secret' => '********************************'
+ )
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment