Closed aaron-collier closed 6 years ago
I'm also walking through the S3 bulk load example (https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load-data.html) and get the following error output:
curl -X POST -H 'Content-Type: application/json' http://rialto-dev.clqwjadk8neo.us-west-2.neptune.amazonaws.com:8182/loader -d '
{
"source" : "s3://rialto-data-load/mapped_entities.nt",
"format" : "ntriples",
"iamRoleArn" : "arn:aws:iam::418214828013:role/NeptuneS3Load",
"region" : "us-west-2",
"failOnError" : "FALSE"
}'
{"requestId":"86b2b263-9c54-9010-e043-67fc83de8e4e","code":"InvalidParameterException","detailedMessage":"Failed to start new load from the source s3://rialto-data-load/mapped_entities.nt. Couldn't find the aws credential for iam_role_arn: arn:aws:iam::418214828013:role/NeptuneS3Load"}
Note, that this is also the case when I use the DeveloperRole ARN
when we send a properly escaped request, this is no longer occurring.
Can you please share the request @jcoyne ? I am getting the same error and I am not able to resolve the same.
@rashmipriya sorry, this was a long while ago and I forgot.
Note: Just capturing notes here for discussion.
Odd error in the Events: