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

From wikieduonline
Jump to navigation Jump to search
 
(3 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
* https://awscli.amazonaws.com/v2/documentation/api/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 ]
+
  [[--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>
 
<pre>
 
   create-load-balancer
 
   create-load-balancer
Line 22: Line 22:
 
[--generate-cli-skeleton <value>]
 
[--generate-cli-skeleton <value>]
 
</pre>
 
</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: