diff options
author | Patrick Tescher <pat2man@gmail.com> | 2015-07-27 12:22:00 -0700 |
---|---|---|
committer | Patrick Tescher <pat2man@gmail.com> | 2015-07-27 12:22:00 -0700 |
commit | e26c1af8943b8b8e73b550d82cd34c9b68ca913a (patch) | |
tree | 6ee8c035e329b97d2a3b5961faeb56e5d6b2225c /README_AWS.md | |
parent | 274aa30b1af218031c0c6e7d3abe2ab732dc5b59 (diff) | |
download | openshift-e26c1af8943b8b8e73b550d82cd34c9b68ca913a.tar.gz openshift-e26c1af8943b8b8e73b550d82cd34c9b68ca913a.tar.bz2 openshift-e26c1af8943b8b8e73b550d82cd34c9b68ca913a.tar.xz openshift-e26c1af8943b8b8e73b550d82cd34c9b68ca913a.zip |
Use AWS m4 instances types
AWS m4 replaces m3 and is a bit cheaper.
Diffstat (limited to 'README_AWS.md')
-rw-r--r-- | README_AWS.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README_AWS.md b/README_AWS.md index 0e3128a92..1c76916cb 100644 --- a/README_AWS.md +++ b/README_AWS.md @@ -40,7 +40,7 @@ Alternatively, you can configure your ssh-agent to hold the credentials to conne By default, a cluster is launched with the following configuration: -- Instance type: m3.large +- Instance type: m4.large - AMI: ami-307b3658 (for online deployments, ami-acd999c4 for origin deployments and ami-10663b78 for enterprise deployments) - Region: us-east-1 - Keypair name: libra @@ -62,7 +62,7 @@ Node specific defaults: If needed, these values can be changed by setting environment variables on your system. -- export ec2_instance_type='m3.large' +- export ec2_instance_type='m4.large' - export ec2_image='ami-307b3658' - export ec2_region='us-east-1' - export ec2_keypair='libra' |