Commit 7308bd8a by e0d

Adding agard tags to our subnets.

parent 3dfb7023
...@@ -512,7 +512,8 @@ ...@@ -512,7 +512,8 @@
{ "Ref":"AWS::Region" }, { "Ref":"AWS::Region" },
"AZone0" "AZone0"
] ]
} },
"Tags" : [ { "Key" : "immutable_metadata", "Value" : '{"purpose":"external","target":"ec2"}' } ]
} }
}, },
"PublicSubnet02":{ "PublicSubnet02":{
...@@ -534,7 +535,13 @@ ...@@ -534,7 +535,13 @@
{ "Ref":"AWS::Region" }, { "Ref":"AWS::Region" },
"AZone1" "AZone1"
] ]
} },
"Tags" : [
{
"Key" : "immutable_metadata",
"Value" : '{"purpose":"external","target":"ec2"}'
}
]
} }
}, },
"AdminSubnet":{ "AdminSubnet":{
...@@ -629,6 +636,9 @@ ...@@ -629,6 +636,9 @@
{ {
"Key":"Network", "Key":"Network",
"Value":"Private" "Value":"Private"
},
"Key" : "immutable_metadata",
"Value" : '{"purpose":"internal","target":"ec2"}'
} }
] ]
} }
...@@ -661,6 +671,9 @@ ...@@ -661,6 +671,9 @@
{ {
"Key":"Network", "Key":"Network",
"Value":"Private" "Value":"Private"
},
"Key" : "immutable_metadata",
"Value" : '{"purpose":"internal","target":"ec2"}'
} }
] ]
} }
...@@ -693,6 +706,9 @@ ...@@ -693,6 +706,9 @@
{ {
"Key":"Network", "Key":"Network",
"Value":"Private" "Value":"Private"
},
"Key" : "immutable_metadata",
"Value" : '{"purpose":"internal","target":"ec2"}'
} }
] ]
} }
...@@ -725,6 +741,9 @@ ...@@ -725,6 +741,9 @@
{ {
"Key":"Network", "Key":"Network",
"Value":"Private" "Value":"Private"
},
"Key" : "immutable_metadata",
"Value" : '{"purpose":"internal","target":"ec2"}'
} }
] ]
} }
...@@ -757,6 +776,9 @@ ...@@ -757,6 +776,9 @@
{ {
"Key":"Network", "Key":"Network",
"Value":"Private" "Value":"Private"
},
"Key" : "immutable_metadata",
"Value" : '{"purpose":"internal","target":"ec2"}'
} }
] ]
} }
...@@ -789,6 +811,9 @@ ...@@ -789,6 +811,9 @@
{ {
"Key":"Network", "Key":"Network",
"Value":"Private" "Value":"Private"
},
"Key" : "immutable_metadata",
"Value" : '{"purpose":"internal","target":"ec2"}'
} }
] ]
} }
...@@ -821,6 +846,9 @@ ...@@ -821,6 +846,9 @@
{ {
"Key":"Network", "Key":"Network",
"Value":"Private" "Value":"Private"
},
"Key" : "immutable_metadata",
"Value" : '{"purpose":"internal","target":"ec2"}'
} }
] ]
} }
...@@ -981,6 +1009,9 @@ ...@@ -981,6 +1009,9 @@
{ {
"Key":"Network", "Key":"Network",
"Value":"Private" "Value":"Private"
},
"Key" : "immutable_metadata",
"Value" : '{"purpose":"internal","target":"ec2"}'
} }
] ]
} }
...@@ -1013,6 +1044,9 @@ ...@@ -1013,6 +1044,9 @@
{ {
"Key":"Network", "Key":"Network",
"Value":"Private" "Value":"Private"
},
"Key" : "immutable_metadata",
"Value" : '{"purpose":"internal","target":"ec2"}'
} }
] ]
} }
...@@ -1045,6 +1079,9 @@ ...@@ -1045,6 +1079,9 @@
{ {
"Key":"Network", "Key":"Network",
"Value":"Private" "Value":"Private"
},
"Key" : "immutable_metadata",
"Value" : '{"purpose":"internal","target":"ec2"}'
} }
] ]
} }
...@@ -1077,6 +1114,9 @@ ...@@ -1077,6 +1114,9 @@
{ {
"Key":"Network", "Key":"Network",
"Value":"Private" "Value":"Private"
},
"Key" : "immutable_metadata",
"Value" : '{"purpose":"internal","target":"ec2"}'
} }
] ]
} }
...@@ -1109,6 +1149,9 @@ ...@@ -1109,6 +1149,9 @@
{ {
"Key":"Network", "Key":"Network",
"Value":"Private" "Value":"Private"
},
"Key" : "immutable_metadata",
"Value" : '{"purpose":"internal","target":"ec2"}'
} }
] ]
} }
...@@ -1141,6 +1184,9 @@ ...@@ -1141,6 +1184,9 @@
{ {
"Key":"Network", "Key":"Network",
"Value":"Private" "Value":"Private"
},
"Key" : "immutable_metadata",
"Value" : '{"purpose":"internal","target":"ec2"}'
} }
] ]
} }
...@@ -1173,6 +1219,9 @@ ...@@ -1173,6 +1219,9 @@
{ {
"Key":"Network", "Key":"Network",
"Value":"Private" "Value":"Private"
},
"Key" : "immutable_metadata",
"Value" : '{"purpose":"internal","target":"ec2"}'
} }
] ]
} }
...@@ -1205,6 +1254,9 @@ ...@@ -1205,6 +1254,9 @@
{ {
"Key":"Network", "Key":"Network",
"Value":"Private" "Value":"Private"
},
"Key" : "immutable_metadata",
"Value" : '{"purpose":"internal","target":"ec2"}'
} }
] ]
} }
...@@ -1237,6 +1289,9 @@ ...@@ -1237,6 +1289,9 @@
{ {
"Key":"Network", "Key":"Network",
"Value":"Private" "Value":"Private"
},
"Key" : "immutable_metadata",
"Value" : '{"purpose":"internal","target":"ec2"}'
} }
] ]
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment