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.
opsworks_attach_elastic_load_balancer(ElasticLoadBalancerName, LayerId)
[required] The Elastic Load Balancing instance\'s name.
[required] The ID of the layer to which the Elastic Load Balancing instance is to be attached.
svc$attach_elastic_load_balancer( ElasticLoadBalancerName = "string", LayerId = "string" )
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.