Forráskód Böngészése

Updates AMIs in GovCloud

Built new AMIs in GovCloud for RHEL7, and a base AMI for Ubuntu 18.04.
Fred Damstra 5 éve
szülő
commit
d1a433c53f
2 módosított fájl, 10 hozzáadás és 6 törlés
  1. 5 3
      common/aws-us-gov/partition.hcl
  2. 5 3
      common/aws/partition.hcl

+ 5 - 3
common/aws-us-gov/partition.hcl

@@ -14,9 +14,11 @@ locals {
   # Don't forget `lifecycle { ignore_changes = ["ami"] }` in yoru ec2
   # builds!
   amis = {
-    "rhel7-base"   = "ami-0767b07af716390e4",
-    "rhel7-master" = "ami-01e1c45b087777413",
-    "rhel7-minion" = "ami-0f3d22321d9037644"
+    "rhel7-base"        = "ami-0b08c1f5f1c84d2e9"
+    "rhel7-master"      = "ami-0ceacf267454aba51"
+    "rhel7-minion"      = "ami-08505f005a686f476"
+    "ubuntu1804-base"   = "ami-0a84bd4b796860be8"
+    "ubuntu1804-minion" = "TBD"
   }
   default_ami = local.amis["rhel7-minion"] # Allows us to easily change to a new base standard
 

+ 5 - 3
common/aws/partition.hcl

@@ -14,9 +14,11 @@ locals {
   # Don't forget `lifecycle { ignore_changes = ["ami"] }` in yoru ec2
   # builds!
   amis = {
-    "rhel7-base"   = "ami-0de46d7d1a164b307",
-    "rhel7-master" = "ami-0114330666839f2b9",
-    "rhel7-minion" = "ami-0425efbff72b3c702"
+    "rhel7-base"        = "ami-0de46d7d1a164b307"
+    "rhel7-master"      = "ami-0114330666839f2b9"
+    "rhel7-minion"      = "ami-0425efbff72b3c702"
+    "ubuntu1804-base"   = "TBD"
+    "ubuntu1804-minion" = "TBD"
   }
   default_ami = local.amis["rhel7-minion"] # Allows us to easily change to a new base standard