Guest User

Untitled

a guest
Mar 13th, 2018
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. {
  2. "LoadBalancerName": "testBalancer",
  3. "Listeners": [{
  4. "InstancePort": 8003,
  5. "LoadBalancerPort": 8003,
  6. "Protocol": "HTTP",
  7. "InstanceProtocol": "HTTP"
  8. }],
  9. "AvailabilityZones": [
  10. "eu-central-1b"
  11. ],
  12. "Subnets": [
  13. "subnet-123123123"
  14. ],
  15. "SecurityGroups": [
  16. "sg-123123",
  17. "sg-123123"
  18. ],
  19. "Scheme": "",
  20. "Tags": [{
  21. "Key": "Environment",
  22. "Value": "123123"
  23. }]
  24. }
Add Comment
Please, Sign In to add comment