404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.16.139.76: ~ $
**To describe all policies associated with a load balancer**

This example describes all of the policies associated with the specified load balancer.

Command::

  aws elb describe-load-balancer-policies --load-balancer-name my-load-balancer

Output::

  {
    "PolicyDescriptions": [
      {
        "PolicyAttributeDescriptions": [
          {
            "AttributeName": "ProxyProtocol",
            "AttributeValue": "true"
          }
        ],
        "PolicyName": "my-ProxyProtocol-policy",
        "PolicyTypeName": "ProxyProtocolPolicyType"
      },
      {
          "PolicyAttributeDescriptions": [
              {
                  "AttributeName": "CookieName",
                  "AttributeValue": "my-app-cookie"
              }
          ],
          "PolicyName": "my-app-cookie-policy",
          "PolicyTypeName": "AppCookieStickinessPolicyType"
      },
      {
        "PolicyAttributeDescriptions": [
          {
            "AttributeName": "CookieExpirationPeriod",
            "AttributeValue": "60"
          }
        ],
        "PolicyName": "my-duration-cookie-policy",
        "PolicyTypeName": "LBCookieStickinessPolicyType"
      },
      .
      .
      .
    ]
  }

**To describe a specific policy associated with a load balancer**

This example describes the specified policy associated with the specified load balancer.

Command::

  aws elb describe-load-balancer-policies --load-balancer-name my-load-balancer --policy-name my-authentication-policy

Output::

  {
    "PolicyDescriptions": [
        {
            "PolicyAttributeDescriptions": [
                {
                    "AttributeName": "PublicKeyPolicyName",
                    "AttributeValue": "my-PublicKey-policy"
                }
            ],
            "PolicyName": "my-authentication-policy",
            "PolicyTypeName": "BackendServerAuthenticationPolicyType"
        }
    ]
  }

Filemanager

Name Type Size Permission Actions
wait Folder 0755
add-tags.rst File 231 B 0644
apply-security-groups-to-load-balancer.rst File 356 B 0644
attach-load-balancer-to-subnets.rst File 371 B 0644
configure-health-check.rst File 568 B 0644
create-app-cookie-stickiness-policy.rst File 349 B 0644
create-lb-cookie-stickiness-policy.rst File 370 B 0644
create-load-balancer-listeners.rst File 649 B 0644
create-load-balancer-policy.rst File 2.61 KB 0644
create-load-balancer.rst File 2.32 KB 0644
delete-load-balancer-listeners.rst File 261 B 0644
delete-load-balancer-policy.rst File 305 B 0644
delete-load-balancer.rst File 166 B 0644
deregister-instances-from-load-balancer.rst File 460 B 0644
describe-account-limits.rst File 596 B 0644
describe-instance-health.rst File 1.53 KB 0644
describe-load-balancer-attributes.rst File 581 B 0644
describe-load-balancer-policies.rst File 1.86 KB 0644
describe-load-balancer-policy-types.rst File 3.37 KB 0644
describe-load-balancers.rst File 3.02 KB 0644
describe-tags.rst File 611 B 0644
detach-load-balancer-from-subnets.rst File 320 B 0644
disable-availability-zones-for-load-balancer.rst File 405 B 0644
enable-availability-zones-for-load-balancer.rst File 390 B 0644
modify-load-balancer-attributes.rst File 990 B 0644
register-instances-with-load-balancer.rst File 497 B 0644
remove-tags.rst File 189 B 0644
set-load-balancer-listener-ssl-certificate.rst File 365 B 0644
set-load-balancer-policies-for-backend-server.rst File 737 B 0644
set-load-balancer-policies-of-listener.rst File 729 B 0644