Boto on an EC2 instance can grab its credentials from AWS directly, rather than from environment variables. Would it be possible to allow for this? I've monkey patched my local version to just ignore the env vars, but it's not a great solution.
Boto on an EC2 instance can grab its credentials from AWS directly, rather than from environment variables.
Would it be possible to allow for this? I've monkey patched my local version to just ignore the env vars, but it's not a great solution.