kvnn / OrdControl

A one-click AWS deployment to run a Bitcoin full-node and Ord instance with a client-controller. The client currently facilitates creating an ord wallet, viewing balance/address info and uploading / inscribing files.
23 stars 3 forks source link

boto3 will fail to load ec2 credentials for the Dynamo db, intermittently #3

Open kvnn opened 1 year ago

kvnn commented 1 year ago

See:

kvnn commented 1 year ago

I feel like this is probably a race condition in the terraform script. Its really twisting my knickers, if you know what I mean. Nothing really needs Dynamo right now, and I'm likely going to add a Lambda / S3 implementation this weekend (to generate inscriptions from larger files), so it'll become apparent if its specific to Dynamo or not.

kvnn commented 1 year ago

Just tried using this method to refresh the session from the command line after hitting this issue: https://stackoverflow.com/a/75576540

Same error / Did not work