diff --git a/pom.xml b/pom.xml index 731423b..1e39807 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ com.eightydegreeswest bfmgr - 1.0.2 + 1.0.3 bfmgr Buildfarm Manager diff --git a/src/main/resources/aws.json b/src/main/resources/aws.json index 5e02f33..daf7b29 100644 --- a/src/main/resources/aws.json +++ b/src/main/resources/aws.json @@ -375,6 +375,15 @@ "Key" : "InstanceType", "PropagateAtLaunch" : "True", "Value" : "server" + }, + { + "Key" : { + "Ref": "RequiredTagName" + }, + "PropagateAtLaunch" : "True", + "Value" : { + "Ref": "ClusterName" + } } ] }, @@ -420,6 +429,15 @@ "Key" : "InstanceType", "PropagateAtLaunch" : "True", "Value" : "worker" + }, + { + "Key" : { + "Ref": "RequiredTagName" + }, + "PropagateAtLaunch" : "True", + "Value" : { + "Ref": "ClusterName" + } } ] }, diff --git a/src/main/resources/bfmgr-aws.json b/src/main/resources/bfmgr-aws.json index 2efc6a4..8b672d5 100644 --- a/src/main/resources/bfmgr-aws.json +++ b/src/main/resources/bfmgr-aws.json @@ -49,7 +49,8 @@ "autoscaling:*", "ec2:*", "elasticache:*", - "elasticloadbalancing:*" + "elasticloadbalancing:*", + "ssm:*" ], "Resource": "*" }