We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c963f commit bc328f0Copy full SHA for bc328f0
scripts/aws/UID_CloudFormation.template.yml
@@ -14,7 +14,7 @@ Parameters:
14
- integ
15
ImageId:
16
Type: AWS::EC2::Image::Id
17
- Default: ami-example1234567890
+ Default: ami-0f527187e107cf761
18
TrustNetworkCidr:
19
Description: The IP address range that can be used to SSH and HTTPS to the EC2 instances
20
Type: String
@@ -233,9 +233,6 @@ Resources:
233
Path: /
234
Roles:
235
- !Ref WorkerRole
236
- Tags:
237
- - Key: Project
238
- Value: UID2
239
SecurityGroup:
240
Type: 'AWS::EC2::SecurityGroup'
241
Properties:
@@ -311,9 +308,6 @@ Resources:
311
308
Tags:
312
309
- Key: Project
313
310
Value: UID2
314
315
316
317
AutoScalingGroup:
318
Type: AWS::AutoScaling::AutoScalingGroup
319
DependsOn:
0 commit comments