diff options
author | Wesley Hearn <wesley.s.hearn@gmail.com> | 2015-07-30 13:59:45 -0400 |
---|---|---|
committer | Wesley Hearn <wesley.s.hearn@gmail.com> | 2015-07-30 13:59:45 -0400 |
commit | f0b2d1d7a6d328f8c2d8e6efabb839032f0717be (patch) | |
tree | 5b830667062116b9c25ec1525496f8bcc96254e1 /README_AWS.md | |
parent | 1c1e57e6d24a7430651caa87c52b9b22ea96132d (diff) | |
parent | e26c1af8943b8b8e73b550d82cd34c9b68ca913a (diff) | |
download | openshift-f0b2d1d7a6d328f8c2d8e6efabb839032f0717be.tar.gz openshift-f0b2d1d7a6d328f8c2d8e6efabb839032f0717be.tar.bz2 openshift-f0b2d1d7a6d328f8c2d8e6efabb839032f0717be.tar.xz openshift-f0b2d1d7a6d328f8c2d8e6efabb839032f0717be.zip |
Merge pull request #395 from pat2man/m4_aws_instances
Use AWS m4 instances types
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' |