Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. ec2_private_linux:
  2. provider: nonpod-us-east-1
  3. tag: {'Engagement': '80000', 'Owner': 'Tim Dunphy', 'Name': 'production'}
  4. image: ami-50d8ed47
  5. rename_on_destroy: True
  6. size: c4.large
  7. ssh_username: root
  8. network_interfaces:
  9. - DeviceIndex: 0
  10. SubnetId: subnet-b9273ae0
  11. PrivateIpAddresses:
  12. - Primary: True
  13. #auto assign public ip (not EIP)
  14. AssociatePublicIpAddress: False
  15. volumes:
  16. - { size: 120, device: /dev/xvda, type: gp2 }
  17. - { size: 10, device: /dev/xvdg, type: gp2 }
  18. - { size: 10, device: /dev/xvdh, type: gp2 }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement