Advertisement
Guest User

saltstack conf vpc

a guest
Aug 28th, 2014
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. example:
  2. provider: ec2-virginia-vpc
  3. network_interfaces:
  4. - DeviceIndex: 0
  5. PrivateIpAddresses:
  6. - Primary: True
  7. SubnetId: subnet-XXXXXXX
  8. SecurityGroupId:
  9. - sg-XXXXXX
  10. image: ami-XXXXXX
  11. size: m1.medium
  12. ssh_username: username
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement