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
d1e31e71
Commit
d1e31e71
authored
Nov 25, 2013
by
John Jarvis
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #490 from edx/jarv/add-admin-subnet
adding admin subnet
parents
6fc3ba4d
2d9bea1d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
1 deletions
+34
-1
cloudformation_templates/edx-reference-architecture.json
+34
-1
No files found.
cloudformation_templates/edx-reference-architecture.json
View file @
d1e31e71
...
...
@@ -393,7 +393,8 @@
"Forum02"
:
{
"CIDR"
:
"10.0.81.0/24"
},
"Mongo01"
:
{
"CIDR"
:
"10.0.90.0/24"
},
"Mongo02"
:
{
"CIDR"
:
"10.0.91.0/24"
},
"Mongo03"
:
{
"CIDR"
:
"10.0.92.0/24"
}
"Mongo03"
:
{
"CIDR"
:
"10.0.92.0/24"
},
"Admin"
:
{
"CIDR"
:
"10.0.200.0/24"
}
},
"MapRegionsToAvailZones"
:{
"us-east-1"
:
{
"AZone2"
:
"us-east-1d"
,
"AZone0"
:
"us-east-1b"
,
"AZone1"
:
"us-east-1c"
},
...
...
@@ -460,6 +461,38 @@
}
}
},
"AdminSubnet"
:{
"Type"
:
"AWS::EC2::Subnet"
,
"Properties"
:{
"VpcId"
:{
"Ref"
:
"EdxVPC"
},
"CidrBlock"
:{
"Fn::FindInMap"
:[
"SubnetConfig"
,
"Admin"
,
"CIDR"
]
},
"AvailabilityZone"
:{
"Fn::FindInMap"
:[
"MapRegionsToAvailZones"
,
{
"Ref"
:
"AWS::Region"
},
"AZone0"
]
},
"Tags"
:[
{
"Key"
:
"Application"
,
"Value"
:
"admin"
},
{
"Key"
:
"Network"
,
"Value"
:
"Private"
}
]
}
},
"EdxappSubnet01"
:{
"Type"
:
"AWS::EC2::Subnet"
,
"Properties"
:{
...
...
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