Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
configuration
Commits
61a4941e
Commit
61a4941e
authored
Aug 27, 2013
by
Feanil Patel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add more control over rabbit and worker instance types.
parent
d2882ba4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
48 additions
and
2 deletions
+48
-2
cloudformation_templates/edx-reference-architecture.json
+48
-2
No files found.
cloudformation_templates/edx-reference-architecture.json
View file @
61a4941e
...
...
@@ -35,6 +35,52 @@
],
"ConstraintDescription"
:
"must be a valid EC2 instance type."
},
"WorkerInstanceType"
:{
"Description"
:
"Worker EC2 instance type"
,
"Type"
:
"String"
,
"Default"
:
"m1.small"
,
"AllowedValues"
:[
"t1.micro"
,
"m1.small"
,
"m1.medium"
,
"m1.large"
,
"m1.xlarge"
,
"m2.xlarge"
,
"m2.2xlarge"
,
"m2.4xlarge"
,
"m3.xlarge"
,
"m3.2xlarge"
,
"c1.medium"
,
"c1.xlarge"
,
"cc1.4xlarge"
,
"cc2.8xlarge"
,
"cg1.4xlarge"
],
"ConstraintDescription"
:
"must be a valid EC2 instance type."
},
"RabbitInstanceType"
:{
"Description"
:
"RabbitMQ server EC2 instance type"
,
"Type"
:
"String"
,
"Default"
:
"m1.small"
,
"AllowedValues"
:[
"t1.micro"
,
"m1.small"
,
"m1.medium"
,
"m1.large"
,
"m1.xlarge"
,
"m2.xlarge"
,
"m2.2xlarge"
,
"m2.4xlarge"
,
"m3.xlarge"
,
"m3.2xlarge"
,
"c1.medium"
,
"c1.xlarge"
,
"cc1.4xlarge"
,
"cc2.8xlarge"
,
"cg1.4xlarge"
],
"ConstraintDescription"
:
"must be a valid EC2 instance type."
},
"SSHLocation"
:{
"Description"
:
"The IP address range that can be used to SSH to the EC2 instances"
,
"Type"
:
"String"
,
...
...
@@ -2833,7 +2879,7 @@
"Fn::FindInMap"
:[
"AWSInstanceType2Arch"
,
{
"Ref"
:
"InstanceType"
"Ref"
:
"
Rabbit
InstanceType"
},
"Arch"
]
...
...
@@ -3715,7 +3761,7 @@
"Fn::FindInMap"
:[
"AWSInstanceType2Arch"
,
{
"Ref"
:
"InstanceType"
"Ref"
:
"
Worker
InstanceType"
},
"Arch"
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment