
set-load-balancer-policies-for-backend-server
*********************************************


DESCRIPTION
===========

Replaces the current set of policies associated with a port on which
the back-end server is listening with a new set of policies. After the
policies have been created using  create-load-balancer-policy , they
can be applied here as a list. At this time, only the back-end server
authentication policy type can be applied to the back-end ports; this
policy type is composed of multiple public key policies.


SYNOPSIS
========

   aws elb set-load-balancer-policies-for-backend-server
     --instance-port <value>
     --policy-names <value>
     --load-balancer-name <value>


REQUIRED PARAMETERS
===================

"--instance-port"  (integer)
   The port number associated with the back-end server.

"--policy-names"  (list of string)
   List of policy names to be set. If the list is empty, then all
   current polices are removed from the back-end server.

   *Parameter Syntax*

      ["string", ...]

"--load-balancer-name"  (string)
   The mnemonic name associated with the LoadBalancer. This name must
   be unique within the client AWS account.


OPTIONAL PARAMETERS
===================

None
