I know for ec2.py
I can either specify environment variables via export
before calling ec2.py
or use a boto
config file with plain-text passwords (or python keyring).
As I have the aws key and secret in ansible vault anyway, is there a way to auto-export this from the vault or any other means to pass the value to ec2.py
instead of having to specify it again?