amazon web services - Importing data from Excel sheet to DynamoDB table -
i having problem importing data excel sheet amazon dynamodb table. have excel sheet in amazon s3 bucket , want import data sheet table in dynamodb.
currently following import , export dynamodb data using aws data pipeline pipeline not working normally.
it gives me waiting_for_runner status , after sometime status changed canceled. please suggest doing wrong or there other way import data excel sheet dynamodb table?
the potential reasons follows:-
reason 1:
if pipeline in scheduled state , 1 or more tasks appear stuck in waiting_for_runner state, ensure set valid value either runson or workergroup fields tasks. if both values empty or missing, task cannot start because there no association between task , worker perform tasks. in situation, you've defined work haven't defined computer work. if applicable, verify workergroup value assigned pipeline component same name , case workergroup value configured task runner.
reason 2:-
another potential cause of problem endpoint , access key provided task runner not same aws data pipeline console or computer aws data pipeline cli tools installed. might have created new pipelines no visible errors, task runner polls wrong location due difference in credentials, or polls correct location insufficient permissions identify , run work specified pipeline definition.
Comments
Post a Comment