Ich versuche SNS-Nachrichten an Android über Web-API zu senden. heruntergeladen und installiert das SDK von http://aws.amazon.com/developers/getting-started/php/AWS SDK für PHP: Fehler beim Abrufen der Anmeldeinformationen vom Metadatenserver des Instanzprofils
Got Fehler folgende während sample.php ausgeführt wird:
Fatal error: Uncaught exception 'Aws\Common\Exception\InstanceProfileCredentialsException' with message 'Error retrieving credentials from the instance profile metadata server. When you are not running inside of Amazon EC2, you must provide your AWS access key ID and secret access key in the "key" and "secret" options when creating a client or provide an instantiated Aws\Common\Credentials\CredentialsInterface object. ([curl] 28: Connection timed out after 5016 milliseconds [url] http://169.254.169.254/latest/meta-data/iam/security-credentials/)' in C:\xampp\htdocs\aws-php\vendor\aws\aws-sdk-php\src\Aws\Common\InstanceMetadata\InstanceMetadataClient.php:85 Stack trace: #0 C:\xampp\htdocs\aws-php\vendor\aws\aws-sdk-php\src\Aws\Common\Credentials\RefreshableInstanceProfileCredentials.php(52): Aws\Common\InstanceMetadata\InstanceMetadataClient->getInstanceProfileCredentials() #1 C:\xampp\htdocs\aws-php\vendor\aws\aws-sdk-php\src\Aws\Common\Credentials\AbstractRefreshableCredentials.php(54): Aws\Common\Credentials\Refreshable in C:\xampp\htdocs\aws-php\vendor\aws\aws-sdk-php\src\Aws\Common\InstanceMetadata\InstanceMetadataClient.php on line 85
Ein wenig Anleitung zu diesem Thema mir viel
Das bedeutet, dass Sie Ihre Anmeldeinformationen nicht korrekt konfiguriert ist. Weitere Informationen finden Sie unter [Bereitstellen von Anmeldeinformationen für das SDK] (http://docs.aws.amazon.com/aws-sdk-php/guide/latest/credentials.html) im AWS SDK for PHP-Benutzerhandbuch. –
Ich habe bereits die Datei /.aws/credentials mit AWS_ACCESS_KEY_ID und AWS_SECRET_ACCESS_KEY wie hier erwähnt konfiguriert. Immer noch funktioniert es nicht – Ravindra
@Ravindra Haben Sie jemals eine Lösung gefunden? Ich habe das gleiche Problem –