Skip to content

Commit 86def91

Browse files
authored
Merge pull request #37639 from chinmayi-chandrasekar/BZ1962929_AWS_master_size
BZ1962929: documentation for increasing the AWS master flavor size
2 parents 5d8f166 + b6039c2 commit 86def91

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * scalability_and_performance/recommended-host-practices.adoc
4+
5+
6+
[id="increasing-aws-flavor-size_{context}"]
7+
= Increasing the flavor size of the Amazon Web Services (AWS) master instances
8+
9+
When you have overloaded AWS master nodes in a cluster and the master nodes require more resources, you can increase the flavor size of the master instances.
10+
[NOTE]
11+
====
12+
It is recommended to backup etcd before increasing the flavor size of the AWS master instances.
13+
====
14+
15+
.Prerequisites
16+
17+
* You have an IPI (installer-provisioned infrastructure) or UPI (user-provisioned infrastructure) cluster on AWS.
18+
19+
20+
.Procedure
21+
22+
. Open the AWS console, fetch the master instances.
23+
24+
. Stop one master instance.
25+
26+
. Select the stopped instance, and click *Actions* -> *Instance Settings* -> *Change instance type*.
27+
28+
. Change the instance to a larger type, ensuring that the type is the same base as the previous selection, and apply changes. For example, you can change `m5.xlarge` to `m5.2xlarge` or `m5.4xlarge`.
29+
30+
. Backup the instance, and repeat the steps for the next master instance.

scalability_and_performance/recommended-host-practices.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ include::modules/modify-unavailable-workers.adoc[leveloffset=+1]
2020

2121
include::modules/master-node-sizing.adoc[leveloffset=+1]
2222

23+
include::modules/increasing-aws-flavor-size.adoc[leveloffset=+2]
24+
25+
.Additional resources
26+
* xref:../backup_and_restore/backing-up-etcd.adoc#backing-up-etcd[Backing up etcd]
27+
2328
include::modules/recommended-etcd-practices.adoc[leveloffset=+1]
2429

2530
include::modules/etcd-defrag.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)