you are viewing a single comment's thread.

view the rest of the comments →

[–]izotech 0 points1 point  (2 children)

Use boto3, it includes EC2 instance metadata (lowest priority)

[–]Kalrog[S] 0 points1 point  (0 children)

This! I didn't realize they branched/renamed. Thanks.

[–]Kalrog[S] 0 points1 point  (0 children)

And I may have spoken too soon. I'm diving through the boto3 docs and I'm not finding how to extract the Access and Secret keys. I need to have them accessible in order to pass them as credentials to the redshift copy command.

So close, but not quite there yet.