-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathACS-ECS-UpdateAndCopyImage.json
900 lines (900 loc) · 26.5 KB
/
ACS-ECS-UpdateAndCopyImage.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
{
"FormatVersion": "OOS-2019-06-01",
"Description": {
"name-en": "ACS-ECS-UpdateAndCopyImage",
"name-zh-cn": "更新ECS镜像并同步到其它地域",
"en": "Updates an existing ECS image via ECS Cloud Assistant then creates an ECS image and copies the new image to other regions. This is applicable to scenarios requiring update and synchronization of ECS images across multiple regions, such as software upgrade and system configuration. During configuration, users need to provide the following required parameter information: Region ID (regionId), which specifies the region of the ECS instances for the update and creation operations, Source Image ID (sourceImageId), which identifies the original ECS image that needs updating, and Target Image Name (targetImageName), for naming the newly created ECS image. Additionally, users need to configure the Instance Type (instanceType) for installing and configuring the new image, and Target Region IDs (targetRegionIds), which specify the other regions to clone the new image to. Upon execution, the template will return the IDs of the newly created and cloned images, facilitating the verification of the image update and cloning status.",
"zh-cn": "通过运行命令更新一个已存在的ECS镜像后创建一个新ECS镜像并且克隆新镜像到其他地域,适用于需要对多个地域的ECS镜像进行更新和同步的场景,例如软件升级和系统配置等。在配置过程中,用户需要提供以下必填参数信息,地域ID(regionId):用于指定更新和创建镜像的操作区域,源镜像ID(sourceImageId):用于指定需要更新的原始ECS镜像,目标镜像名称(targetImageName):用于为新创建的ECS镜像命名。此外,用户还需配置目标实例类型(instanceType):用于安装和配置新镜像的实例类型,以及目标地域ID(targetRegionIds):用于指定克隆新镜像的其他地域。模板在执行后会返回新创建和克隆的镜像ID列表,方便用户验证镜像更新和克隆的状态。",
"categories": [
"image_manage"
]
},
"Parameters": {
"regionId": {
"Type": "String",
"Label": {
"en": "RegionId",
"zh-cn": "地域ID"
},
"AssociationProperty": "RegionId",
"Default": "{{ ACS::RegionId }}"
},
"zoneId": {
"Type": "String",
"Label": {
"en": "VSwitch Availability Zone",
"zh-cn": "交换机可用区"
},
"Default": "",
"AssociationProperty": "ALIYUN::ECS::Instance::ZoneId",
"AssociationPropertyMetadata": {
"RegionId": "regionId"
}
},
"targetImageName": {
"Label": {
"en": "TargetImageName",
"zh-cn": "新镜像的名称"
},
"Type": "String",
"Description": {
"en": "<p class=\"p\">Note:</p> <ul class=\"ul\"> <li class=\"li\">Length is 2~128 English or Chinese characters</li> <li class=\"li\"><font color='red'>must start with big or small letters or Chinese, not http:// and https://. </font></li> <li class=\"li\">Can contain numbers, colons (:), underscores (_), or dashes (-). </li> </ul>",
"zh-cn": "<p class=\"p\">注意:</p> <ul class=\"ul\"> <li class=\"li\">长度为2~128个英文或中文字符</li> <li class=\"li\"><font color='red'>必须以大小字母或中文开头,不能以http://和https://开头。</font></li> <li class=\"li\">可以包含数字、半角冒号(:)、下划线(_)或者短划线(-)。</li> </ul>"
},
"Default": "UpdateImage_from_{{sourceImageId}}_on_{{ACS::ExecutionId}}"
},
"sourceImageId": {
"Label": {
"en": "SourceImageId",
"zh-cn": "源镜像ID"
},
"Type": "String",
"AssociationProperty": "ALIYUN::ECS::Image::ImageId",
"AssociationPropertyMetadata": {
"RegionId": "regionId"
}
},
"instanceType": {
"Label": {
"en": "InstanceType",
"zh-cn": "实例类型"
},
"Type": "String",
"AssociationProperty": "ALIYUN::ECS::Instance::InstanceType",
"AssociationPropertyMetadata": {
"RegionId": "regionId",
"ZoneId": "zoneId"
},
"AllowedPattern": "ecs\\.[A-Za-z0-9\\.\\-]*",
"Default": "ecs.g5.large"
},
"whetherCreateVpc": {
"Type": "Boolean",
"Label": {
"en": "WhetherCreateVpc",
"zh-cn": "是否新建VPC"
},
"Default": false
},
"vpcCidrBlock": {
"Type": "String",
"Label": {
"en": "VPC CIDR IPv4 Block",
"zh-cn": "专有网络IPv4网段"
},
"Description": {
"zh-cn": "VPC的ip地址段范围,<br>您可以使用以下的ip地址段或其子网:<br><font color='green'>[10.0.0.0/8]</font><br><font color='green'>[172.16.0.0/12]</font><br><font color='green'>[192.168.0.0/16]</font>",
"en": "The ip address range of the VPC in the CidrBlock form; <br>You can use the following ip address ranges and their subnets: <br><font color='green'>[10.0.0.0/8]</font><br><font color='green'>[172.16.0.0/12]</font><br><font color='green'>[192.168.0.0/16]</font>"
},
"Default": "192.168.0.0/16",
"AssociationProperty": "ALIYUN::VPC::VPC::CidrBlock",
"AssociationPropertyMetadata": {
"Visible": {
"Condition": {
"Fn::Equals": [
"${whetherCreateVpc}",
true
]
}
}
}
},
"vSwitchCidrBlock": {
"Type": "String",
"Label": {
"en": "VSwitch CIDR Block",
"zh-cn": "交换机子网网段"
},
"Description": {
"zh-cn": "必须属于VPC的子网段",
"en": "Must belong to the subnet segment of VPC"
},
"Default": "192.168.1.0/24",
"AssociationProperty": "ALIYUN::VPC::VSwitch::CidrBlock",
"AssociationPropertyMetadata": {
"VpcCidrBlock": "vpcCidrBlock",
"Visible": {
"Condition": {
"Fn::Equals": [
"${whetherCreateVpc}",
true
]
}
}
}
},
"securityGroupId": {
"Label": {
"en": "SecurityGroupId",
"zh-cn": "安全组ID"
},
"Type": "String",
"Default": "",
"AssociationProperty": "ALIYUN::ECS::SecurityGroup::SecurityGroupId",
"AssociationPropertyMetadata": {
"RegionId": "regionId",
"Visible": {
"Condition": {
"Fn::Equals": [
"${whetherCreateVpc}",
false
]
}
}
}
},
"vSwitchId": {
"Label": {
"en": "VSwitchId",
"zh-cn": "交换机ID"
},
"Type": "String",
"Default": "",
"AssociationProperty": "ALIYUN::VPC::VSwitch::VSwitchId",
"AssociationPropertyMetadata": {
"RegionId": "regionId",
"ZoneId": "zoneId",
"Filters": [
{
"SecurityGroupId": "securityGroupId"
}
],
"Visible": {
"Condition": {
"Fn::Equals": [
"${whetherCreateVpc}",
false
]
}
}
}
},
"internetMaxBandwidthOut": {
"Type": "Number",
"Label": {
"zh-cn": "流量公网带宽",
"en": "Internet Max Bandwidth Out"
},
"Description": {
"zh-cn": "取值范围0-100, 0为不开公网ip",
"en": "no public ip if zero"
},
"Default": 0,
"MinValue": 0,
"MaxValue": 100
},
"ramRoleName": {
"Label": {
"en": "RamRoleName",
"zh-cn": "实例的RAM角色"
},
"Type": "String",
"AssociationProperty": "ALIYUN::ECS::RAM::Role",
"Default": ""
},
"systemDiskCategory": {
"Label": {
"en": "SystemDiskCategory",
"zh-cn": "系统盘的云盘种类"
},
"Type": "String",
"AssociationProperty": "ALIYUN::ECS::Disk::SystemDiskCategory",
"AssociationPropertyMetadata": {
"RegionId": "regionId",
"InstanceType": "instanceType"
},
"Default": "cloud_essd"
},
"tags": {
"Label": {
"en": "Tags",
"zh-cn": "镜像标签"
},
"Type": "Json",
"AssociationProperty": "Tags",
"AssociationPropertyMetadata": {
"ShowSystem": false
},
"Default": []
},
"commandType": {
"Label": {
"en": "CommandType",
"zh-cn": "云助手命令类型"
},
"Type": "String",
"AllowedValues": [
"RunBatScript",
"RunPowerShellScript",
"RunShellScript"
],
"Default": "RunShellScript"
},
"commandContent": {
"Label": {
"en": "CommandContent",
"zh-cn": "在ECS实例中执行的云助手命令"
},
"Type": "String",
"AssociationProperty": "Code",
"Default": "echo hello"
},
"timeout": {
"Label": {
"en": "Timeout",
"zh-cn": "超时时间"
},
"Type": "Number",
"Default": 600
},
"targetRegionIds": {
"Label": {
"en": "TargetRegionIds",
"zh-cn": "目标地域ID"
},
"Type": "List",
"AllowedValues": [
"all-regions",
"cn-hangzhou",
"cn-shanghai",
"cn-nanjing",
"cn-qingdao",
"cn-beijing",
"cn-zhangjiakou",
"cn-huhehaote",
"cn-wulanchabu",
"cn-shenzhen",
"cn-heyuan",
"cn-guangzhou",
"cn-chengdu",
"cn-wuhan-lr",
"cn-fuzhou",
"cn-hongkong",
"ap-northeast-1",
"ap-northeast-2",
"ap-southeast-1",
"ap-southeast-2",
"ap-southeast-3",
"ap-southeast-5",
"ap-southeast-6",
"ap-southeast-7",
"ap-south-1",
"eu-central-1",
"eu-west-1",
"us-west-1",
"us-east-1",
"me-east-1",
"me-central-1"
],
"Default": []
},
"accountIds": {
"Label": {
"en": "AccountIds",
"zh-cn": "授权共享镜像的阿里云账号ID"
},
"Type": "List",
"Default": []
},
"scalingConfigurationIds": {
"Description": {
"en": "<font color='red'><b>Must correspond to the selected region</b></font>",
"zh-cn": "<font color='red'><b>必须要在所选的地域</b></font>"
},
"Label": {
"en": "ScalingConfigurationIds",
"zh-cn": "待修改的伸缩配置ID"
},
"Type": "List",
"Default": []
},
"launchTemplateNames": {
"Description": {
"en": "<font color='red'><b>Must correspond to the selected region</b></font>",
"zh-cn": "<font color='red'><b>必须要在所选的地域</b></font>"
},
"Label": {
"en": "LaunchTemplateNames",
"zh-cn": "待更新的实例启动模板名称列表"
},
"Type": "List",
"Default": []
},
"rateControl": {
"Label": {
"en": "RateControl",
"zh-cn": "任务执行的并发比率"
},
"Type": "Json",
"AssociationProperty": "RateControl",
"Default": {
"Mode": "Concurrency",
"MaxErrors": 0,
"Concurrency": 5
}
},
"OOSAssumeRole": {
"Label": {
"en": "OOSAssumeRole",
"zh-cn": "OOS扮演的RAM角色"
},
"Type": "String",
"Default": ""
}
},
"RamRole": "{{ OOSAssumeRole }}",
"Tasks": [
{
"Name": "createStack",
"Action": "ACS::ExecuteAPI",
"When": {
"Fn::Equals": [
"{{ whetherCreateVpc }}",
true
]
},
"Description": {
"en": "Create a resource stack",
"zh-cn": "创建资源栈"
},
"Properties": {
"Service": "ROS",
"API": "CreateStack",
"Parameters": {
"RegionId": "{{ regionId }}",
"StackName": "OOS-{{ACS::ExecutionId}}",
"TimeoutInMinutes": 10,
"DisableRollback": false,
"Parameters": [
{
"ParameterKey": "ZoneId",
"ParameterValue": "{{ zoneId }}"
},
{
"ParameterKey": "VpcCidrBlock",
"ParameterValue": "{{ vpcCidrBlock }}"
},
{
"ParameterKey": "VSwitchCidrBlock",
"ParameterValue": "{{ vSwitchCidrBlock }}"
}
],
"TemplateBody": "ROSTemplateFormatVersion: '2015-09-01'\nParameters:\n ZoneId:\n Type: String\n VpcCidrBlock:\n Type: String\n VSwitchCidrBlock:\n Type: String\nResources:\n EcsVpc:\n Type: ALIYUN::ECS::VPC\n Properties:\n CidrBlock:\n Ref: VpcCidrBlock\n VpcName:\n Ref: ALIYUN::StackName\n EcsVSwitch:\n Type: ALIYUN::ECS::VSwitch\n Properties:\n ZoneId:\n Ref: ZoneId\n VpcId:\n Ref: EcsVpc\n CidrBlock:\n Ref: VSwitchCidrBlock\n EcsSecurityGroup:\n Type: ALIYUN::ECS::SecurityGroup\n Properties:\n VpcId:\n Ref: EcsVpc\nOutputs:\n SecurityGroupId:\n Value:\n Ref: EcsSecurityGroup\n VSwitchId:\n Value:\n Ref: EcsVSwitch\n"
}
},
"Outputs": {
"StackId": {
"Type": "String",
"ValueSelector": "StackId"
}
}
},
{
"Name": "untilStackReady",
"Action": "ACS::WaitFor",
"When": {
"Fn::Equals": [
"{{ whetherCreateVpc }}",
true
]
},
"Description": {
"en": "Wait for the stack status CREATE_COMPLETE",
"zh-cn": "等待资源栈至创建成功状态"
},
"OnError": "deleteStack",
"Properties": {
"Service": "ROS",
"API": "GetStack",
"Parameters": {
"RegionId": "{{ regionId }}",
"StackId": "{{createStack.StackId}}"
},
"DesiredValues": [
"CREATE_COMPLETE"
],
"StopRetryValues": [
"CREATE_FAILED",
"CHECK_FAILED",
"ROLLBACK_FAILED",
"ROLLBACK_COMPLETE",
"CREATE_ROLLBACK_COMPLETE"
],
"PropertySelector": "Status"
},
"Outputs": {
"securityGroupId": {
"Type": "String",
"ValueSelector": "Outputs[0].OutputValue"
},
"vSwitchId": {
"Type": "String",
"ValueSelector": "Outputs[1].OutputValue"
}
}
},
{
"Name": "runInstances",
"Action": "ACS::ECS::RunInstances",
"Description": {
"en": "Create a ECS instance with source image",
"zh-cn": "用源镜像创建一台ECS实例"
},
"OnError": "deleteStack",
"Properties": {
"regionId": "{{ regionId }}",
"imageId": "{{ sourceImageId }}",
"instanceType": "{{ instanceType }}",
"securityGroupId": {
"Fn::If": [
{
"Fn::Equals": [
"{{ whetherCreateVpc }}",
true
]
},
"{{ untilStackReady.securityGroupId }}",
"{{ securityGroupId }}"
]
},
"vSwitchId": {
"Fn::If": [
{
"Fn::Equals": [
"{{ whetherCreateVpc }}",
true
]
},
"{{ untilStackReady.vSwitchId }}",
"{{ vSwitchId }}"
]
},
"internetMaxBandwidthOut": "{{ internetMaxBandwidthOut }}",
"ramRoleName": "{{ ramRoleName }}",
"systemDiskCategory": "{{ systemDiskCategory }}"
},
"Outputs": {
"instanceId": {
"ValueSelector": "instanceIds[0]",
"Type": "String"
}
}
},
{
"Name": "installCloudAssistant",
"Action": "ACS::ECS::InstallCloudAssistant",
"Description": {
"en": "Install cloud assistant for ECS instance",
"zh-cn": "给实例安装云助手"
},
"OnError": "deleteInstance",
"Properties": {
"regionId": "{{ regionId }}",
"instanceId": "{{ runInstances.instanceId }}"
}
},
{
"Name": "runCommand",
"Action": "ACS::ECS::RunCommand",
"Description": {
"en": "Run cloud assistant command on ECS instance",
"zh-cn": "在实例中运行云助手命令"
},
"OnError": "deleteInstance",
"Properties": {
"regionId": "{{ regionId }}",
"commandContent": "{{ commandContent }}",
"commandType": "{{ commandType }}",
"instanceId": "{{ runInstances.instanceId }}",
"timeout": "{{ timeout }}"
}
},
{
"Name": "stopInstance",
"Action": "ACS::ECS::StopInstance",
"Description": {
"en": "Stops the ECS instance",
"zh-cn": "停止ECS实例"
},
"Properties": {
"regionId": "{{ regionId }}",
"instanceId": "{{ runInstances.instanceId }}"
}
},
{
"Name": "createImage",
"Action": "ACS::ECS::CreateImage",
"Description": {
"en": "Create new image with the specified image name and instance ID",
"zh-cn": "通过指定实例ID和镜像名称创建新的镜像"
},
"OnError": "deleteInstance",
"Properties": {
"regionId": "{{ regionId }}",
"tags": "{{tags}}",
"imageName": "{{ targetImageName }}-{{ ACS::CurrentUTCTime }}",
"instanceId": "{{ runInstances.instanceId }}"
},
"Outputs": {
"imageId": {
"ValueSelector": "imageId",
"Type": "String"
}
}
},
{
"Name": "deleteInstanceAfterUpdateImageSuccessfully",
"Action": "ACS::ExecuteAPI",
"Description": {
"en": "Release the instance after updating the image successfully",
"zh-cn": "删除ECS实例"
},
"Properties": {
"Service": "ECS",
"API": "DeleteInstance",
"Risk": "Normal",
"Parameters": {
"RegionId": "{{ regionId }}",
"InstanceId": "{{ runInstances.instanceId }}",
"Force": true
}
}
},
{
"Name": "deleteStack",
"Action": "ACS::ExecuteApi",
"When": {
"Fn::Equals": [
"{{ whetherCreateVpc }}",
true
]
},
"Description": {
"en": "Delete the stack",
"zh-cn": "删除资源栈"
},
"Properties": {
"Service": "ROS",
"API": "DeleteStack",
"Parameters": {
"RegionId": "{{ regionId }}",
"StackId": "{{ createStack.StackId }}"
}
}
},
{
"Name": "queryAllAvailableRegions",
"Action": "ACS::ExecuteAPI",
"Description": {
"en": "View all available regions",
"zh-cn": "查询当前所有可用地域"
},
"Properties": {
"Service": "ECS",
"API": "DescribeRegions",
"Parameters": {
"RegionId": "{{ regionId }}"
}
},
"Outputs": {
"regionIds": {
"Type": "List",
"ValueSelector": "Regions.Region[]|.RegionId|select([scan(\"{{regionId}}|test\")]|length<1)"
},
"allRegionsChosen": {
"Type": "String",
"ValueSelector": ".|{{targetRegionIds}}|sort|.[0]"
}
}
},
{
"Name": "whetherCloneToAllRegions",
"Action": "ACS::Choice",
"Description": {
"en": "Choose next task by targetRegionIds Chosen",
"zh-cn": "根据所选目的地域判断下一步执行"
},
"Properties": {
"DefaultTask": "copyImage",
"Choices": [
{
"When": {
"Fn::Equals": [
"all-regions",
"{{ queryAllAvailableRegions.allRegionsChosen }}"
]
},
"NextTask": "copyImageToAllRegions"
}
]
}
},
{
"Name": "copyImage",
"Action": "ACS::ECS::CopyImage",
"OnSuccess": "whetherToShareImage",
"OnError": "ACS::END",
"Description": {
"en": "Copy image to regions chosen",
"zh-cn": "复制镜像到被指定的地域"
},
"Properties": {
"regionId": "{{ regionId }}",
"imageId": "{{ createImage.imageId }}",
"targetRegionId": "{{ ACS::TaskLoopItem }}",
"targetImageName": "{{ targetImageName }}-{{ ACS::CurrentUTCTime }}"
},
"Loop": {
"Items": "{{ targetRegionIds }}",
"RateControl": "{{ rateControl }}",
"Outputs": {
"imageIdsWithRegion": {
"AggregateType": "Fn::ListJoin",
"AggregateField": "imageIdWithRegion"
}
}
},
"Outputs": {
"imageIdWithRegion": {
"ValueSelector": ".|(.imageId),\"{{ ACS::TaskLoopItem }}\"",
"Type": "List"
}
}
},
{
"Name": "copyImageToAllRegions",
"Action": "ACS::ECS::CopyImage",
"Description": {
"en": "Copy image to all available regions",
"zh-cn": "复制镜像到所有可用地域"
},
"Properties": {
"regionId": "{{ regionId }}",
"imageId": "{{ createImage.imageId }}",
"targetRegionId": "{{ ACS::TaskLoopItem }}",
"targetImageName": "{{ targetImageName }}-{{ ACS::CurrentUTCTime }}"
},
"Loop": {
"Items": "{{ queryAllAvailableRegions.regionIds }}",
"RateControl": "{{ rateControl }}",
"Outputs": {
"imageIdsWithRegion": {
"AggregateType": "Fn::ListJoin",
"AggregateField": "imageIdWithRegion"
}
}
},
"Outputs": {
"imageIdWithRegion": {
"ValueSelector": ".|(.imageId),\"{{ ACS::TaskLoopItem }}\"",
"Type": "List"
}
}
},
{
"Name": "whetherToShareImage",
"Action": "ACS::Choice",
"Description": {
"en": "Choose next task by accountIds",
"zh-cn": "根据输入账户值判断下一步执行"
},
"Properties": {
"DefaultTask": "shareImage",
"Choices": [
{
"When": {
"Fn::Equals": [
[],
"{{ accountIds }}"
]
},
"NextTask": "modifyScalingConfiguration"
}
]
}
},
{
"Name": "shareImage",
"Action": "ACS::ExecuteAPI",
"Description": {
"en": "Shares a custom image to other Alibaba Cloud accounts",
"zh-cn": "共享自定义镜像到其他阿里云账号"
},
"Properties": {
"Service": "ECS",
"API": "ModifyImageSharePermission",
"Parameters": {
"RegionId": "{{ regionId }}",
"ImageId": "{{ createImage.imageId }}",
"AddAccount": "{{ accountIds }}"
}
}
},
{
"Name": "modifyScalingConfiguration",
"Action": "ACS::ExecuteAPI",
"OnError": "ACS::NEXT",
"Description": {
"en": "Modify scaling configuration",
"zh-cn": "修改伸缩配置"
},
"Properties": {
"Service": "ESS",
"API": "ModifyScalingConfiguration",
"Parameters": {
"RegionId": "{{ regionId }}",
"ScalingConfigurationId": "{{ ACS::TaskLoopItem }}",
"ImageId": "{{ createImage.imageId }}"
}
},
"Loop": {
"Items": "{{ scalingConfigurationIds }}"
}
},
{
"Name": "updateLaunchTemplate",
"Action": "ACS::ECS::UpdateLaunchTemplate",
"OnSuccess": "ACS::END",
"Description": {
"en": "Update instance launch template",
"zh-cn": "更新实例启动模板"
},
"Properties": {
"regionId": "{{ ACS::RegionId }}",
"imageId": "{{ createImage.imageId }}",
"launchTemplateName": "{{ ACS::TaskLoopItem }}"
},
"Loop": {
"Items": "{{ launchTemplateNames }}"
}
},
{
"Name": "deleteInstance",
"Action": "ACS::ExecuteAPI",
"Description": {
"en": "Deletes the ECS instance after updating the image failure",
"zh-cn": "删除ECS实例"
},
"Properties": {
"Service": "ECS",
"API": "DeleteInstance",
"Risk": "Normal",
"Parameters": {
"RegionId": "{{ regionId }}",
"InstanceId": "{{ runInstances.instanceId }}",
"Force": true
}
}
}
],
"Outputs": {
"updatedImageId": {
"Type": "String",
"Value": "{{ createImage.imageId }}"
},
"imageIdAndRegion": {
"Type": "List",
"Value": {
"Fn::If": [
{
"Fn::Equals": [
"all-regions",
"{{ queryAllAvailableRegions.allRegionsChosen }}"
]
},
"{{ copyImageToAllRegions.imageIdsWithRegion }}",
"{{ copyImage.imageIdsWithRegion }}"
]
}
}
},
"Metadata": {
"ALIYUN::OOS::Interface": {
"ParameterGroups": [
{
"Parameters": [
"regionId",
"zoneId",
"sourceImageId"
],
"Label": {
"default": {
"zh-cn": "选择源镜像",
"en": "Select Origin Image"
}
}
},
{
"Parameters": [
"targetImageName",
"tags"
],
"Label": {
"default": {
"zh-cn": "镜像设置",
"en": "Image Configure"
}
}
},
{
"Parameters": [
"instanceType",
"whetherCreateVpc",
"vpcCidrBlock",
"vSwitchCidrBlock",
"securityGroupId",
"vSwitchId",
"internetMaxBandwidthOut",
"systemDiskCategory",
"ramRoleName"
],
"Label": {
"default": {
"zh-cn": "配置中转实例",
"en": "ECS Instance Configure"
}
}
},
{
"Parameters": [
"commandType",
"commandContent",
"timeout"
],
"Label": {
"default": {
"zh-cn": "发送远程命令",
"en": "Run Command"
}
}
},
{
"Parameters": [
"targetRegionIds",
"accountIds"
],
"Label": {
"default": {
"zh-cn": "镜像分发",
"en": "Copy Image"
}
}
},
{
"Parameters": [
"scalingConfigurationIds",
"launchTemplateNames",
"rateControl",
"OOSAssumeRole"
],
"Label": {
"default": {
"zh-cn": "高级选项",
"en": "Control Options"
}
}
}
]
}
}
}