paws.management (version 0.1.0)

opsworks_attach_elastic_load_balancer: Attaches an Elastic Load Balancing load balancer to a specified layer

Description

Attaches an Elastic Load Balancing load balancer to a specified layer. AWS OpsWorks Stacks does not support Application Load Balancer. You can only use Classic Load Balancer with AWS OpsWorks Stacks. For more information, see Elastic Load Balancing.

Usage

opsworks_attach_elastic_load_balancer(ElasticLoadBalancerName, LayerId)

Arguments

ElasticLoadBalancerName

[required] The Elastic Load Balancing instance's name.

LayerId

[required] The ID of the layer to which the Elastic Load Balancing instance is to be attached.

Request syntax

svc$attach_elastic_load_balancer(
  ElasticLoadBalancerName = "string",
  LayerId = "string"
)

Details

You must create the Elastic Load Balancing instance separately, by using the Elastic Load Balancing console, API, or CLI. For more information, see Elastic Load Balancing Developer Guide.

Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.