-
-
Save jlaska/839d9b02159ed881c7389e9991c9184a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/tools/ansible/templates/hubspot_ec2.html.j2 b/tools/ansible/templates/hubspot_ec2.html.j2 | |
index d39251c..4f5bae9 100644 | |
--- a/tools/ansible/templates/hubspot_ec2.html.j2 | |
+++ b/tools/ansible/templates/hubspot_ec2.html.j2 | |
@@ -28,6 +28,12 @@ | |
<td><a href="https://console.aws.amazon.com/ec2/home?region=us-east-1#launchAmi={{ ec2_ami_kv['us-east-1'] }}">{{ ec2_ami_kv['us-east-1'] }}</a></td> | |
</tr> | |
<tr> | |
+<td>us-east-2</td> | |
+<td class="EC2extra">N. Virginia</td> | |
+<td class="EC2extra"><span>PV</span></td> | |
+<td><a href="https://console.aws.amazon.com/ec2/home?region=us-east-2#launchAmi={{ ec2_ami_kv['us-east-2'] }}">{{ ec2_ami_kv['us-east-2'] }}</a></td> | |
+</tr> | |
+<tr> | |
<td>us-west-1</td> | |
<td class="EC2extra">N. California</td> | |
<td class="EC2extra"><span>PV</span></td> | |
@@ -70,6 +76,12 @@ | |
<td><a href="https://console.aws.amazon.com/ec2/home?region=ap-northeast-1#launchAmi={{ ec2_ami_kv['ap-northeast-1'] }}">{{ ec2_ami_kv['ap-northeast-1'] }}</a></td> | |
</tr> | |
<tr> | |
+<td>ap-northeast-2</td> | |
+<td class="EC2extra">Tokyo</td> | |
+<td class="EC2extra"><span>PV</span></td> | |
+<td><a href="https://console.aws.amazon.com/ec2/home?region=ap-northeast-2#launchAmi={{ ec2_ami_kv['ap-northeast-2'] }}">{{ ec2_ami_kv['ap-northeast-2'] }}</a></td> | |
+</tr> | |
+<tr> | |
<td>ap-southeast-1</td> | |
<td class="EC2extra">Singapore</td> | |
<td class="EC2extra"><span>PV</span></td> | |
@@ -82,6 +94,12 @@ | |
<td><a href="https://console.aws.amazon.com/ec2/home?region=ap-southeast-2#launchAmi={{ ec2_ami_kv['ap-southeast-2'] }}">{{ ec2_ami_kv['ap-southeast-2'] }}</a></td> | |
</tr> | |
<tr> | |
+<td>ap-south-1</td> | |
+<td class="EC2extra">Tokyo</td> | |
+<td class="EC2extra"><span>PV</span></td> | |
+<td><a href="https://console.aws.amazon.com/ec2/home?region=ap-south-1#launchAmi={{ ec2_ami_kv['ap-south-1'] }}">{{ ec2_ami_kv['ap-south-1'] }}</a></td> | |
+</tr> | |
+<tr> | |
<td> </td> | |
<td class="EC2extra"> </td> | |
<td class="EC2extra"> </td> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment