Difference between revisions of "Aws elbv2 create-load-balancer"

From wikieduonline
Jump to navigation Jump to search
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
* https://docs.aws.amazon.com/cli/latest/reference/elbv2/create-load-balancer.html
+
* https://awscli.amazonaws.com/v2/documentation/api/latest/reference/elbv2/create-load-balancer.html
  
 +
[[--type]] [ application | network | gateway ]
 +
 +
== Examples ==
 
<code>[[aws elbv2]] create-load-balancer --name my-load-balancer --subnets subnet-b7d581c0 subnet-8360a9e7</code>
 
<code>[[aws elbv2]] create-load-balancer --name my-load-balancer --subnets subnet-b7d581c0 subnet-8360a9e7</code>
 +
 +
== Options ==
 +
<pre>
 +
  create-load-balancer
 +
--name <value>
 +
[--subnets <value>]
 +
[--subnet-mappings <value>]
 +
[--security-groups <value>]
 +
[--scheme <value>]
 +
[--tags <value>]
 +
[--type <value>]
 +
[--ip-address-type <value>]
 +
[--customer-owned-ipv4-pool <value>]
 +
[--cli-input-json <value>]
 +
[--generate-cli-skeleton <value>]
 +
</pre>
 +
 +
 +
== Related ==
 +
* <code>[[aws_lb]]</code>
  
 
== See also ==
 
== See also ==
 
* {{aws elbv2}}
 
* {{aws elbv2}}
 +
* {{AWS LB}}
  
 
[[Category:AWS]]
 
[[Category:AWS]]

Latest revision as of 08:39, 8 February 2023

--type [ application | network | gateway ]

Examples[edit]

aws elbv2 create-load-balancer --name my-load-balancer --subnets subnet-b7d581c0 subnet-8360a9e7

Options[edit]

  create-load-balancer
--name <value>
[--subnets <value>]
[--subnet-mappings <value>]
[--security-groups <value>]
[--scheme <value>]
[--tags <value>]
[--type <value>]
[--ip-address-type <value>]
[--customer-owned-ipv4-pool <value>]
[--cli-input-json <value>]
[--generate-cli-skeleton <value>]


Related[edit]

See also[edit]

Advertising: