404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.149.253.148: ~ $
**To create a policy that enables Proxy Protocol on a load balancer**

This example creates a policy that enables Proxy Protocol on the specified load balancer.

Command::

  aws elb create-load-balancer-policy --load-balancer-name my-load-balancer --policy-name my-ProxyProtocol-policy --policy-type-name ProxyProtocolPolicyType --policy-attributes AttributeName=ProxyProtocol,AttributeValue=true


**To create an SSL negotiation policy using the recommended security policy**

This example creates an SSL negotiation policy for the specified HTTPS load balancer using the recommended security policy.

Command::

  aws elb create-load-balancer-policy --load-balancer-name my-load-balancer --policy-name my-SSLNegotiation-policy --policy-type-name SSLNegotiationPolicyType --policy-attributes AttributeName=Reference-Security-Policy,AttributeValue=ELBSecurityPolicy-2015-03


**To create an SSL negotiation policy using a custom security policy**

This example creates an SSL negotiation policy for your HTTPS load balancer using a custom security policy by enabling the protocols and the ciphers.

Command::

  aws elb create-load-balancer-policy --load-balancer-name my-load-balancer --policy-name my-SSLNegotiation-policy --policy-type-name SSLNegotiationPolicyType --policy-attributes AttributeName=Protocol-SSLv3,AttributeValue=true AttributeName=Protocol-TLSv1.1,AttributeValue=true AttributeName=DHE-RSA-AES256-SHA256,AttributeValue=true AttributeName=Server-Defined-Cipher-Order,AttributeValue=true


**To create a public key policy**

This example creates a public key policy.

Command::

  aws elb create-load-balancer-policy --load-balancer-name my-load-balancer --policy-name my-PublicKey-policy --policy-type-name PublicKeyPolicyType --policy-attributes AttributeName=PublicKey,AttributeValue=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwAYUjnfyEyXr1pxjhFWBpMlggUcqoi3kl+dS74kj//c6x7ROtusUaeQCTgIUkayttRDWchuqo1pHC1u+n5xxXnBBe2ejbb2WRsKIQ5rXEeixsjFpFsojpSQKkzhVGI6mJVZBJDVKSHmswnwLBdofLhzvllpovBPTHe+o4haAWvDBALJU0pkSI1FecPHcs2hwxf14zHoXy1e2k36A64nXW43wtfx5qcVSIxtCEOjnYRg7RPvybaGfQ+v6Iaxb/+7J5kEvZhTFQId+bSiJImF1FSUT1W1xwzBZPUbcUkkXDj45vC2s3Z8E+Lk7a3uZhvsQHLZnrfuWjBWGWvZ/MhZYgEXAMPLE


**To create a backend server authentication policy**

This example creates a backend server authentication policy that enables authentication on your backend instance using a public key policy.

Command::

  aws elb create-load-balancer-policy --load-balancer-name my-load-balancer --policy-name my-authentication-policy --policy-type-name BackendServerAuthenticationPolicyType --policy-attributes AttributeName=PublicKeyPolicyName,AttributeValue=my-PublicKey-policy


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