Skip to content

Commit

Permalink
bug 1709910 ... but sometimes m5
Browse files Browse the repository at this point in the history
  • Loading branch information
kalexand-rh committed May 21, 2019
1 parent d9f6b0e commit caa367e
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 5 deletions.
11 changes: 8 additions & 3 deletions modules/installation-aws-limits.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,20 @@ ability to install and run {product-title} clusters.
|Varies
|By default, each cluster creates the following instances:

* One `m4.large` bootstrap machine, which is removed after installation
* Three `m4.xlarge` master nodes
* Three `m4.large` worker nodes
* One bootstrap machine, which is removed after installation
* Three master nodes
* Three worker nodes

These instance type counts are within a new account's default limit. To deploy
more worker nodes, enable autoscaling, deploy large workloads, or use a
different instance type, review your account limits to ensure that your cluster
can deploy the machines that you need.

In most regions, the bootstrap machine uses an `m4.large` machine and the
master and worker machines use `m4.xlarge` machines. If these machine types
are not available in the region that you select, `m5.large` and `m5.xlarge`
machines are used instead.

|Elastic IPs (EIPs)
|0 to 1
|5 EIPs per account
Expand Down
10 changes: 8 additions & 2 deletions modules/installation-aws-user-infra-requirements.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ You can use the following instance types for the cluster machines:

.Valid instance types for machines

[IMPORTANT]
====
If `m4` instance types are not available in your region, such as with
`eu-west-3`, use `m5` types instead.
====

[cols="2a,2a,2a,2a",options="header"]
|===

Expand All @@ -49,12 +55,12 @@ You can use the following instance types for the cluster machines:
|
|

| `m4.large`
| `m4.large` or `m5.large`
|
|
|x

| `m4.xlarge`
| `m4.xlarge` or `m5.xlarge`
|
|x
|x
Expand Down
12 changes: 12 additions & 0 deletions modules/installation-creating-aws-control-plane.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,12 @@ the CloudFormation template for the security group and roles.
* `r4.4xlarge`
* `r4.8xlarge`
* `r4.16xlarge`
+
[IMPORTANT]
====
If `m4` instance types are not available in your region, such as with
`eu-west-3`, use `m5` types instead.
====
<23> Whether or not to register a network load balancer (NLB).
<24> Specify `yes` or `no`. If you specify `yes`, you must provide a Lambda
Amazon Resource Name (ARN) value.
Expand All @@ -176,6 +182,12 @@ and load balancing.
. Copy the template from the *CloudFormation template for control plane machines*
section of this topic and save it as a YAML file on your computer. This template
describes the control plane machines that your cluster requires.
+
[IMPORTANT]
====
If `m4` instance types are not available in your region, such as with
`eu-west-3`, you must modify the CloudFormation template use `m5` types.
====

. Launch the template:
+
Expand Down
12 changes: 12 additions & 0 deletions modules/installation-creating-aws-worker.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,22 @@ the CloudFormation template for the security group and roles.
* `r4.4xlarge`
* `r4.8xlarge`
* `r4.16xlarge`
+
[IMPORTANT]
====
If `m4` instance types are not available in your region, such as with
`eu-west-3`, use `m5` types instead.
====

. Copy the template from the *CloudFormation template for worker machines*
section of this topic and save it as a YAML file on your computer. This template
describes the networking objects and load balancers that your cluster requires.
+
[IMPORTANT]
====
If `m4` instance types are not available in your region, such as with
`eu-west-3`, you must modify the CloudFormation template use `m5` types.
====

. Launch the template:
+
Expand Down

0 comments on commit caa367e

Please sign in to comment.