Sha256: 8e75d928704f7a1aa1366a89c8a7cd999453749859c1697b12fa925cc3378330
Contents?: true
Size: 555 Bytes
Versions: 2
Compression:
Stored size: 555 Bytes
Contents
provider: 'AWS' aws_access_key_id: 'YOUR_SECRET_ACCESS_KEY_ID' aws_secret_access_key: 'YOUR_SECRET_ACCESS_KEY' # optionally specify Region for your AMI # FOG gem defaults AWS to 'us-east-1' region: 'us-west-2' # specify another config file for your aws credentials # in case you want to keep them encrypted. This file # will take presedence if access keys are defined in both # files aws_credential_file: 'spec/data/aws_credentials.yml' ami_id: 'SOME-AMI' flavor_id: 'm1.large' key_name: 'some-key-pair' private_key_path: "~/.ssh/some-private-key.pem"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pairhost-0.0.7 | spec/data/config_with_region.yml |
pairhost-0.0.6 | spec/data/config_with_region.yml |