Skip to content

Attach Elastic Load Balancer

opsworks_attach_elastic_load_balancer R Documentation

Attaches an Elastic Load Balancing load balancer to a specified layer

Description

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

You must create the Elastic Load Balancing instance separately, by using the Elastic Load Balancing console, API, or CLI. For more information, see the 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.

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.

Value

An empty list.

Request syntax

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