summaryrefslogtreecommitdiffstats
path: root/README_AWS.md
diff options
context:
space:
mode:
authorThomas Wiest <twiest@users.noreply.github.com>2015-12-08 16:03:05 -0500
committerThomas Wiest <twiest@users.noreply.github.com>2015-12-08 16:03:05 -0500
commitbc10731cb98eb4169c430de24044783c7c5183cd (patch)
tree14f3b7f398a5d38aee0e944ffd8f253855ae49d1 /README_AWS.md
parent04bac49fc673a89b74b20842a90b781abca8d683 (diff)
parent7aebe7eac256b7ed5426c5b83f27a1ecf9aa63f4 (diff)
downloadopenshift-bc10731cb98eb4169c430de24044783c7c5183cd.tar.gz
openshift-bc10731cb98eb4169c430de24044783c7c5183cd.tar.bz2
openshift-bc10731cb98eb4169c430de24044783c7c5183cd.tar.xz
openshift-bc10731cb98eb4169c430de24044783c7c5183cd.zip
Merge pull request #1029 from jtslear/better-reading
Betterize AWS readme
Diffstat (limited to 'README_AWS.md')
-rw-r--r--README_AWS.md27
1 files changed, 19 insertions, 8 deletions
diff --git a/README_AWS.md b/README_AWS.md
index 16ccb07e8..f8ecaec49 100644
--- a/README_AWS.md
+++ b/README_AWS.md
@@ -67,12 +67,12 @@ By default, a cluster is launched with the following configuration:
- Keypair name: libra
- Security group: public
-Master specific defaults:
+#### Master specific defaults:
- Master root volume size: 10 (in GiBs)
- Master root volume type: gp2
- Master root volume iops: 500 (only applicable when volume type is io1)
-Node specific defaults:
+#### Node specific defaults:
- Node root volume size: 10 (in GiBs)
- Node root volume type: gp2
- Node root volume iops: 500 (only applicable when volume type is io1)
@@ -81,16 +81,26 @@ Node specific defaults:
- Docker volume type: gp2 (only applicable if ephemeral is false)
- Docker volume iops: 500 (only applicable when volume type is io1)
-Specifying ec2 instance type.
-All instances:
+### Specifying ec2 instance type.
+
+#### All instances:
+
- export ec2_instance_type='m4.large'
-Master instances:
+
+#### Master instances:
+
- export ec2_master_instance_type='m4.large'
-Infra node instances:
+
+#### Infra node instances:
+
- export ec2_infra_instance_type='m4.large'
-Non-infra node instances:
+
+#### Non-infra node instances:
+
- export ec2_node_instance_type='m4.large'
-etcd instances:
+
+#### etcd instances:
+
- export ec2_etcd_instance_type='m4.large'
If needed, these values can be changed by setting environment variables on your system.
@@ -114,6 +124,7 @@ If needed, these values can be changed by setting environment variables on your
Install Dependencies
--------------------
1. Ansible requires python-boto for aws operations:
+
RHEL/CentOS/Fedora
```
yum install -y ansible python-boto pyOpenSSL