Created
May 8, 2015 19:07
-
-
Save kaidokert/2111d6e75c0609f098c8 to your computer and use it in GitHub Desktop.
Minimal salt cloud.providers file to configure ec2 access
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
my-ec2-config: | |
id: GKTADJGHEIQSXMKKRBJ08H | |
key: askdjghsdfjkghWupUjasdflkdfklgjsdfjajkghs | |
keyname: default | |
private_key: /root/default.pem | |
provider: ec2 | |
# full file here : http://docs.saltstack.com/en/latest/ref/clouds/all/salt.cloud.clouds.ec2.html | |
# if any of the vars is missing, you'll get | |
# [WARNING ] The cloud driver, 'ec2', configured under the 'my-ec2-config' cloud provider alias was not loaded since 'ec2.get_configured_provider()' could not be found. Removing it from the available providers list |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment