Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. ```
  2. aws elbv2 describe-target-group-attributes --target-group-arn="arn:aws:elasticloadbalancing:us-east-1:081193494074:targetgroup/demo-onedoorlive2/d98798d45a1441e8"
  3. {
  4. "Attributes": [
  5. {
  6. "Value": "false",
  7. "Key": "stickiness.enabled"
  8. },
  9. {
  10. "Value": "300",
  11. "Key": "deregistration_delay.timeout_seconds"
  12. },
  13. {
  14. "Value": "lb_cookie",
  15. "Key": "stickiness.type"
  16. },
  17. {
  18. "Value": "86400",
  19. "Key": "stickiness.lb_cookie.duration_seconds"
  20. }
  21. ]
  22. }
  23. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement