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
OpenEdx
configuration
Commits
760b97da
Commit
760b97da
authored
Dec 23, 2013
by
Feanil Patel
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #567 from edx/feanil/correct_cfn
Correctly reference instance type in server names.
parents
c5d23e4f
fa8ac917
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
57 additions
and
11 deletions
+57
-11
cloudformation_templates/edx-reference-architecture.json
+57
-11
No files found.
cloudformation_templates/edx-reference-architecture.json
View file @
760b97da
...
...
@@ -16,7 +16,7 @@
"Description"
:
"Name of an existing EC2 KeyPair to enable SSH access to the web server"
,
"Default"
:
"deployment"
},
"InstanceType"
:{
"
Edxapp
InstanceType"
:{
"Description"
:
"WebServer EC2 instance type"
,
"Type"
:
"String"
,
"Default"
:
"m1.small"
,
...
...
@@ -131,6 +131,52 @@
],
"ConstraintDescription"
:
"must be a valid EC2 instance type."
},
"XserverInstanceType"
:{
"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."
},
"XqueueInstanceType"
:{
"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"
,
...
...
@@ -2475,7 +2521,7 @@
"Fn::FindInMap"
:[
"AWSInstanceType2Arch"
,
{
"Ref"
:
"InstanceType"
"Ref"
:
"
Edxapp
InstanceType"
},
"Arch"
]
...
...
@@ -2522,7 +2568,7 @@
"Ref"
:
"KeyName"
},
"InstanceType"
:{
"Ref"
:
"InstanceType"
"Ref"
:
"
Edxapp
InstanceType"
},
"BlockDeviceMappings"
:[
{
...
...
@@ -2830,7 +2876,7 @@
"Fn::FindInMap"
:[
"AWSInstanceType2Arch"
,
{
"Ref"
:
"InstanceType"
"Ref"
:
"
Xqueue
InstanceType"
},
"Arch"
]
...
...
@@ -2873,7 +2919,7 @@
"Ref"
:
"KeyName"
},
"InstanceType"
:{
"Ref"
:
"InstanceType"
"Ref"
:
"
Xqueue
InstanceType"
},
"BlockDeviceMappings"
:[
{
...
...
@@ -3207,7 +3253,7 @@
"Ref"
:
"KeyName"
},
"InstanceType"
:{
"Ref"
:
"InstanceType"
"Ref"
:
"
Rabbit
InstanceType"
},
"BlockDeviceMappings"
:[
{
...
...
@@ -3534,7 +3580,7 @@
"Fn::FindInMap"
:[
"AWSInstanceType2Arch"
,
{
"Ref"
:
"InstanceType"
"Ref"
:
"
Xserver
InstanceType"
},
"Arch"
]
...
...
@@ -3577,7 +3623,7 @@
"Ref"
:
"KeyName"
},
"InstanceType"
:{
"Ref"
:
"InstanceType"
"Ref"
:
"
Xserver
InstanceType"
},
"BlockDeviceMappings"
:[
{
...
...
@@ -4040,7 +4086,7 @@
"Ref"
:
"KeyName"
},
"InstanceType"
:{
"Ref"
:
"InstanceType"
"Ref"
:
"
Worker
InstanceType"
},
"BlockDeviceMappings"
:[
{
...
...
@@ -4289,7 +4335,7 @@
"Ref"
:
"KeyName"
},
"InstanceType"
:{
"Ref"
:
"InstanceType"
"Ref"
:
"
Forum
InstanceType"
},
"BlockDeviceMappings"
:[
{
...
...
@@ -4664,7 +4710,7 @@
"Ref"
:
"KeyName"
},
"InstanceType"
:{
"Ref"
:
"InstanceType"
"Ref"
:
"
Mongo
InstanceType"
},
"BlockDeviceMappings"
:[
{
...
...
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