-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
AWS - Compute.graphml
908 lines (908 loc) · 211 KB
/
AWS - Compute.graphml
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
901
902
903
904
905
906
907
908
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<graphml xmlns="http://graphml.graphdrawing.org/xmlns" xmlns:java="http://www.yworks.com/xml/yfiles-common/1.0/java" xmlns:sys="http://www.yworks.com/xml/yfiles-common/markup/primitives/2.0" xmlns:x="http://www.yworks.com/xml/yfiles-common/markup/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:y="http://www.yworks.com/xml/graphml" xmlns:yed="http://www.yworks.com/xml/yed/3" xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://www.yworks.com/xml/schema/graphml/1.1/ygraphml.xsd">
<!-- Created by yEd AWS Simple Icons Generator (https://github.com/JustDerb/yed-aws-palettes) -->
<!-- AWS Simple Icon Version: 06072024 -->
<!-- AWS Simple Icon URL: https://d1.awsstatic.com/webteam/architecture-icons/q2-2024/Asset-Package_06072024.b5d9f0b1179c4a995a3f1e42042defabb0ba0fd2.zip -->
<key for="port" id="d0" yfiles.type="portgraphics"/>
<key for="port" id="d1" yfiles.type="portgeometry"/>
<key for="port" id="d2" yfiles.type="portuserdata"/>
<key attr.name="yed.palette.node.name" attr.type="string" for="node" id="d3"/>
<key attr.name="Palette ToolTip" attr.type="string" for="node" id="d4"/>
<key attr.name="url" attr.type="string" for="node" id="d5"/>
<key attr.name="description" attr.type="string" for="node" id="d6"/>
<key for="node" id="d7" yfiles.type="nodegraphics"/>
<key for="graphml" id="d8" yfiles.type="resources"/>
<key attr.name="yed.palette.edge.name" attr.type="string" for="edge" id="d9"/>
<key attr.name="Palette ToolTip" attr.type="string" for="edge" id="d10"/>
<key attr.name="url" attr.type="string" for="edge" id="d11"/>
<key attr.name="description" attr.type="string" for="edge" id="d12"/>
<key for="edge" id="d13" yfiles.type="edgegraphics"/>
<graph edgedefault="directed" id="G">
<node id="0">
<data key="d3" xml:space="preserve"><![CDATA[fbf34ed0-8224-3f54-80fa-0fe6e4b8ba9a]]></data>
<data key="d4" xml:space="preserve"><![CDATA[Arch AWS App Runner 32]]></data>
<data key="d6" xml:space="preserve"><![CDATA[Arch AWS App Runner 32]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="1"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="1">
<data key="d3" xml:space="preserve"><![CDATA[b5a3db6f-d2f0-3de1-8aca-9c71140a3ccf]]></data>
<data key="d4" xml:space="preserve"><![CDATA[Arch AWS Batch 32]]></data>
<data key="d6" xml:space="preserve"><![CDATA[Arch AWS Batch 32]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="2"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="2">
<data key="d3" xml:space="preserve"><![CDATA[636a2ab1-8bc4-39a6-8b6c-215da6b48298]]></data>
<data key="d4" xml:space="preserve"><![CDATA[Arch AWS Compute Optimizer 32]]></data>
<data key="d6" xml:space="preserve"><![CDATA[Arch AWS Compute Optimizer 32]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="3"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="3">
<data key="d3" xml:space="preserve"><![CDATA[6ea52333-2663-3365-b965-10ddf43c7afd]]></data>
<data key="d4" xml:space="preserve"><![CDATA[Arch AWS Elastic Beanstalk 32]]></data>
<data key="d6" xml:space="preserve"><![CDATA[Arch AWS Elastic Beanstalk 32]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="4"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="4">
<data key="d3" xml:space="preserve"><![CDATA[ee166805-eb17-3bed-b0f1-70774cb6b712]]></data>
<data key="d4" xml:space="preserve"><![CDATA[Arch AWS Lambda 32]]></data>
<data key="d6" xml:space="preserve"><![CDATA[Arch AWS Lambda 32]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="5"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="5">
<data key="d3" xml:space="preserve"><![CDATA[0ddb71ac-db86-3129-9d9a-8e7a6358da30]]></data>
<data key="d4" xml:space="preserve"><![CDATA[Arch AWS Local Zones 32]]></data>
<data key="d6" xml:space="preserve"><![CDATA[Arch AWS Local Zones 32]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="6"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="6">
<data key="d3" xml:space="preserve"><![CDATA[36926754-c3dc-325b-a814-300de9443794]]></data>
<data key="d4" xml:space="preserve"><![CDATA[Arch AWS Nitro Enclaves 32]]></data>
<data key="d6" xml:space="preserve"><![CDATA[Arch AWS Nitro Enclaves 32]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="7"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="7">
<data key="d3" xml:space="preserve"><![CDATA[efbbc9d7-db78-3603-a0af-5dde6bac6f39]]></data>
<data key="d4" xml:space="preserve"><![CDATA[Arch AWS Outposts family 32]]></data>
<data key="d6" xml:space="preserve"><![CDATA[Arch AWS Outposts family 32]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="8"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="8">
<data key="d3" xml:space="preserve"><![CDATA[990f5b8a-9f20-3a9f-9a24-baa064a00938]]></data>
<data key="d4" xml:space="preserve"><![CDATA[Arch AWS Outposts rack 32]]></data>
<data key="d6" xml:space="preserve"><![CDATA[Arch AWS Outposts rack 32]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="9"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="9">
<data key="d3" xml:space="preserve"><![CDATA[2ab7f729-d70f-3ae0-bc6e-2d626623dd9f]]></data>
<data key="d4" xml:space="preserve"><![CDATA[Arch AWS Outposts servers 32]]></data>
<data key="d6" xml:space="preserve"><![CDATA[Arch AWS Outposts servers 32]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="10"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="10">
<data key="d3" xml:space="preserve"><![CDATA[cffedf9f-ad39-39a0-947b-89b7457f15c0]]></data>
<data key="d4" xml:space="preserve"><![CDATA[Arch AWS Parallel Cluster 32]]></data>
<data key="d6" xml:space="preserve"><![CDATA[Arch AWS Parallel Cluster 32]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="11"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="11">
<data key="d3" xml:space="preserve"><![CDATA[7825ef11-9bab-36b1-a145-50a886c14038]]></data>
<data key="d4" xml:space="preserve"><![CDATA[Arch AWS Serverless Application Repository 32]]></data>
<data key="d6" xml:space="preserve"><![CDATA[Arch AWS Serverless Application Repository 32]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="12"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="12">
<data key="d3" xml:space="preserve"><![CDATA[3168053e-5c2d-366d-9368-f530b9bcc5f6]]></data>
<data key="d4" xml:space="preserve"><![CDATA[Arch AWS SimSpace Weaver 32]]></data>
<data key="d6" xml:space="preserve"><![CDATA[Arch AWS SimSpace Weaver 32]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="13"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="13">
<data key="d3" xml:space="preserve"><![CDATA[29b50ece-3c48-3116-aa55-30c5e0928af2]]></data>
<data key="d4" xml:space="preserve"><![CDATA[Arch AWS Thinkbox Deadline 32]]></data>
<data key="d6" xml:space="preserve"><![CDATA[Arch AWS Thinkbox Deadline 32]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="14"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="14">
<data key="d3" xml:space="preserve"><![CDATA[7942d8f2-c107-3ddd-a815-7f6a4ed28b79]]></data>
<data key="d4" xml:space="preserve"><![CDATA[Arch AWS Thinkbox Frost 32]]></data>
<data key="d6" xml:space="preserve"><![CDATA[Arch AWS Thinkbox Frost 32]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="15"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="15">
<data key="d3" xml:space="preserve"><![CDATA[c2db08bb-bcd4-3950-891a-407027bece13]]></data>
<data key="d4" xml:space="preserve"><![CDATA[Arch AWS Thinkbox Krakatoa 32]]></data>
<data key="d6" xml:space="preserve"><![CDATA[Arch AWS Thinkbox Krakatoa 32]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="16"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="16">
<data key="d3" xml:space="preserve"><![CDATA[520d0c08-2150-3927-b967-48b93fe5c042]]></data>
<data key="d4" xml:space="preserve"><![CDATA[Arch AWS Thinkbox Sequoia 32]]></data>
<data key="d6" xml:space="preserve"><![CDATA[Arch AWS Thinkbox Sequoia 32]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="17"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="17">
<data key="d3" xml:space="preserve"><![CDATA[b118a611-59c4-3cd4-bd9d-ed8bcdd671b6]]></data>
<data key="d4" xml:space="preserve"><![CDATA[Arch AWS Thinkbox Stoke 32]]></data>
<data key="d6" xml:space="preserve"><![CDATA[Arch AWS Thinkbox Stoke 32]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="18"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="18">
<data key="d3" xml:space="preserve"><![CDATA[d8aa358f-3575-3bc7-82d6-79f3f2c2e0a0]]></data>
<data key="d4" xml:space="preserve"><![CDATA[Arch AWS Thinkbox XMesh 32]]></data>
<data key="d6" xml:space="preserve"><![CDATA[Arch AWS Thinkbox XMesh 32]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="19"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="19">
<data key="d3" xml:space="preserve"><![CDATA[d415a098-77a7-3001-abec-441cf2ad1eae]]></data>
<data key="d4" xml:space="preserve"><![CDATA[Arch AWS Wavelength 32]]></data>
<data key="d6" xml:space="preserve"><![CDATA[Arch AWS Wavelength 32]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="20"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="20">
<data key="d3" xml:space="preserve"><![CDATA[17f56350-e95d-3410-9ab4-ea3b42f9714f]]></data>
<data key="d4" xml:space="preserve"><![CDATA[Arch Amazon EC2 Auto Scaling 32]]></data>
<data key="d6" xml:space="preserve"><![CDATA[Arch Amazon EC2 Auto Scaling 32]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="21"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="21">
<data key="d3" xml:space="preserve"><![CDATA[60330f1d-10b2-3520-8a5b-a0e83748a82d]]></data>
<data key="d4" xml:space="preserve"><![CDATA[Arch Amazon EC2 Image Builder 32]]></data>
<data key="d6" xml:space="preserve"><![CDATA[Arch Amazon EC2 Image Builder 32]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="22"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="22">
<data key="d3" xml:space="preserve"><![CDATA[2a24a4bd-9c7f-38ff-a3ac-9618a2afd27c]]></data>
<data key="d4" xml:space="preserve"><![CDATA[Arch Amazon EC2 32]]></data>
<data key="d6" xml:space="preserve"><![CDATA[Arch Amazon EC2 32]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="23"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="23">
<data key="d3" xml:space="preserve"><![CDATA[2330707d-9ceb-3dc7-844e-70240a241c1d]]></data>
<data key="d4" xml:space="preserve"><![CDATA[Arch Amazon Lightsail for Research 32]]></data>
<data key="d6" xml:space="preserve"><![CDATA[Arch Amazon Lightsail for Research 32]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="24"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="24">
<data key="d3" xml:space="preserve"><![CDATA[3fdf48fc-d928-3caa-8c9f-ebf387ce2de5]]></data>
<data key="d4" xml:space="preserve"><![CDATA[Arch Amazon Lightsail 32]]></data>
<data key="d6" xml:space="preserve"><![CDATA[Arch Amazon Lightsail 32]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="25"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="25">
<data key="d3" xml:space="preserve"><![CDATA[2aa7621b-4a24-34e7-8a3c-8b0225e87b7a]]></data>
<data key="d4" xml:space="preserve"><![CDATA[Arch Bottlerocket 32]]></data>
<data key="d6" xml:space="preserve"><![CDATA[Arch Bottlerocket 32]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="26"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="26">
<data key="d3" xml:space="preserve"><![CDATA[5e54bd73-9ef7-3710-b0db-15d58cc5c5c8]]></data>
<data key="d4" xml:space="preserve"><![CDATA[Arch Elastic Fabric Adapter 32]]></data>
<data key="d6" xml:space="preserve"><![CDATA[Arch Elastic Fabric Adapter 32]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="27"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="27">
<data key="d3" xml:space="preserve"><![CDATA[11320e40-dc98-39d8-8a4d-87adf33a5d9e]]></data>
<data key="d4" xml:space="preserve"><![CDATA[Arch NICE DCV 32]]></data>
<data key="d6" xml:space="preserve"><![CDATA[Arch NICE DCV 32]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="28"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="28">
<data key="d3" xml:space="preserve"><![CDATA[e4583880-53c8-3b44-8cdd-befc1888e3d2]]></data>
<data key="d4" xml:space="preserve"><![CDATA[Arch NICE EnginFrame 32]]></data>
<data key="d6" xml:space="preserve"><![CDATA[Arch NICE EnginFrame 32]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="29"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="29">
<data key="d3" xml:space="preserve"><![CDATA[cb7eca53-079e-3cdf-b5f1-4bbcbae1ef26]]></data>
<data key="d4" xml:space="preserve"><![CDATA[Res AWS Elastic Beanstalk Application 48]]></data>
<data key="d6" xml:space="preserve"><![CDATA[Res AWS Elastic Beanstalk Application 48]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="38" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="30"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="30">
<data key="d3" xml:space="preserve"><![CDATA[281e4f52-5f3e-3b0a-a8b2-a9085b497ffd]]></data>
<data key="d4" xml:space="preserve"><![CDATA[Res AWS Elastic Beanstalk Deployment 48]]></data>
<data key="d6" xml:space="preserve"><![CDATA[Res AWS Elastic Beanstalk Deployment 48]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="31"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="31">
<data key="d3" xml:space="preserve"><![CDATA[a1ef77bc-5936-38a2-93ed-8f30779c950f]]></data>
<data key="d4" xml:space="preserve"><![CDATA[Res AWS Lambda Lambda Function 48]]></data>
<data key="d6" xml:space="preserve"><![CDATA[Res AWS Lambda Lambda Function 48]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="32"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="32">
<data key="d3" xml:space="preserve"><![CDATA[a272343c-7394-3c90-a944-bb1d55c72802]]></data>
<data key="d4" xml:space="preserve"><![CDATA[Res Amazon EC2 AMI 48]]></data>
<data key="d6" xml:space="preserve"><![CDATA[Res Amazon EC2 AMI 48]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="33"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="33">
<data key="d3" xml:space="preserve"><![CDATA[c1e17471-7103-314c-8bb2-983657698974]]></data>
<data key="d4" xml:space="preserve"><![CDATA[Res Amazon EC2 AWS Microservice Extractor for .NET 48]]></data>
<data key="d6" xml:space="preserve"><![CDATA[Res Amazon EC2 AWS Microservice Extractor for .NET 48]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="34"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="34">
<data key="d3" xml:space="preserve"><![CDATA[3147c0cc-7890-3e08-a5a8-f4514b4bef5c]]></data>
<data key="d4" xml:space="preserve"><![CDATA[Res Amazon EC2 Auto Scaling 48]]></data>
<data key="d6" xml:space="preserve"><![CDATA[Res Amazon EC2 Auto Scaling 48]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="35"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="35">
<data key="d3" xml:space="preserve"><![CDATA[393f8070-6ce5-3986-8a79-30829e5f5b42]]></data>
<data key="d4" xml:space="preserve"><![CDATA[Res Amazon EC2 DB Instance 48]]></data>
<data key="d6" xml:space="preserve"><![CDATA[Res Amazon EC2 DB Instance 48]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="59" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="36"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="36">
<data key="d3" xml:space="preserve"><![CDATA[8bae0cd1-6d82-3b5c-9da5-76cbf8c66bb7]]></data>
<data key="d4" xml:space="preserve"><![CDATA[Res Amazon EC2 Elastic IP Address 48]]></data>
<data key="d6" xml:space="preserve"><![CDATA[Res Amazon EC2 Elastic IP Address 48]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="25" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="37"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="37">
<data key="d3" xml:space="preserve"><![CDATA[6cab40a6-6059-3044-85b6-cdae54458dbc]]></data>
<data key="d4" xml:space="preserve"><![CDATA[Res Amazon EC2 Instance with CloudWatch 48]]></data>
<data key="d6" xml:space="preserve"><![CDATA[Res Amazon EC2 Instance with CloudWatch 48]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="38"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="38">
<data key="d3" xml:space="preserve"><![CDATA[762711ce-a8a2-30be-895e-5a0fd219cebc]]></data>
<data key="d4" xml:space="preserve"><![CDATA[Res Amazon EC2 Instance 48]]></data>
<data key="d6" xml:space="preserve"><![CDATA[Res Amazon EC2 Instance 48]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="39"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="39">
<data key="d3" xml:space="preserve"><![CDATA[e7ef27f5-dbe0-3fc2-9c35-ea392c8eb283]]></data>
<data key="d4" xml:space="preserve"><![CDATA[Res Amazon EC2 Instances 48]]></data>
<data key="d6" xml:space="preserve"><![CDATA[Res Amazon EC2 Instances 48]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="40"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="40">
<data key="d3" xml:space="preserve"><![CDATA[3d26efe7-9058-3f20-9490-8200b927b31a]]></data>
<data key="d4" xml:space="preserve"><![CDATA[Res Amazon EC2 Rescue 48]]></data>
<data key="d6" xml:space="preserve"><![CDATA[Res Amazon EC2 Rescue 48]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="41"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="41">
<data key="d3" xml:space="preserve"><![CDATA[6c0cbc3b-8691-32c0-8288-1515c56d1b32]]></data>
<data key="d4" xml:space="preserve"><![CDATA[Res Amazon EC2 Spot Instance 48]]></data>
<data key="d6" xml:space="preserve"><![CDATA[Res Amazon EC2 Spot Instance 48]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="42"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node> </graph>
<data key="d8">
<y:Resources>
<y:Resource id="1" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="40px" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 40 40" height="40px" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.1" > <title >Icon-Architecture/32/Arch_AWS-App-Runner_32</title > <g id="Icon-Architecture/32/Arch_AWS-App-Runner_32" style="fill:none; stroke-width:1; fill-rule:evenodd; stroke:none;" > <g style="fill:#ED7100;" id="Icon-Architecture-BG/32/Compute" > <rect width="40" x="0" height="40" id="Rectangle" y="0" /> </g > <g id="Icon-Service/32/AWS-Fusion_32" style="fill:#FFFFFF;" transform="translate(6.000000, 6.000000)" > <path id="Fill-3" d="M8.163,20.544 L7.456,19.837 L1,26.293 L1,23 L0,23 L0,27.5 C0,27.776 0.224,28 0.5,28 L5,28 L5,27 L1.707,27 L8.163,20.544 Z M27.5,0 L23,0 L23,1 L26.293,1 L20.146,7.147 L20.853,7.854 L27,1.707 L27,5 L28,5 L28,0.5 C28,0.224 27.776,0 27.5,0 L27.5,0 Z M16,24 L24,24 L24,16 L16,16 L16,24 Z M25,15.5 L25,24.5 C25,24.776 24.776,25 24.5,25 L15.5,25 C15.224,25 15,24.776 15,24.5 L15,15.5 C15,15.224 15.224,15 15.5,15 L24.5,15 C24.776,15 25,15.224 25,15.5 L25,15.5 Z M4,12 L12,12 L12,4 L4,4 L4,12 Z M13,3.5 L13,12.5 C13,12.776 12.776,13 12.5,13 L3.5,13 C3.224,13 3,12.776 3,12.5 L3,3.5 C3,3.224 3.224,3 3.5,3 L12.5,3 C12.776,3 13,3.224 13,3.5 L13,3.5 Z M12.5,15 L3.5,15 C3.224,15 3,15.224 3,15.5 L3,22.172 L4,21.172 L4,16 L12,16 L12,24 L6.828,24 L5.828,25 L12.5,25 C12.776,25 13,24.776 13,24.5 L13,15.5 C13,15.224 12.776,15 12.5,15 L12.5,15 Z M24,6.828 L25,5.828 L25,12.5 C25,12.776 24.776,13 24.5,13 L15.5,13 C15.224,13 15,12.776 15,12.5 L15,3.5 C15,3.224 15.224,3 15.5,3 L22.172,3 L21.172,4 L16,4 L16,12 L24,12 L24,6.828 Z" /> </g > </g > </svg > </y:Resource>
<y:Resource id="2" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="40px" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 40 40" height="40px" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.1" > <title >Icon-Architecture/32/Arch_AWS-Batch_32</title > <g id="Icon-Architecture/32/Arch_AWS-Batch_32" style="fill:none; stroke-width:1; fill-rule:evenodd; stroke:none;" > <g style="fill:#ED7100;" id="Icon-Architecture-BG/32/Compute" > <rect width="40" x="0" height="40" id="Rectangle" y="0" /> </g > <path d="M20.5682456,29.5231233 C21.1748736,29.5231233 21.6662423,30.0117292 21.6662423,30.6149464 C21.6662423,31.2181635 21.1748736,31.7077748 20.5682456,31.7077748 C19.9616177,31.7077748 19.470249,31.2181635 19.470249,30.6149464 C19.470249,30.0117292 19.9616177,29.5231233 20.5682456,29.5231233 M11.5638644,20.4758713 C11.5638644,21.0800938 11.0714847,21.5686997 10.4648568,21.5686997 C9.8582288,21.5686997 9.36686014,21.0800938 9.36686014,20.4758713 C9.36686014,19.8736595 9.8582288,19.3840483 10.4648568,19.3840483 C11.0714847,19.3840483 11.5638644,19.8736595 11.5638644,20.4758713 M30.7484741,32.9313003 C29.4927542,32.9313003 28.5090058,31.9882708 28.5090058,30.7848525 C28.5090058,29.5563003 29.5139861,28.5569705 30.7484741,28.5569705 C31.983973,28.5569705 32.9889534,29.5563003 32.9889534,30.7848525 C32.9889534,31.9882708 32.005205,32.9313003 30.7484741,32.9313003 M28.5090058,20.5331769 C28.5090058,19.3046247 29.5139861,18.3052949 30.7484741,18.3052949 C31.983973,18.3052949 32.9889534,19.3046247 32.9889534,20.5331769 C32.9889534,21.7607239 31.983973,22.7600536 30.7484741,22.7600536 C29.5139861,22.7600536 28.5090058,21.7607239 28.5090058,20.5331769 M20.5682456,22.7630697 C19.3327467,22.7630697 18.3277663,21.7637399 18.3277663,20.5351877 C18.3277663,19.3066354 19.3327467,18.3073056 20.5682456,18.3073056 C21.8037446,18.3073056 22.808725,19.3066354 22.808725,20.5351877 C22.808725,21.7637399 21.8037446,22.7630697 20.5682456,22.7630697 M23.0220558,30.5546247 C23.0220558,31.9460456 21.9675342,32.9946381 20.5682456,32.9946381 C19.1689571,32.9946381 18.1144355,31.9460456 18.1144355,30.5546247 C18.1144355,29.1632038 19.1689571,28.1146113 20.5682456,28.1146113 C21.9675342,28.1146113 23.0220558,29.1632038 23.0220558,30.5546247 M17.6210447,10.935992 C17.6210447,9.40281501 19.0263996,8.00536193 20.5682456,8.00536193 C22.1100917,8.00536193 23.5154465,9.40281501 23.5154465,10.935992 C23.5154465,12.4701743 22.1100917,13.866622 20.5682456,13.866622 C19.0263996,13.866622 17.6210447,12.4701743 17.6210447,10.935992 M10.4648568,22.9772118 C9.06556825,22.9772118 8.01104662,21.9286193 8.01104662,20.5371984 C8.01104662,19.1246649 9.11207639,17.9755362 10.4648568,17.9755362 C11.8186482,17.9755362 12.919678,19.1246649 12.919678,20.5371984 C12.919678,21.9286193 11.8641453,22.9772118 10.4648568,22.9772118 M12.6982588,30.7717828 C12.6982588,31.9852547 11.7134993,32.9363271 10.4577794,32.9363271 C9.20104849,32.9363271 8.21628908,31.9852547 8.21628908,30.7717828 C8.21628908,29.5442359 9.22126943,28.5439008 10.4577794,28.5439008 C11.6932784,28.5439008 12.6982588,29.5442359 12.6982588,30.7717828 M31.2539974,27.6018767 L31.2539974,23.7151475 C32.8059539,23.4708445 34,22.1437668 34,20.5331769 C34,18.7496649 32.5420708,17.299933 30.7484741,17.299933 C29.1287774,17.299933 27.7931848,18.4882708 27.5485115,20.0325067 L23.7682082,20.0325067 C23.5498221,18.6541555 22.4599139,17.5703753 21.073769,17.3532172 L21.073769,14.8176944 C22.962404,14.5522788 24.5264932,12.8622654 24.5264932,10.935992 C24.5264932,8.83981233 22.6772889,7 20.5682456,7 C18.4592024,7 16.6099981,8.83981233 16.6099981,10.935992 C16.6099981,12.8622654 18.1740872,14.5522788 20.0627223,14.8176944 L20.0627223,17.3532172 C18.6765774,17.5703753 17.5866692,18.6541555 17.3682831,20.0325067 L13.8811833,20.0325067 C13.6395432,18.3063003 12.2068901,16.9701743 10.4648568,16.9701743 C8.55397866,16.9701743 7,18.5707105 7,20.5371984 C7,22.2965818 8.26684142,23.6950402 9.95933346,23.933311 L9.95933346,27.588807 C8.40434376,27.8290885 7.20524246,29.1591823 7.20524246,30.7717828 C7.20524246,32.5492627 8.63385134,33.941689 10.4577794,33.941689 C12.2817075,33.941689 13.7093054,32.5492627 13.7093054,30.7717828 C13.7093054,29.1632038 12.5193035,27.8371314 10.9703801,27.5908177 L10.9703801,23.933311 C12.4980715,23.7181635 13.6658304,22.5569705 13.8811833,21.0378686 L17.3682831,21.0378686 C17.5866692,22.4162198 18.6765774,23.5 20.0627223,23.7171582 L20.0627223,27.1575067 C18.3702303,27.3967828 17.1033889,28.7952413 17.1033889,30.5546247 C17.1033889,32.4869303 18.625014,34 20.5682456,34 C22.5114773,34 24.0331024,32.4869303 24.0331024,30.5546247 C24.0331024,28.7952413 22.766261,27.3967828 21.073769,27.1575067 L21.073769,23.7171582 C22.4599139,23.5 23.5498221,22.4162198 23.7682082,21.0378686 L27.5485115,21.0378686 C27.7679086,22.4152145 28.8578169,23.4969839 30.2429508,23.7151475 L30.2429508,27.6018767 C28.6909942,27.8461796 27.4979592,29.1742627 27.4979592,30.7848525 C27.4979592,32.5522788 28.925557,33.9366622 30.7484741,33.9366622 C32.5724022,33.9366622 34,32.5522788 34,30.7848525 C34,29.1742627 32.8059539,27.8461796 31.2539974,27.6018767" id="AWS-Batch_Icon_32_Squid" style="fill:#FFFFFF;" /> </g > </svg > </y:Resource>
<y:Resource id="3" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="40px" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 40 40" height="40px" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.1" > <title >Icon-Architecture/32/Arch_AWS-Compute-Optimizer_32</title > <g id="Icon-Architecture/32/Arch_AWS-Compute-Optimizer_32" style="fill:none; stroke-width:1; fill-rule:evenodd; stroke:none;" > <g style="fill:#ED7100;" id="Icon-Architecture-BG/32/Compute" > <rect width="40" x="0" height="40" id="Rectangle" y="0" /> </g > <g id="Icon-Service/32/AWS-Compute-Optimizer_32" style="fill:#FFFFFF;" transform="translate(6.000000, 6.000000)" > <path id="AWS-Compute-Optimizer_Icon_32_Squid" d="M15.024,17.031549 L15.024,16.027549 C16.802,15.781549 18.155,14.257549 18.155,12.389549 C18.155,10.522549 16.802,8.997549 15.024,8.752549 L15.024,7.747549 C17.361,7.998549 19.155,9.968549 19.155,12.389549 C19.155,14.810549 17.361,16.780549 15.024,17.031549 L15.024,17.031549 Z M16.026,1.605549 L15.024,1.605549 L15.024,0.605548998 L16.554,0.605548998 C16.692,0.605548998 16.823,0.662548998 16.918,0.761548998 C17.012,0.862548998 17.061,0.996548998 17.053,1.133549 L16.972,2.593549 C17.808,2.819549 18.609,3.149549 19.361,3.579549 L20.333,2.487549 C20.423,2.385549 20.553,2.324549 20.691,2.320549 C20.814,2.313549 20.961,2.368549 21.059,2.466549 L24.234,5.633549 C24.331,5.730549 24.384,5.863549 24.38,6.001549 C24.377,6.138549 24.316,6.268549 24.213,6.360549 L23.125,7.333549 C23.556,8.082549 23.889,8.882549 24.117,9.720549 L25.574,9.636549 C25.709,9.635549 25.846,9.677549 25.946,9.771549 C26.046,9.865549 26.103,9.997549 26.103,10.135549 L26.109,14.618549 C26.109,14.756549 26.052,14.887549 25.953,14.982549 C25.853,15.077549 25.717,15.128549 25.581,15.118549 L24.128,15.037549 C23.866,16.011549 23.461,16.937549 22.92,17.794549 L22.075,17.261549 C22.629,16.380549 23.026,15.419549 23.253,14.405549 C23.307,14.167549 23.489,13.997549 23.77,14.015549 L25.108,14.090549 L25.104,10.665549 L23.761,10.742549 C23.514,10.758549 23.298,10.593549 23.245,10.354549 C23.013,9.338549 22.615,8.379549 22.06,7.505549 C21.928,7.298549 21.966,7.027549 22.149,6.864549 L23.153,5.967549 L20.727,3.548549 L19.832,4.553549 C19.67,4.737549 19.401,4.775549 19.192,4.644549 C18.314,4.091549 17.354,3.696549 16.34,3.468549 C16.102,3.414549 15.937,3.196549 15.951,2.952549 L16.026,1.605549 Z M9.608,25.352549 L8.032,24.406549 L11.332,21.931549 L10.732,21.132549 L7.106,23.851549 L4.026,22.003549 L4.026,18.331549 L6.291,16.959549 L5.773,16.104549 L3.48,17.493549 L1.001,16.501549 L1,13.491549 L3.76,11.821549 L3.243,10.965549 L1,12.323549 L1.001,10.485549 L3.503,9.114549 L6.052,10.801549 L6.052,12.262549 L4.757,13.114549 L5.306,13.949549 L6.585,13.109549 L8.013,13.838549 L8.013,15.531549 L9.013,15.531549 L9.013,13.531549 C9.013,13.343549 8.908,13.172549 8.741,13.086549 L7.052,12.225549 L7.052,10.801549 L9.853,8.948549 C9.994,8.856549 10.078,8.699549 10.078,8.531549 L10.078,5.531549 L9.078,5.531549 L9.078,8.262549 L6.552,9.932549 L4.026,8.263549 L4.026,4.399549 L6.011,3.075549 L6.011,5.531549 L7.011,5.531549 L7.011,2.408549 L9.031,1.062549 L13.001,2.654549 L13.001,12.153549 L10.796,10.664549 L10.236,11.493549 L13.001,13.360549 L13.001,14.812549 L8.725,18.137549 L9.338,18.926549 L13.001,16.078549 L13.001,23.782549 L9.608,25.352549 Z M13.687,1.852549 L9.159,0.0365489975 C9.003,-0.0264510025 8.832,-0.00645100248 8.695,0.0845489975 L3.249,3.715549 C3.11,3.808549 3.026,3.964549 3.026,4.131549 L3.026,8.235549 L0.26,9.750549 C0.1,9.838549 0.001,10.006549 0.001,10.189549 L-1.77635684e-15,13.062549 L0.001,16.840549 C0.001,17.044549 0.126,17.228549 0.315,17.304549 L3.026,18.388549 L3.026,22.286549 C3.026,22.462549 3.118,22.624549 3.269,22.715549 L9.321,26.345549 C9.399,26.393549 9.489,26.417549 9.578,26.417549 C9.649,26.417549 9.721,26.402549 9.788,26.370549 L13.711,24.555549 C13.887,24.473549 14.001,24.296549 14.001,24.101549 L14.001,2.316549 C14.001,2.112549 13.877,1.927549 13.687,1.852549 L13.687,1.852549 Z M24.153,24.519549 L17.11,24.519549 C16.983,24.519549 16.885,24.497549 16.819,24.456549 C16.496,24.252549 16.111,23.859549 16.111,23.143549 C16.111,22.256549 16.674,21.925549 17.148,21.803549 C17.378,21.743549 17.536,21.529549 17.522,21.290549 L17.504,20.993549 C17.504,20.211549 18.06,19.338549 18.743,19.049549 C19.057,18.915549 19.348,18.862549 19.612,18.862549 C20.364,18.862549 20.895,19.293549 21.127,19.527549 C21.382,19.783549 21.591,20.128549 21.73,20.524549 C21.792,20.698549 21.945,20.825549 22.128,20.852549 C22.315,20.878549 22.495,20.803549 22.604,20.654549 C22.762,20.441549 23.032,20.349549 23.275,20.430549 C23.56,20.523549 23.723,20.827549 23.725,21.217549 C23.688,21.484549 23.87,21.733549 24.135,21.779549 C24.614,21.861549 25.417,22.150549 25.417,23.159549 C25.417,24.335549 24.343,24.499549 24.153,24.519549 L24.153,24.519549 Z M24.696,20.887549 C24.573,20.085549 24.066,19.637549 23.587,19.480549 C23.184,19.348549 22.756,19.386549 22.392,19.564549 C22.236,19.286549 22.05,19.037549 21.836,18.822549 C20.885,17.865549 19.584,17.607549 18.352,18.128549 C17.315,18.569549 16.529,19.770549 16.505,20.967549 C15.625,21.340549 15.111,22.128549 15.111,23.143549 C15.111,24.376549 15.847,25.025549 16.286,25.302549 C16.515,25.446549 16.793,25.519549 17.11,25.519549 L24.176,25.519549 C24.188,25.519549 24.201,25.518549 24.212,25.517549 C24.975,25.462549 26.417,24.897549 26.417,23.159549 C26.417,21.870549 25.586,21.163549 24.696,20.887549 L24.696,20.887549 Z" /> </g > </g > </svg > </y:Resource>
<y:Resource id="4" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="40px" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 40 40" height="40px" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.1" > <title >Icon-Architecture/32/Arch_AWS-Elastic-Beanstalk_32</title > <g id="Icon-Architecture/32/Arch_AWS-Elastic-Beanstalk_32" style="fill:none; stroke-width:1; fill-rule:evenodd; stroke:none;" > <g style="fill:#ED7100;" id="Icon-Architecture-BG/32/Compute" > <rect width="40" x="0" height="40" id="Rectangle" y="0" /> </g > <path d="M25.5,22.5936069 C25.5,21.7747556 24.827,21.1083869 24,21.1083869 C23.173,21.1083869 22.5,21.7747556 22.5,22.5936069 C22.5,23.4124582 23.173,24.0788269 24,24.0788269 C24.827,24.0788269 25.5,23.4124582 25.5,22.5936069 M20,17.1478004 C20.827,17.1478004 21.5,16.4814317 21.5,15.6625804 C21.5,14.8437291 20.827,14.1773604 20,14.1773604 C19.173,14.1773604 18.5,14.8437291 18.5,15.6625804 C18.5,16.4814317 19.173,17.1478004 20,17.1478004 M15,23.0886802 C15.827,23.0886802 16.5,22.4223115 16.5,21.6034602 C16.5,20.784609 15.827,20.1182403 15,20.1182403 C14.173,20.1182403 13.5,20.784609 13.5,21.6034602 C13.5,22.4223115 14.173,23.0886802 15,23.0886802 M26.5,22.5936069 C26.5,23.7887139 25.64,24.788762 24.5,25.018476 L24.5,28.5344867 C24.5,28.8077672 24.276,29.0295601 24,29.0295601 L20.5,29.0295601 L20.5,32 L19.5,32 L19.5,26.0591201 L15,26.0591201 C14.724,26.0591201 14.5,25.8373273 14.5,25.5640468 L14.5,24.0283294 C13.36,23.7986154 12.5,22.7985672 12.5,21.6034602 C12.5,20.2390382 13.621,19.1280936 15,19.1280936 C16.379,19.1280936 17.5,20.2390382 17.5,21.6034602 C17.5,22.7985672 16.64,23.7986154 15.5,24.0283294 L15.5,25.0689735 L19.5,25.0689735 L19.5,18.0874495 C18.36,17.8577355 17.5,16.8576874 17.5,15.6625804 C17.5,14.2981583 18.621,13.1872138 20,13.1872138 C21.379,13.1872138 22.5,14.2981583 22.5,15.6625804 C22.5,16.8576874 21.64,17.8577355 20.5,18.0874495 L20.5,28.0394134 L23.5,28.0394134 L23.5,25.018476 C22.36,24.788762 21.5,23.7887139 21.5,22.5936069 C21.5,21.2291848 22.621,20.1182403 24,20.1182403 C25.379,20.1182403 26.5,21.2291848 26.5,22.5936069 M34,20.0687329 C34,23.7550489 31.224,25.0689735 28.625,25.0689735 L28.625,24.0788269 C29.94,24.0788269 33,23.6877189 33,20.0687329 C33,17.3606819 30.921,16.3794466 29.177,16.0328952 C28.954,15.9883386 28.79,15.8012009 28.776,15.5774278 C28.649,13.4545534 27.398,12.7010518 26.366,12.7010518 C25.668,12.7010518 25.013,13.0307706 24.57,13.6060458 C24.459,13.7486269 24.276,13.8189273 24.099,13.7951638 C23.918,13.7684299 23.767,13.6466418 23.704,13.4763366 C23.304,12.4020275 22.729,11.5019842 21.999,10.8029407 C20.119,8.99790333 17.547,8.50976104 15.121,9.49495695 C13.104,10.3078673 11.526,12.6574853 11.526,14.8447193 C11.526,15.0873052 11.542,15.3298911 11.571,15.5665362 C11.603,15.815063 11.441,16.0477474 11.195,16.1081464 C10.002,16.4012298 8,17.3002829 8,20.0311074 C8,20.123191 8.005,20.2123042 8.009,20.2974568 C8.13,22.4302327 10.011,24.0788269 12.294,24.0788269 L12.5,24.0788269 L12.5,25.0689735 L12.294,25.0689735 C9.481,25.0689735 7.161,23.0094685 7.012,20.3806291 C7.005,20.2449791 7,20.1400235 7,20.0311074 C7,16.8646184 9.223,15.6853538 10.539,15.2645414 C10.53,15.1249308 10.526,14.9853201 10.526,14.8447193 C10.526,12.2406336 12.339,9.54743472 14.743,8.57808116 C17.548,7.43842237 20.522,8.00478625 22.694,10.0920154 C23.365,10.7326403 23.918,11.5158462 24.345,12.4238107 C26.079,11.0326547 29.313,11.60892 29.741,15.1427534 C32.491,15.8051615 34,17.5428689 34,20.0687329" id="AWS-Elastic-Beanstalk_Icon_32_Squid" style="fill:#FFFFFF;" /> </g > </svg > </y:Resource>
<y:Resource id="5" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="40px" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 40 40" height="40px" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.1" > <title >Icon-Architecture/32/Arch_AWS-Lambda_32</title > <g id="Icon-Architecture/32/Arch_AWS-Lambda_32" style="fill:none; stroke-width:1; fill-rule:evenodd; stroke:none;" > <g style="fill:#ED7100;" id="Icon-Architecture-BG/32/Compute" > <rect width="40" x="0" height="40" id="Rectangle" y="0" /> </g > <path d="M14.3863762,33 L8.26957323,33 L15.032628,18.574 L18.0969223,25.014 L14.3863762,33 Z M15.4706649,17.202 C15.3891468,17.03 15.2172714,16.92 15.0286994,16.92 L15.0267351,16.92 C14.8391453,16.921 14.6672698,17.032 14.5857517,17.205 L7.04778408,33.285 C6.9751053,33.439 6.9859089,33.622 7.0762663,33.767 C7.16564155,33.912 7.32278485,34 7.49073175,34 L14.6967342,34 C14.8872704,34 15.0601281,33.889 15.1416462,33.714 L19.085943,25.225 C19.1497824,25.088 19.1488003,24.929 19.0839787,24.793 L15.4706649,17.202 Z M32.0178544,33 L26.1357842,33 L16.6669183,12.289 C16.5863824,12.113 16.4125426,12 16.2220063,12 L12.3700312,12 L12.3749419,7 L19.9237132,7 L29.3483826,27.71 C29.4289185,27.887 29.6037404,28 29.7942767,28 L32.0178544,28 L32.0178544,33 Z M32.5089272,27 L30.1085633,27 L20.6829118,6.29 C20.6023758,6.113 20.4275539,6 20.2370176,6 L11.8838691,6 C11.6127969,6 11.3927963,6.224 11.3927963,6.5 L11.3869034,12.5 C11.3869034,12.632 11.4389572,12.759 11.5312788,12.854 C11.6236005,12.947 11.7473509,13 11.8779762,13 L15.909684,13 L25.3775678,33.711 C25.4581038,33.887 25.6319435,34 25.8234619,34 L32.5089272,34 C32.7809815,34 33,33.776 33,33.5 L33,27.5 C33,27.224 32.7809815,27 32.5089272,27 L32.5089272,27 Z" id="AWS-Lambda_Icon_32_Squid" style="fill:#FFFFFF;" /> </g > </svg > </y:Resource>
<y:Resource id="6" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="40px" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 40 40" height="40px" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.1" > <title >Icon-Architecture/32/Arch_AWS-Local-Zones_32</title > <g id="Icon-Architecture/32/Arch_AWS-Local-Zones_32" style="fill:none; stroke-width:1; fill-rule:evenodd; stroke:none;" > <g style="fill:#ED7100;" id="Icon-Architecture-BG/32/Compute" > <rect width="40" x="0" height="40" id="Rectangle" y="0" /> </g > <path d="M20.50062,17.6138272 C19.8908824,17.6138272 19.3945843,17.1308642 19.3945843,16.5362963 C19.3945843,15.942716 19.8908824,15.4587654 20.50062,15.4587654 C21.1103577,15.4587654 21.6056429,15.942716 21.6056429,16.5362963 C21.6056429,17.1308642 21.1103577,17.6138272 20.50062,17.6138272 L20.50062,17.6138272 Z M29.5788239,7.43901235 L28.825261,6.7782716 L21.4992933,14.7259259 C21.1994888,14.5688889 20.8632215,14.4711111 20.50062,14.4711111 C19.3328002,14.4711111 18.381731,15.3975309 18.381731,16.5362963 C18.381731,17.6750617 19.3328002,18.6014815 20.50062,18.6014815 C21.6684398,18.6014815 22.6184962,17.6750617 22.6184962,16.5362963 C22.6184962,16.1096296 22.4847996,15.7125926 22.2558947,15.382716 L29.5788239,7.43901235 Z M15.8273151,14.9688889 C15.6956441,15.4123457 15.6237315,15.8716049 15.6237315,16.3358025 C15.6237315,18.0079012 16.4816183,19.5535802 17.9208828,20.4701235 L18.4749135,19.6434568 C17.3232993,18.9096296 16.6365848,17.6730864 16.6365848,16.3358025 C16.6365848,16.2301235 16.6487391,16.1264198 16.6578547,16.022716 C16.6254434,15.92 16.6051864,15.8419753 16.6092378,15.8182716 L15.8273151,14.9688889 Z M24.5783673,15.8182716 C24.5824187,15.8419753 24.5631745,15.92 24.5307632,16.022716 C24.538866,16.1264198 24.5520331,16.2311111 24.5520331,16.3358025 C24.5520331,17.6730864 23.8643057,18.9096296 22.7137044,19.6434568 L23.2667223,20.4701235 C24.7059868,19.5535802 25.5648864,18.0079012 25.5648864,16.3358025 C25.5648864,15.8716049 25.4929738,15.4123457 25.3623157,14.9688889 L24.5783673,15.8182716 Z M23.4115603,9.69382716 C22.4898638,9.31851852 21.5175247,9.1308642 20.5046714,9.1308642 C16.3114589,9.1308642 12.9082719,12.4493827 12.9082719,16.5382716 C12.9082719,19.0469136 14.1945956,21.3679012 16.351973,22.7407407 L16.8989138,21.9111111 C15.0352638,20.7259259 13.9211252,18.7111111 13.9211252,16.5382716 C13.9211252,12.9925926 16.8685282,10.1185185 20.5046714,10.1185185 C21.2541829,10.1185185 21.9834372,10.237037 22.682306,10.4839506 L23.4115603,9.69382716 Z M27.1692459,13.0024691 C27.7779707,14.0888889 28.1010709,15.3037037 28.1010709,16.5382716 C28.1010709,19.0469136 26.8046188,21.3679012 24.6472413,22.7407407 L24.1003005,21.9111111 C25.9649634,20.7160494 27.0882177,18.7111111 27.0882177,16.5382716 C27.0882177,15.5901235 26.86539,14.6419753 26.4399916,13.7925926 L27.1692459,13.0024691 Z M24.9713543,7.99506173 C23.7265577,7.40246914 22.3176788,7.05679012 20.7983989,6.98765432 L20.1815712,6.98765432 C14.6301225,7.25432099 10.7721644,11.1851852 11.0253777,16.3407407 C11.2877067,21.654321 18.7119212,30.6518519 20.5046714,32.7358025 C22.2872932,30.6518519 29.7115076,21.6444444 29.9748495,16.3407407 C30.0660063,14.5432099 29.6304794,12.8148148 28.7189114,11.3333333 L29.2658522,10.7308642 L29.4582943,10.6123457 C30.5633172,12.3111111 31.0889881,14.3061728 30.9877027,16.3901235 C30.6737182,22.7308642 21.2845685,33.3777778 20.8794271,33.8320988 C20.7882704,33.9407407 20.6474837,34 20.5046714,34 C20.3527434,34 20.210944,33.9407407 20.1197872,33.8320988 C19.7146459,33.3777778 10.3254961,22.7308642 10.0125245,16.3901235 C9.73804122,10.6617284 14.0021535,6.2962963 20.1501728,6 L20.818656,6 C22.6114062,6.08888889 24.2329843,6.5037037 25.6702231,7.24444444 L24.9713543,7.99506173 Z" id="AWS-Local-Zones_Icon_32_Squid" style="fill:#FFFFFF;" /> </g > </svg > </y:Resource>
<y:Resource id="7" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="40px" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 40 40" height="40px" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.1" > <title >Icon-Architecture/32/Arch_AWS-Nitro-Enclaves_32</title > <g id="Icon-Architecture/32/Arch_AWS-Nitro-Enclaves_32" style="fill:none; stroke-width:1; fill-rule:evenodd; stroke:none;" > <g style="fill:#ED7100;" id="Icon-Architecture-BG/32/Compute" > <rect width="40" x="0" height="40" id="Rectangle" y="0" /> </g > <path d="M16.771,23 L19.4,23 C19.551,23 19.695,23.069 19.79,23.187 C19.885,23.306 19.921,23.46 19.888,23.608 L19.221,26.61 L23.228,21 L20.599,21 C20.448,21 20.304,20.931 20.209,20.813 C20.114,20.694 20.078,20.54 20.111,20.392 L20.778,17.39 L16.771,23 Z M18.2,29.4 C18.131,29.4 18.062,29.386 17.996,29.356 C17.779,29.26 17.66,29.023 17.711,28.792 L18.777,24 L15.799,24 C15.612,24 15.441,23.896 15.355,23.729 C15.269,23.562 15.284,23.362 15.392,23.209 L21.392,14.81 C21.531,14.617 21.786,14.548 22.003,14.644 C22.22,14.74 22.339,14.977 22.288,15.208 L21.222,20 L24.2,20 C24.387,20 24.558,20.104 24.644,20.271 C24.73,20.438 24.715,20.638 24.607,20.791 L18.607,29.19 C18.51,29.325 18.357,29.4 18.2,29.4 L18.2,29.4 Z M12,33 L28,33 L28,13.5 C28,13.224 28.223,13 28.5,13 L30,13 L30,7 L27,7 L27,9.5 C27,9.776 26.776,10 26.5,10 L22.5,10 C22.223,10 22,9.776 22,9.5 L22,7 L18,7 L18,9.5 C18,9.776 17.776,10 17.5,10 L13.5,10 C13.223,10 13,9.776 13,9.5 L13,7 L10,7 L10,13 L11.5,13 C11.776,13 12,13.224 12,13.5 L12,33 Z M28.5,34 L11.5,34 C11.223,34 11,33.776 11,33.5 L11,14 L9.5,14 C9.223,14 9,13.776 9,13.5 L9,6.5 C9,6.224 9.223,6 9.5,6 L13.5,6 C13.776,6 14,6.224 14,6.5 L14,9 L17,9 L17,6.5 C17,6.224 17.223,6 17.5,6 L22.5,6 C22.776,6 23,6.224 23,6.5 L23,9 L26,9 L26,6.5 C26,6.224 26.223,6 26.5,6 L30.5,6 C30.776,6 31,6.224 31,6.5 L31,13.5 C31,13.776 30.776,14 30.5,14 L29,14 L29,33.5 C29,33.776 28.776,34 28.5,34 L28.5,34 Z" id="AWS-Nitro-Enclaves_Icon_32_Squid" style="fill:#FFFFFF;" /> </g > </svg > </y:Resource>
<y:Resource id="8" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="40px" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 40 40" height="40px" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.1" > <title >Icon-Architecture/32/Arch_AWS-Outposts-family_32</title > <g id="Icon-Architecture/32/Arch_AWS-Outposts-family_32" style="fill:none; stroke-width:1; fill-rule:evenodd; stroke:none;" > <g style="fill:#ED7100;" id="Icon-Architecture-BG/32/Compute" > <rect width="40" x="0" height="40" id="Rectangle" y="0" /> </g > <path d="M25,32.9889447 L25,17.9889447 L15,17.9889447 L15,22.9889447 L15,23.9889447 L15,32.9889447 L18,32.9889447 L18,29.4889447 C18,29.2129447 18.224,28.9889447 18.5,28.9889447 L21.5,28.9889447 C21.776,28.9889447 22,29.2129447 22,29.4889447 L22,32.9889447 L25,32.9889447 Z M19,32.9889447 L21,32.9889447 L21,29.9889447 L19,29.9889447 L19,32.9889447 Z M34,32.9889447 L34,33.9889447 L26,33.9889447 L25,33.9889447 L22,33.9889447 L21,33.9889447 L19,33.9889447 L18,33.9889447 L15,33.9889447 L14,33.9889447 L6,33.9889447 L6,32.9889447 L14,32.9889447 L14,23.9889447 L11.156,23.9889447 C9.219,23.9889447 7.478,22.8569447 6.822,21.1729447 C6.676,20.7979447 6.578,20.4069447 6.53,20.0099447 C6.499,19.7659447 6.483,19.5059447 6.483,19.2329447 C6.483,16.3929447 8.147,14.8019447 9.864,14.1739447 L7.286,13.2329447 L7.63,12.2939447 L11.373,13.6599447 C11.632,13.7549447 11.766,14.0419447 11.671,14.3019447 L10.305,18.0449447 L9.365,17.7019447 L10.329,15.0609447 C9.424,15.3609447 7.483,16.3419447 7.483,19.2329447 C7.483,19.4629447 7.497,19.6809447 7.522,19.8879447 C7.561,20.2039447 7.639,20.5129447 7.754,20.8109447 C8.261,22.1139447 9.628,22.9889447 11.156,22.9889447 L14,22.9889447 L14,17.4889447 C14,17.2129447 14.224,16.9889447 14.5,16.9889447 L25.5,16.9889447 C25.776,16.9889447 26,17.2129447 26,17.4889447 L26,32.9889447 L34,32.9889447 Z M22.5,19.9889447 L21.5,19.9889447 C21.224,19.9889447 21,20.2129447 21,20.4889447 L21,21.4889447 C21,21.7649447 21.224,21.9889447 21.5,21.9889447 L22.5,21.9889447 C22.776,21.9889447 23,21.7649447 23,21.4889447 L23,20.4889447 C23,20.2129447 22.776,19.9889447 22.5,19.9889447 L22.5,19.9889447 Z M18.5,19.9889447 L17.5,19.9889447 C17.224,19.9889447 17,20.2129447 17,20.4889447 L17,21.4889447 C17,21.7649447 17.224,21.9889447 17.5,21.9889447 L18.5,21.9889447 C18.776,21.9889447 19,21.7649447 19,21.4889447 L19,20.4889447 C19,20.2129447 18.776,19.9889447 18.5,19.9889447 L18.5,19.9889447 Z M22.5,23.9889447 L21.5,23.9889447 C21.224,23.9889447 21,24.2129447 21,24.4889447 L21,25.4889447 C21,25.7649447 21.224,25.9889447 21.5,25.9889447 L22.5,25.9889447 C22.776,25.9889447 23,25.7649447 23,25.4889447 L23,24.4889447 C23,24.2129447 22.776,23.9889447 22.5,23.9889447 L22.5,23.9889447 Z M18.5,23.9889447 L17.5,23.9889447 C17.224,23.9889447 17,24.2129447 17,24.4889447 L17,25.4889447 C17,25.7649447 17.224,25.9889447 17.5,25.9889447 L18.5,25.9889447 C18.776,25.9889447 19,25.7649447 19,25.4889447 L19,24.4889447 C19,24.2129447 18.776,23.9889447 18.5,23.9889447 L18.5,23.9889447 Z M11.212,12.3349447 L10.251,12.0609447 C10.859,9.92994474 12.363,8.12894474 14.177,7.36094474 C16.977,6.17594474 19.94,6.76494474 22.107,8.93794474 C22.773,9.60694474 23.321,10.4169447 23.74,11.3529447 C24.543,10.6919447 25.598,10.4579447 26.598,10.7479447 C27.981,11.1529447 28.909,12.4229447 29.12,14.1769447 C30.48,14.4989447 33.343,15.6139447 33.343,19.2889447 C33.343,22.3519447 30.947,23.8279447 29.282,24.4859447 L31.56,25.5729447 L31.128,26.4749447 L27.531,24.7589447 C27.282,24.6399447 27.177,24.3409447 27.296,24.0919447 L29.013,20.4949447 L29.915,20.9259447 L28.602,23.6769447 C30.118,23.1559447 32.343,21.9419447 32.343,19.2889447 C32.343,16.0789447 29.696,15.2779447 28.559,15.0819447 C28.291,15.0359447 28.109,14.7849447 28.149,14.5159447 C28.052,13.0849447 27.366,12.0139447 26.317,11.7079447 C25.46,11.4569447 24.534,11.7899447 23.967,12.5579447 C23.855,12.7059447 23.678,12.7789447 23.49,12.7549447 C23.308,12.7279447 23.154,12.6009447 23.093,12.4269447 C22.7,11.3139447 22.13,10.3779447 21.398,9.64394474 C20.502,8.74494474 18.041,6.81294474 14.567,8.28094474 C13.049,8.92494474 11.731,10.5159447 11.212,12.3349447 L11.212,12.3349447 Z" id="Fill-4" style="fill:#FFFFFF;" /> </g > </svg > </y:Resource>
<y:Resource id="9" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="40px" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 40 40" height="40px" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.1" > <title >Icon-Architecture/32/Arch_AWS-Outposts-rack_32</title > <g id="Icon-Architecture/32/Arch_AWS-Outposts-rack_32" style="fill:none; stroke-width:1; fill-rule:evenodd; stroke:none;" > <g style="fill:#ED7100;" id="Icon-Architecture-BG/32/Compute" > <rect width="40" x="0" height="40" id="Rectangle" y="0" /> </g > <path d="M27.0115234,13.5935768 C27.0115234,13.3522406 27.0115234,13.1048961 26.9957078,12.9757162 C26.8681943,12.9606953 26.6240406,12.9606953 26.3868062,12.9606953 L18.5531294,12.9606953 C18.3149065,12.9606953 18.0707528,12.9606953 17.9432393,12.9767176 C17.9284122,13.1048961 17.9284122,13.3522406 17.9284122,13.5935768 L17.9284122,30.4790959 C17.9284122,30.720432 17.9284122,30.9677765 17.9432393,31.0969565 C18.0707528,31.1129788 18.3149065,31.1129788 18.5531294,31.1129788 L21.4513427,31.1129788 L23.4441115,31.1129788 L26.3868062,31.1129788 C26.6240406,31.1129788 26.8681943,31.1129788 26.9957078,31.0969565 C27.0115234,30.9677765 27.0115234,30.720432 27.0115234,30.4790959 L27.0115234,13.5935768 Z M23.9373613,32.9986052 L25.8925679,32.9986052 L25.8925679,32.1143736 L23.9373613,32.1143736 L23.9373613,32.9986052 Z M19.0473677,32.9986052 L20.9571044,32.9986052 L20.9571044,32.1143736 L19.0473677,32.1143736 L19.0473677,32.9986052 Z M28,13.5935768 L28,30.4790959 C28,31.696792 27.8270166,32.0302564 26.8810445,32.0983513 L26.8810445,33.4993026 C26.8810445,33.7756876 26.6606142,34 26.3868062,34 L23.4441115,34 C23.1703035,34 22.9498732,33.7756876 22.9498732,33.4993026 L22.9498732,32.1143736 L21.945581,32.1143736 L21.945581,33.4993026 C21.945581,33.7756876 21.7241622,34 21.4513427,34 L18.5531294,34 C18.2803098,34 18.0588911,33.7756876 18.0588911,33.4993026 L18.0588911,32.0983513 C17.1119305,32.0302564 16.9399356,31.696792 16.9399356,30.4790959 L16.9399356,13.5935768 C16.9399356,12.1886199 17.1653083,11.9593005 18.5531294,11.9593005 L26.3868062,11.9593005 C27.7736389,11.9593005 28,12.1886199 28,13.5935768 L28,13.5935768 Z M25.9261761,22.4839598 C25.9261761,23.0357283 25.4833386,23.4853546 24.9376996,23.4853546 C24.393049,23.4853546 23.949223,23.0357283 23.949223,22.4839598 C23.949223,21.9321913 24.393049,21.482565 24.9376996,21.482565 C25.4833386,21.482565 25.9261761,21.9321913 25.9261761,22.4839598 L25.9261761,22.4839598 Z M25.9261761,19.478774 C25.9261761,20.0315439 25.4833386,20.4801688 24.9376996,20.4801688 C24.393049,20.4801688 23.949223,20.0315439 23.949223,19.478774 C23.949223,18.9270055 24.393049,18.4773792 24.9376996,18.4773792 C25.4833386,18.4773792 25.9261761,18.9270055 25.9261761,19.478774 L25.9261761,19.478774 Z M25.9261761,16.4745896 C25.9261761,17.0273595 25.4833386,17.4759844 24.9376996,17.4759844 C24.393049,17.4759844 23.949223,17.0273595 23.949223,16.4745896 C23.949223,15.9228211 24.393049,15.4731948 24.9376996,15.4731948 C25.4833386,15.4731948 25.9261761,15.9228211 25.9261761,16.4745896 L25.9261761,16.4745896 Z M18.9959669,16.9762884 L22.9498732,16.9762884 L22.9498732,15.9748936 L18.9959669,15.9748936 L18.9959669,16.9762884 Z M18.9959669,22.9846572 L22.9498732,22.9846572 L22.9498732,21.9832624 L18.9959669,21.9832624 L18.9959669,22.9846572 Z M18.9959669,19.9804728 L22.9498732,19.9804728 L22.9498732,18.979078 L18.9959669,18.979078 L18.9959669,19.9804728 Z M19.4803204,7.0013948 C17.9422509,7.0013948 16.9844171,7.73842137 16.4526167,8.35728336 C15.5501376,9.40674511 15.2684217,10.7716462 15.3890159,11.658882 C15.4255895,11.925253 15.2476637,12.1746003 14.9857174,12.2206645 C14.7534254,12.2647259 12.7003596,12.7353814 13.0235914,15.4621795 C13.0334762,15.542291 13.2983879,17.4769858 15.0420606,17.4769858 L16.0305372,17.4769858 L16.0305372,18.4783806 L15.0420606,18.4783806 C12.9425364,18.4783806 12.1616399,16.5837416 12.0420342,15.5823468 C11.7019983,12.7103466 13.5109104,11.6869211 14.3748389,11.3654733 C14.3362883,10.1097243 14.8364575,8.71277851 15.7073053,7.69936698 C16.374527,6.9242874 17.5705837,6 19.4803204,6 L19.4813089,6 C22.3498679,6 23.6072101,7.81152319 24.1142986,8.95711884 C24.7716355,8.42938378 25.6286447,8.36028754 26.0695053,8.48245771 C27.767708,8.95311326 27.8151549,10.8787955 27.8161434,10.9609098 L26.8276668,10.9749294 C26.8266783,10.925861 26.7851623,9.71918029 25.8085474,9.4478023 C25.6157945,9.39572977 24.7320964,9.44479811 24.3841527,10.1828261 C24.2912359,10.3760953 24.0925521,10.4892529 23.8750873,10.4622152 C23.6635533,10.4351776 23.4935353,10.2729516 23.4520193,10.0606559 C23.4282958,9.93648296 22.8223597,7.0013948 19.4813089,7.0013948 L19.4803204,7.0013948 Z" id="AWS-Outposts-rack_Icon_32_Squid" style="fill:#FFFFFF;" /> </g > </svg > </y:Resource>
<y:Resource id="10" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="40px" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 40 40" height="40px" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.1" > <title >Icon-Architecture/32/Arch_AWS-Outposts-servers_32</title > <g id="Icon-Architecture/32/Arch_AWS-Outposts-servers_32" style="fill:none; stroke-width:1; fill-rule:evenodd; stroke:none;" > <g style="fill:#ED7100;" id="Icon-Architecture-BG/32/Compute" > <rect width="40" x="0" height="40" id="Rectangle" y="0" /> </g > <g id="Icon-Service/32/AWS-Outposts-servers_32" style="fill:#FFFFFF;" transform="translate(6.050000, 10.450000)" > <path id="Fill-3" d="M26.947,15.0361754 C26.947,14.2091754 26.274,13.5361754 25.447,13.5361754 L6.447,13.5361754 C5.62,13.5361754 4.947,14.2091754 4.947,15.0361754 L4.947,17.0361754 C4.947,17.8631754 5.62,18.5361754 6.447,18.5361754 L25.447,18.5361754 C26.274,18.5361754 26.947,17.8631754 26.947,17.0361754 L26.947,15.0361754 Z M27.947,15.0361754 L27.947,17.0361754 C27.947,18.4141754 26.826,19.5361754 25.447,19.5361754 L6.447,19.5361754 C5.068,19.5361754 3.947,18.4141754 3.947,17.0361754 L3.947,15.0361754 C3.947,13.6581754 5.068,12.5361754 6.447,12.5361754 L25.447,12.5361754 C26.826,12.5361754 27.947,13.6581754 27.947,15.0361754 L27.947,15.0361754 Z M7.947,16.5361754 L8.947,16.5361754 L8.947,15.5361754 L7.947,15.5361754 L7.947,16.5361754 Z M9.947,16.5361754 L12.947,16.5361754 L12.947,15.5361754 L9.947,15.5361754 L9.947,16.5361754 Z M13.947,16.5361754 L23.947,16.5361754 L23.947,15.5361754 L13.947,15.5361754 L13.947,16.5361754 Z M3.567,5.3331754 C3.567,5.5161754 3.579,5.6971754 3.599,5.8731754 C3.63,6.1221754 3.47,6.3551754 3.227,6.4171754 C2.395,6.6291754 1,7.2841754 1,9.2851754 L1.005,9.4831754 C1.049,10.3921754 1.381,11.9591754 3.093,12.1911754 L2.959,13.1821754 C1.211,12.9451754 0.106,11.5791754 0.006,9.5281754 L1.77635684e-15,9.2851754 C1.77635684e-15,7.5041754 0.953,6.1421754 2.572,5.5711754 C2.569,5.4921754 2.567,5.4131754 2.567,5.3331754 C2.567,3.3101754 3.922,1.2121754 5.718,0.451175401 C7.825,-0.438824599 10.048,0.00417540088 11.676,1.6361754 C12.138,2.1001754 12.525,2.6551754 12.829,3.2911754 C13.43,2.8601754 14.188,2.7161754 14.909,2.9281754 C15.949,3.2311754 16.654,4.1631754 16.839,5.4511754 C17.917,5.6921754 19.947,6.4981754 19.947,10.2761754 L18.947,10.2761754 C18.947,7.2311754 17.601,6.5891754 16.285,6.3631754 C16.016,6.3171754 15.835,6.0651754 15.876,5.7951754 C15.807,4.8351754 15.341,4.0961754 14.628,3.8881754 C14.056,3.7191754 13.433,3.9451754 13.051,4.4611754 C12.942,4.6101754 12.763,4.6831754 12.575,4.6591754 C12.392,4.6321754 12.239,4.5051754 12.177,4.3311754 C11.896,3.5341754 11.489,2.8651754 10.968,2.3421754 C10.329,1.7021754 8.575,0.325175401 6.109,1.3721754 C4.683,1.9751754 3.567,3.7151754 3.567,5.3331754 L3.567,5.3331754 Z" /> </g > </g > </svg > </y:Resource>
<y:Resource id="11" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="40px" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 40 40" height="40px" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.1" > <title >Icon-Architecture/32/Arch_AWS-Parallel-Cluster_32</title > <g id="Icon-Architecture/32/Arch_AWS-Parallel-Cluster_32" style="fill:none; stroke-width:1; fill-rule:evenodd; stroke:none;" > <g style="fill:#ED7100;" id="Icon-Architecture-BG/32/Compute" > <rect width="40" x="0" height="40" id="Rectangle" y="0" /> </g > <g id="Icon-Service/32/AWS-ParallelClusters_32" style="fill:#FFFFFF;" transform="translate(7.000000, 8.000000)" > <path id="AWS-ParallelCluster_Icon_32_Squid" d="M17.2963781,23 L21.2973781,23 L21.2973781,19 L17.2963781,19 L17.2963781,23 Z M22.2973781,18.5 L22.2973781,23.5 C22.2973781,23.776 22.0733781,24 21.7973781,24 L16.7963781,24 C16.5193781,24 16.2963781,23.776 16.2963781,23.5 L16.2963781,18.5 C16.2963781,18.224 16.5193781,18 16.7963781,18 L21.7973781,18 C22.0733781,18 22.2973781,18.224 22.2973781,18.5 L22.2973781,18.5 Z M24.7973781,15 L19.7973781,15 C19.5203781,15 19.2973781,15.224 19.2973781,15.5 L19.2973781,16.5 C19.2973781,16.776 19.5203781,17 19.7973781,17 C20.0733781,17 20.2973781,16.776 20.2973781,16.5 L20.2973781,16 L24.2973781,16 L24.2973781,20 L23.7973781,20 C23.5203781,20 23.2973781,20.224 23.2973781,20.5 C23.2973781,20.776 23.5203781,21 23.7973781,21 L24.7973781,21 C25.0733781,21 25.2973781,20.776 25.2973781,20.5 L25.2973781,15.5 C25.2973781,15.224 25.0733781,15 24.7973781,15 L24.7973781,15 Z M5.29737813,5 L9.29737813,5 L9.29737813,1 L5.29737813,1 L5.29737813,5 Z M4.29737813,5.5 L4.29737813,0.5 C4.29737813,0.224 4.52037813,0 4.79737813,0 L9.79737813,0 C10.0733781,0 10.2973781,0.224 10.2973781,0.5 L10.2973781,5.5 C10.2973781,5.776 10.0733781,6 9.79737813,6 L4.79737813,6 C4.52037813,6 4.29737813,5.776 4.29737813,5.5 L4.29737813,5.5 Z M0.797378135,9 L5.79737813,9 C6.07337813,9 6.29737813,8.776 6.29737813,8.5 L6.29737813,7.5 C6.29737813,7.224 6.07337813,7 5.79737813,7 C5.52037813,7 5.29737813,7.224 5.29737813,7.5 L5.29737813,8 L1.29737813,8 L1.29737813,4 L1.79737813,4 C2.07337813,4 2.29737813,3.776 2.29737813,3.5 C2.29737813,3.224 2.07337813,3 1.79737813,3 L0.797378135,3 C0.520378135,3 0.297378135,3.224 0.297378135,3.5 L0.297378135,8.5 C0.297378135,8.776 0.520378135,9 0.797378135,9 L0.797378135,9 Z M26.3733781,13.982 C26.2983781,14.248 26.0203781,14.403 25.7553781,14.327 C25.4893781,14.252 25.3353781,13.976 25.4103781,13.71 C25.7993781,12.341 25.5483781,10.839 24.7553781,9.79 C24.0133781,8.809 22.8793781,8.291 21.4743781,8.291 C17.8523781,8.291 15.8693781,10.311 13.9093781,12.582 C15.1383781,13.986 16.4343781,15.364 18.0523781,16.14 C18.3013781,16.26 18.4053781,16.558 18.2863781,16.807 C18.1993781,16.986 18.0203781,17.091 17.8353781,17.091 C17.7613781,17.091 17.6883781,17.075 17.6183781,17.042 C15.8683781,16.201 14.5173781,14.791 13.2493781,13.347 C11.3323781,15.585 9.30437813,17.818 5.79437813,17.818 C3.84137813,17.818 2.17337813,17.025 1.09737813,15.584 C0.0713781345,14.209 -0.260621865,12.443 0.209378135,10.86 C0.287378135,10.596 0.562378135,10.444 0.831378135,10.522 C1.09537813,10.601 1.24637813,10.879 1.16837813,11.144 C0.793378135,12.408 1.07337813,13.88 1.89937813,14.986 C2.78137813,16.167 4.16437813,16.818 5.79437813,16.818 C8.90837813,16.818 10.7093781,14.779 12.5863781,12.586 C11.1703781,10.956 9.81637813,9.435 8.03237813,8.717 C7.77637813,8.614 7.65137813,8.323 7.75537813,8.067 C7.85737813,7.81 8.14837813,7.687 8.40537813,7.79 C10.3623781,8.577 11.8373781,10.202 13.2453781,11.819 C15.2593781,9.496 17.4773781,7.291 21.4743781,7.291 C23.1793781,7.291 24.6283781,7.964 25.5533781,9.187 C26.5303781,10.48 26.8443781,12.318 26.3733781,13.982 L26.3733781,13.982 Z" /> </g > </g > </svg > </y:Resource>
<y:Resource id="12" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="40px" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 40 40" height="40px" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.1" > <title >Icon-Architecture/32/Arch_AWS-Serverless-Application-Repository_32</title > <g id="Icon-Architecture/32/Arch_AWS-Serverless-Application-Repository_32" style="fill:none; stroke-width:1; fill-rule:evenodd; stroke:none;" > <g style="fill:#ED7100;" id="Icon-Architecture-BG/32/Compute" > <rect width="40" x="0" height="40" id="Rectangle" y="0" /> </g > <path d="M28.82,27.9925953 L12.7,27.9925953 C10.638,27.9925953 8.432,26.0231192 8.059,23.9629766 L13.439,23.9629766 C13.643,23.9629766 13.828,23.8370511 13.903,23.6466516 C13.979,23.4552447 13.932,23.2366379 13.784,23.0945938 C13.549,22.8699426 13.421,22.5687286 13.421,22.2473665 C13.421,21.877649 13.589,21.5371462 13.881,21.312495 C14.176,21.0848215 14.548,21.0153106 14.924,21.1190733 C15.281,21.2177989 15.583,21.5079315 15.691,21.8595157 C15.833,22.3148626 15.72,22.7762539 15.388,23.0945938 C15.241,23.2366379 15.194,23.4562521 15.27,23.6466516 C15.346,23.8370511 15.53,23.9629766 15.734,23.9629766 L21.114,23.9629766 C21.037,24.1876279 20.997,24.4263828 20.997,24.6711821 C20.997,25.3572247 21.307,25.9898748 21.849,26.4069404 C22.392,26.8240059 23.09,26.9579907 23.763,26.7716209 C24.451,26.5822288 25.01,26.0412525 25.221,25.3612543 C25.369,24.8907963 25.359,24.4032125 25.209,23.9629766 L32.966,23.9629766 C32.662,26.9045983 30.385,27.9925953 28.82,27.9925953 L28.82,27.9925953 Z M11.192,19.2543672 C11.436,19.1939229 11.598,18.9581902 11.568,18.7063391 C11.54,18.4615397 11.525,18.2167404 11.525,17.9628744 C11.525,15.7445693 13.104,13.3529907 15.12,12.519867 C16.244,12.0554534 17.397,11.9134094 18.5,12.0766089 L18.5,17.5296904 C18.5,17.7362084 18.625,17.9205634 18.814,17.9981336 C19.004,18.0736889 19.219,18.0263409 19.362,17.877245 C19.84,17.3715279 20.702,17.4208907 21.123,17.9628744 C21.35,18.2550218 21.424,18.6217171 21.333,18.9944568 C21.243,19.3581299 20.959,19.6724402 20.608,19.7933287 C20.153,19.9504838 19.686,19.8406767 19.362,19.4971517 C19.222,19.3470484 19.006,19.3017152 18.814,19.3762632 C18.625,19.4518185 18.5,19.6381884 18.5,19.8436989 L18.5,22.955572 L16.632,22.955572 C16.782,22.5153361 16.792,22.0287597 16.646,21.5583017 C16.434,20.8772961 15.875,20.3363198 15.187,20.1469278 C14.515,19.9605579 13.816,20.0945427 13.273,20.5116082 C12.731,20.9286738 12.421,21.5613239 12.421,22.2473665 C12.421,22.4921658 12.461,22.7309207 12.538,22.955572 L8.008,22.955572 C8.14,20.3987789 10.042,19.5404701 11.192,19.2543672 L11.192,19.2543672 Z M19.5,12.3123416 C20.409,12.6105334 21.26,13.1293468 22.004,13.856693 C22.719,14.5558318 23.306,15.4957404 23.702,16.5736634 C23.764,16.7459296 23.916,16.8698404 24.096,16.8980477 C24.272,16.9232328 24.457,16.8506997 24.568,16.7056334 C25.009,16.1233535 25.665,15.7888951 26.365,15.7888951 C27.399,15.7888951 28.652,16.5545227 28.778,18.7103687 C28.792,18.9390496 28.956,19.129449 29.178,19.1747822 C30.85,19.5132702 32.83,20.4461269 32.989,22.955572 L24.31,22.955572 C24.106,22.955572 23.923,23.0814976 23.846,23.271897 C23.77,23.4622965 23.817,23.6819107 23.965,23.8239548 C24.297,24.1422947 24.41,24.603686 24.267,25.0590329 C24.158,25.4106172 23.857,25.7017571 23.5,25.7994754 C23.125,25.903238 22.753,25.8337271 22.457,25.6060537 C22.165,25.3814024 21.997,25.0408996 21.997,24.6711821 C21.997,24.34982 22.126,24.048606 22.36,23.8239548 C22.508,23.6819107 22.555,23.4633039 22.479,23.271897 C22.404,23.0814976 22.219,22.955572 22.015,22.955572 L19.5,22.955572 L19.5,20.752378 C19.952,20.9105405 20.453,20.9135627 20.934,20.7463335 C21.607,20.5126156 22.132,19.9343654 22.303,19.2372413 C22.468,18.5663098 22.325,17.8762376 21.911,17.3423132 C21.347,16.6169818 20.352,16.323827 19.5,16.6230262 L19.5,12.3123416 Z M29.743,18.2691254 C29.316,14.6787352 26.078,14.0944405 24.342,15.5037996 C23.918,14.5800095 23.367,13.7851673 22.7,13.1333764 C20.528,11.0057378 17.551,10.4284949 14.74,11.5870103 C12.338,12.5813187 10.525,15.3224668 10.525,17.9628744 C10.525,18.1089481 10.529,18.253007 10.538,18.395051 C9.221,18.8211832 7,20.0189874 7,23.2436897 C7,23.3696153 7.005,23.4844594 7.011,23.5993036 C7.162,26.3243332 9.98,29 12.7,29 L28.82,29 C30.823,29 34,27.4485968 34,23.2860007 C34,20.7130892 32.492,18.9440866 29.743,18.2691254 L29.743,18.2691254 Z" id="AWS-Serverless-Application-Repository_Icon_32_Squid" style="fill:#FFFFFF;" /> </g > </svg > </y:Resource>
<y:Resource id="13" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="40px" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 40 40" height="40px" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.1" > <title >Icon-Architecture/32/Arch_AWS-SimSpace-Weaver_32</title > <g id="Icon-Architecture/32/Arch_AWS-SimSpace-Weaver_32" style="fill:none; stroke-width:1; fill-rule:evenodd; stroke:none;" > <g style="fill:#ED7100;" id="Icon-Architecture-BG/32/Compute" > <rect width="40" x="0" height="40" id="Rectangle" y="0" /> </g > <path d="M30,29.96025 L30,25.77625 L33,24.04225 L33,28.34825 L30,29.96025 Z M32.511,33.02425 L25.299,33.02425 L24.325,29.02325 L25.197,29.02325 C25.221,29.04325 25.235,29.07225 25.264,29.08725 L29.264,31.23625 C29.337,31.27625 29.419,31.29625 29.5,31.29625 C29.581,31.29625 29.663,31.27625 29.736,31.23625 L31.149,30.47725 L32.511,33.02425 Z M8.856,30.48025 L10.264,31.23625 C10.337,31.27625 10.419,31.29625 10.5,31.29625 C10.581,31.29625 10.663,31.27625 10.736,31.23625 L14.736,29.08725 C14.765,29.07225 14.779,29.04325 14.803,29.02325 L15.888,29.02325 L14.615,33.02425 L7.438,33.02425 L8.856,30.48025 Z M7,24.29025 L10,25.97625 L10,29.96025 L7,28.34825 L7,24.29025 Z M10.5,21.73125 L13.349,23.26225 L10.325,25.01125 L7.427,23.38225 L10.5,21.73125 Z M15.479,18.81825 L18.602,20.49625 L17.479,24.02325 L15,24.02325 L15,23.31325 C15,23.12925 14.898,22.96025 14.736,22.87325 L13.343,22.12425 L15.479,18.81825 Z M15.068,9.98625 L15,10.10525 L15,10.02325 L15.068,9.98625 Z M20.5,7.06825 L25.258,9.62425 L20.653,12.28625 L15.9,9.54025 L20.5,7.06825 Z M21,20.11225 L21,13.24125 L26,10.35125 L26,17.42525 L21,20.11225 Z M26.711,22.06925 L26.721,22.08925 L25.264,22.87325 C25.102,22.96025 25,23.12925 25,23.31325 L25,24.02325 L23.109,24.02325 L22.268,20.56625 L25.056,19.06825 L26.711,22.06925 Z M26,28.02325 L26,25.02325 L26,24.30025 L29,25.98625 L29,29.96025 L26,28.34825 L26,28.02325 Z M20.264,21.38925 C20.337,21.42925 20.419,21.44925 20.5,21.44925 C20.581,21.44925 20.663,21.42925 20.736,21.38925 L21.359,21.05525 L22.081,24.02325 L18.529,24.02325 L19.498,20.97825 L20.264,21.38925 Z M15,17.42525 L15,10.17525 L20,13.06425 L20,20.11225 L15,17.42525 Z M15,25.02325 L17.161,25.02325 L16.207,28.02325 L15,28.02325 L15,25.02325 Z M14,28.34825 L11,29.96025 L11,25.77625 L14,24.04225 L14,25.02325 L14,28.02325 L14,28.34825 Z M23.297,29.02325 L24.27,33.02425 L15.665,33.02425 L16.938,29.02325 L23.297,29.02325 Z M17.256,28.02325 L18.211,25.02325 L22.324,25.02325 L23.054,28.02325 L17.256,28.02325 Z M24.082,28.02325 L23.353,25.02325 L25,25.02325 L25,28.02325 L24.082,28.02325 Z M29.5,21.73125 L32.349,23.26225 L29.316,25.01625 L26.418,23.38725 L29.5,21.73125 Z M33.736,22.87325 L29.736,20.72325 C29.59,20.64425 29.41,20.64425 29.264,20.72325 L27.594,21.62125 L25.936,18.59525 L26.736,18.16525 C26.898,18.07825 27,17.90825 27,17.72425 L27,9.72425 C27,9.54025 26.898,9.37125 26.736,9.28425 L20.736,6.05925 C20.59,5.98025 20.41,5.98025 20.264,6.05925 L14.264,9.28425 C14.102,9.37125 14,9.54025 14,9.72425 L14,17.72425 C14,17.90825 14.102,18.07825 14.264,18.16525 L14.595,18.34325 L12.459,21.64925 L10.736,20.72325 C10.59,20.64425 10.41,20.64425 10.264,20.72325 L6.264,22.87325 C6.102,22.96025 6,23.12925 6,23.31325 L6,28.64725 C6,28.83125 6.102,29.00025 6.264,29.08725 L7.976,30.00725 L6.152,33.27425 C6.066,33.42725 6.067,33.61425 6.155,33.76625 C6.242,33.91925 6.402,34.01425 6.578,34.01825 L33.159,34.02425 L33.346,34.02325 C33.521,34.02325 33.684,33.93025 33.774,33.77925 C33.864,33.62925 33.868,33.44225 33.785,33.28725 L32.029,30.00425 L33.736,29.08725 C33.898,29.00025 34,28.83125 34,28.64725 L34,23.31325 C34,23.12925 33.898,22.96025 33.736,22.87325 L33.736,22.87325 Z" id="Fill-5" style="fill:#FFFFFF;" /> </g > </svg > </y:Resource>
<y:Resource id="14" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="40px" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 40 40" height="40px" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.1" > <title >Icon-Architecture/32/Arch_AWS-Thinkbox-Deadline_32</title > <g id="Icon-Architecture/32/Arch_AWS-Thinkbox-Deadline_32" style="fill:none; stroke-width:1; fill-rule:evenodd; stroke:none;" > <g style="fill:#ED7100;" id="Icon-Architecture-BG/32/Compute" > <rect width="40" x="0" height="40" id="Rectangle" y="0" /> </g > <g id="Icon-Service/32/AWS-ThinkBox-Deadline_32" style="fill:#FFFFFF;" transform="translate(8.000000, 7.000000)" > <path id="AWS-ThinkBox-Deadline_32_Squid" d="M23,19.1983907 L13,24.6533907 L13,19.5193907 L17.51,17.0593907 L19.449,18.0293907 L19.896,17.1343907 L18,16.1863907 L18,10.1803907 L23,7.35239072 L23,19.1983907 Z M7,21.6533907 L7,16.5193907 L10,14.8833907 L10,15.4953907 C10,15.6793907 10.102,15.8493907 10.264,15.9363907 C10.338,15.9753907 10.419,15.9953907 10.5,15.9953907 C10.597,15.9953907 10.693,15.9673907 10.777,15.9113907 L12,15.0963907 L12,18.9263907 L7,21.6533907 Z M1,18.6533907 L1,6.79239072 L11,1.33739072 L11,6.47139072 L6.49,8.93139072 L4.447,7.90939072 L4,8.80439072 L6,9.80439072 L6,15.9263907 L1,18.6533907 Z M13.777,13.9113907 C13.916,13.8183907 14,13.6623907 14,13.4953907 L14,12.4423907 L17,10.7453907 L17,16.1983907 L13,18.3803907 L13,14.4953907 L12.901,14.4953907 L13.777,13.9113907 Z M11,12.7623907 L13,11.4293907 L13,13.2273907 L11,14.5613907 L11,12.7623907 Z M10.223,12.0793907 C10.084,12.1723907 10,12.3283907 10,12.4953907 L10,13.7433907 L7,15.3803907 L7,9.79239072 L11,7.61039072 L11,11.5613907 L10.223,12.0793907 Z M17,4.33739072 L17,9.59739072 L14,11.2933907 L14,10.4953907 C14,10.3103907 13.898,10.1413907 13.736,10.0543907 C13.573,9.96839072 13.377,9.97639072 13.223,10.0793907 L12,10.8943907 L12,7.06439072 L17,4.33739072 Z M23.752,6.06339072 C23.742,6.05739072 23.729,6.05939072 23.719,6.05439072 L23.723,6.04739072 L21.301,4.84539072 L20.855,5.74039072 L22.434,6.52439072 L18,9.03139072 L18,3.49539072 C18,3.31939072 17.907,3.15539072 17.755,3.06539072 C17.604,2.97539072 17.415,2.97239072 17.261,3.05639072 L12,5.92639072 L12,1.30439072 L13.725,2.16639072 L14.172,1.27239072 L11.724,0.0483907187 L11.72,0.0553907187 C11.575,-0.0156092813 11.404,-0.0216092813 11.261,0.0563907187 L0.261,6.05639072 C0.1,6.14339072 0,6.31239072 0,6.49539072 L0,19.4953907 C0,19.6713907 0.093,19.8353907 0.245,19.9253907 C0.256,19.9313907 0.27,19.9293907 0.28,19.9353907 L0.276,19.9423907 L2.836,21.2223907 L3.283,20.3273907 L1.579,19.4753907 L6,17.0643907 L6,22.4953907 C6,22.6713907 6.093,22.8353907 6.245,22.9253907 C6.323,22.9713907 6.412,22.9953907 6.5,22.9953907 C6.582,22.9953907 6.665,22.9743907 6.739,22.9343907 L12,20.0643907 L12,24.6863907 L9.984,23.6783907 L9.537,24.5733907 L12.276,25.9423907 L12.28,25.9353907 C12.35,25.9693907 12.424,25.9953907 12.5,25.9953907 C12.582,25.9953907 12.665,25.9743907 12.739,25.9343907 L23.739,19.9343907 C23.9,19.8463907 24,19.6783907 24,19.4953907 L24,6.49539072 C24,6.31739072 23.905,6.15339072 23.752,6.06339072 L23.752,6.06339072 Z" /> </g > </g > </svg > </y:Resource>
<y:Resource id="15" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="40px" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 40 40" height="40px" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.1" > <title >Icon-Architecture/32/Arch_AWS-Thinkbox-Frost_32</title > <g id="Icon-Architecture/32/Arch_AWS-Thinkbox-Frost_32" style="fill:none; stroke-width:1; fill-rule:evenodd; stroke:none;" > <g style="fill:#ED7100;" id="Icon-Architecture-BG/32/Compute" > <rect width="40" x="0" height="40" id="Rectangle" y="0" /> </g > <g id="Icon-Service/32/AWS-ThinkBox-Frost_32" style="fill:#FFFFFF;" transform="translate(6.800000, 6.000000)" > <path id="AWS-ThinkBox-Frost_32_Squid" d="M18.232,23.566 L13.232,20.233 L13.232,17.809 L15.726,16.562 L18.232,17.88 L18.232,23.566 Z M7.232,23.566 L7.232,17.88 L9.738,16.562 L12.232,17.809 L12.232,20.233 L7.232,23.566 Z M1.724,14 L6.816,11.03 L9.232,12.302 L9.232,15.698 L6.816,16.97 L1.724,14 Z M7.232,4.434 L12.232,7.768 L12.232,10.191 L9.738,11.438 L7.232,10.12 L7.232,4.434 Z M12.732,16.941 L10.232,15.691 L10.232,12.309 L12.732,11.059 L15.232,12.309 L15.232,15.691 L12.732,16.941 Z M18.232,4.434 L18.232,10.12 L15.726,11.438 L13.232,10.191 L13.232,7.768 L18.232,4.434 Z M23.74,14 L18.648,16.97 L16.232,15.698 L16.232,12.302 L18.648,11.03 L23.74,14 Z M25.454,18.448 L25.01,17.552 L22.297,18.891 L19.692,17.52 L24.984,14.432 C25.137,14.342 25.232,14.178 25.232,14 C25.232,13.822 25.137,13.658 24.984,13.568 L19.692,10.481 L22.297,9.109 L25.01,10.448 L25.454,9.552 L23.391,8.534 L25.464,7.442 L25,6.558 L22.903,7.661 L23.155,5.447 L22.161,5.334 L21.832,8.225 L19.232,9.593 L19.232,3.5 C19.232,3.316 19.13,3.146 18.968,3.059 C18.806,2.973 18.609,2.982 18.455,3.084 L13.232,6.566 L13.232,3.741 L15.544,1.891 L14.919,1.109 L13.232,2.46 L13.232,0 L12.232,0 L12.232,2.46 L10.545,1.109 L9.919,1.891 L12.232,3.741 L12.232,6.566 L7.009,3.084 C6.855,2.982 6.659,2.973 6.496,3.059 C6.334,3.146 6.232,3.316 6.232,3.5 L6.232,9.593 L3.632,8.225 L3.303,5.334 L2.309,5.447 L2.561,7.661 L0.464,6.558 L0,7.442 L2.073,8.534 L0.01,9.552 L0.454,10.448 L3.167,9.109 L5.772,10.481 L0.48,13.568 C0.327,13.658 0.232,13.822 0.232,14 C0.232,14.178 0.327,14.342 0.48,14.432 L5.772,17.52 L3.167,18.891 L0.454,17.552 L0.01,18.448 L2.073,19.466 L0,20.558 L0.464,21.442 L2.561,20.339 L2.309,22.553 L3.303,22.666 L3.632,19.775 L6.232,18.407 L6.232,24.5 C6.232,24.685 6.334,24.854 6.496,24.941 C6.659,25.028 6.855,25.018 7.009,24.916 L12.232,21.435 L12.232,24.259 L9.919,26.109 L10.545,26.891 L12.232,25.54 L12.232,28 L13.232,28 L13.232,25.54 L14.919,26.891 L15.544,26.109 L13.232,24.259 L13.232,21.435 L18.455,24.916 C18.539,24.972 18.635,25 18.732,25 C18.813,25 18.894,24.981 18.968,24.941 C19.13,24.854 19.232,24.685 19.232,24.5 L19.232,18.407 L21.832,19.775 L22.161,22.666 L23.155,22.553 L22.903,20.339 L25,21.442 L25.464,20.558 L23.391,19.466 L25.454,18.448 Z" /> </g > </g > </svg > </y:Resource>
<y:Resource id="16" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="40px" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 40 40" height="40px" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.1" > <title >Icon-Architecture/32/Arch_AWS-Thinkbox-Krakatoa_32</title > <g id="Icon-Architecture/32/Arch_AWS-Thinkbox-Krakatoa_32" style="fill:none; stroke-width:1; fill-rule:evenodd; stroke:none;" > <g style="fill:#ED7100;" id="Icon-Architecture-BG/32/Compute" > <rect width="40" x="0" height="40" id="Rectangle" y="0" /> </g > <g id="Icon-Service/32/AWS-ThinkBox-Krakatoa_32" style="fill:#FFFFFF;" transform="translate(6.000000, 6.000000)" > <path id="AWS-ThinkBox-Krakatoa_32_Squid" d="M13.0000341,1.38425 L13.0000341,4.00025 L14.0000341,4.00025 L14.0000341,1.38425 L16.1310341,2.66525 L16.6460341,1.80825 L13.7580341,0.07125 C13.6000341,-0.02375 13.4000341,-0.02375 13.2420341,0.07125 L10.3540341,1.80825 L10.8690341,2.66525 L13.0000341,1.38425 Z M18.3260341,27.00025 L13.5000341,23.83525 L8.67403413,27.00025 L18.3260341,27.00025 Z M13.0000341,20.39425 C12.6920341,14.70325 7.68303413,9.92725 1.00003413,8.89025 L1.00003413,11.00025 L-1.77635684e-15,11.00025 L-1.77635684e-15,8.31625 C-1.77635684e-15,8.17325 0.0620341266,8.03625 0.169034127,7.94125 C0.192034127,7.92125 0.222034127,7.91225 0.248034127,7.89725 L0.242034127,7.88725 L3.13103413,6.15025 L3.64603413,7.00825 L1.93003413,8.04025 C7.07703413,9.06925 11.1860341,12.22725 13.0000341,16.30725 L13.0000341,14.00025 C13.0000341,9.79725 10.8980341,6.05925 7.74703413,4.61025 L6.24103413,5.43825 L5.75903413,4.56225 L7.48103413,3.61425 C7.61503413,3.54225 7.77603413,3.53225 7.91603413,3.59225 C10.6200341,4.72725 12.6190341,7.22225 13.5000341,10.34625 C14.3810341,7.22125 16.3800341,4.72725 19.0840341,3.59225 C19.2240341,3.53225 19.3840341,3.54225 19.5190341,3.61425 L21.2410341,4.56225 L20.7590341,5.43825 L19.2530341,4.61025 C16.1020341,6.05825 14.0000341,9.79625 14.0000341,14.00025 L14.0000341,16.31925 C15.8140341,12.22725 19.9230341,9.06825 25.0700341,8.04025 L23.3540341,7.00825 L23.8690341,6.15025 L26.7580341,7.88725 L26.7520341,7.89625 C26.7780341,7.91225 26.8080341,7.92125 26.8310341,7.94125 C26.9380341,8.03625 27.0000683,8.17325 27.0000683,8.31625 L27.0000683,11.00025 L26.0000341,11.00025 L26.0000341,8.89025 C19.3210341,9.92625 14.3130341,14.69825 14.0000341,20.41225 L14.0000341,22.96725 L16.0000341,24.27825 L16.0000341,21.79025 C16.1540341,18.27125 18.6620341,15.93425 22.0900341,16.08025 C23.4600341,16.14025 24.7240341,16.72625 25.6500341,17.73225 C26.5770341,18.73825 27.0550341,20.04425 26.9950341,21.40725 C26.8960341,23.65225 25.0300341,25.41225 22.7950341,25.41225 C22.7330341,25.41225 22.6710341,25.41125 22.6090341,25.40825 C21.6850341,25.36825 20.8310341,24.97225 20.2060341,24.29425 C19.5790341,23.61425 19.2570341,22.73325 19.2970341,21.81125 C19.3650341,20.24525 20.6170341,19.12125 22.2350341,19.18425 L22.1920341,20.18325 C21.1320341,20.12525 20.3410341,20.84025 20.2970341,21.85525 C20.2680341,22.50925 20.4970341,23.13425 20.9410341,23.61625 C21.3860341,24.09925 21.9940341,24.38125 22.6520341,24.40925 C24.4630341,24.48825 25.9190341,23.11925 25.9950341,21.36325 C26.0440341,20.26825 25.6600341,19.21825 24.9150341,18.40925 C24.1690341,17.59925 23.1500341,17.12725 22.0470341,17.07925 C19.1500341,16.94325 17.1290341,18.85625 17.0000341,21.81225 L17.0000341,24.93425 L20.2740341,27.08225 C20.4590341,27.20325 20.5420341,27.43125 20.4790341,27.64325 C20.4160341,27.85525 20.2210341,28.00025 20.0000341,28.00025 L7.00003413,28.00025 C6.77903413,28.00025 6.58403413,27.85525 6.52103413,27.64325 C6.45803413,27.43125 6.54103413,27.20325 6.72603413,27.08225 L10.0000341,24.93425 L10.0000341,21.79025 C9.87103413,18.85625 7.84903413,16.94525 4.95303413,17.07925 C3.85003413,17.12725 2.83103413,17.59925 2.08503413,18.40925 C1.34003413,19.21825 0.956034127,20.26825 1.00503413,21.36325 C1.08203413,23.11925 2.56403413,24.48825 4.34803413,24.40925 C5.00603413,24.38125 5.61403413,24.09925 6.05903413,23.61625 C6.50303413,23.13425 6.73203413,22.50925 6.70303413,21.85525 C6.66003413,20.84025 5.84503413,20.12625 4.80803413,20.18325 L4.76503413,19.18425 C6.37903413,19.12225 7.63503413,20.24525 7.70303413,21.81125 C7.74303413,22.73325 7.42103413,23.61425 6.79403413,24.29425 C6.16903413,24.97225 5.31503413,25.36825 4.39103413,25.40825 C4.32903413,25.41125 4.26703413,25.41225 4.20503413,25.41225 C1.96903413,25.41325 0.104034127,23.65325 0.00503412658,21.40725 C-0.0549658734,20.04425 0.423034127,18.73825 1.35003413,17.73225 C2.27603413,16.72625 3.54003413,16.14025 4.91003413,16.08025 C8.34903413,15.93025 10.8460341,18.27025 11.0000341,21.76825 L11.0000341,24.27825 L13.0000341,22.96725 L13.0000341,20.39425 Z M26.0000341,16.00025 L27.0000341,16.00025 L27.0000341,13.00025 L26.0000341,13.00025 L26.0000341,16.00025 Z M3.41265751e-05,16.00025 L1.00003413,16.00025 L1.00003413,13.00025 L3.41265751e-05,13.00025 L3.41265751e-05,16.00025 Z" /> </g > </g > </svg > </y:Resource>
<y:Resource id="17" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="40px" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 40 40" height="40px" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.1" > <title >Icon-Architecture/32/Arch_AWS-Thinkbox-Sequoia_32</title > <g id="Icon-Architecture/32/Arch_AWS-Thinkbox-Sequoia_32" style="fill:none; stroke-width:1; fill-rule:evenodd; stroke:none;" > <g style="fill:#ED7100;" id="Icon-Architecture-BG/32/Compute" > <rect width="40" x="0" height="40" id="Rectangle" y="0" /> </g > <g id="Icon-Service/32/AWS-ThinkBox-Sequoia_32" style="fill:#FFFFFF;" transform="translate(8.000000, 6.500000)" > <path id="AWS-ThinkBox-Sequoia_32_Squid" d="M7.78,14.94925 L8.768,15.57825 L8.231,16.42225 L7.053,15.67225 C6.392,16.29925 5.684,16.90525 4.903,17.47425 L12,21.91025 L19.096,17.47425 C18.315,16.90525 17.607,16.29925 16.946,15.67225 L15.768,16.42225 L15.231,15.57825 L16.219,14.94925 C15.699,14.40125 15.22,13.83225 14.785,13.24325 L12.277,14.91625 C12.193,14.97225 12.096,15.00025 12,15.00025 C11.903,15.00025 11.806,14.97225 11.722,14.91625 L9.215,13.24325 C8.779,13.83225 8.301,14.40125 7.78,14.94925 L7.78,14.94925 Z M9.784,12.42225 L12,13.89925 L14.216,12.42225 C13.191,10.85025 12.441,9.15225 12,7.32025 C11.558,9.15225 10.808,10.85025 9.784,12.42225 L9.784,12.42225 Z M2.665,12.12825 C4.451,10.52025 6.5,8.31425 6.5,5.50025 L7.5,5.50025 C7.5,7.07125 8.046,8.28725 8.927,9.74125 L8.072,10.25925 C7.616,9.50825 7.251,8.80925 6.982,8.09425 C6.303,9.82425 5.052,11.26225 3.817,12.42725 L6.924,14.40425 C9.96,11.27025 11.5,7.43925 11.5,2.96525 C11.5,2.68825 11.723,2.46525 12,2.46525 C12.276,2.46525 12.5,2.68825 12.5,2.96525 C12.5,7.43925 14.04,11.27025 17.076,14.40425 L20.182,12.42725 C18.947,11.26225 17.696,9.82325 17.017,8.09425 C16.749,8.80925 16.384,9.50725 15.927,10.25925 L15.072,9.74125 C15.954,8.28725 16.5,7.07125 16.5,5.50025 L17.5,5.50025 C17.5,8.31425 19.549,10.52025 21.335,12.12825 C21.451,12.23325 21.511,12.38625 21.498,12.54125 C21.485,12.69725 21.4,12.83825 21.268,12.92225 L17.81,15.12225 C18.557,15.81325 19.379,16.47025 20.282,17.08725 C20.421,17.18225 20.503,17.34125 20.5,17.51025 C20.496,17.67825 20.408,17.83425 20.264,17.92425 L12.264,22.92425 C12.183,22.97425 12.092,23.00025 12,23.00025 C11.908,23.00025 11.816,22.97425 11.735,22.92425 L3.735,17.92425 C3.592,17.83425 3.504,17.67825 3.5,17.51025 C3.497,17.34125 3.579,17.18225 3.718,17.08725 C4.621,16.47025 5.442,15.81325 6.189,15.12225 L2.731,12.92225 C2.599,12.83825 2.514,12.69725 2.502,12.54125 C2.488,12.38625 2.549,12.23325 2.665,12.12825 L2.665,12.12825 Z M12,1.07425 L14.039,2.22725 L14.531,1.35725 L12.246,0.06525 C12.093,-0.02175 11.906,-0.02175 11.754,0.06525 L9.468,1.35725 L9.961,2.22725 L12,1.07425 Z M23.746,6.56525 L21.509,5.30125 L21.017,6.17125 L23,7.29125 L23,19.70825 L12,25.92625 L1,19.70825 L1,7.29125 L2.982,6.17125 L2.49,5.30125 L0.254,6.56525 C0.096,6.65325 0,6.82025 0,7.00025 L0,20.00025 C0,20.18025 0.096,20.34625 0.254,20.43525 L11.754,26.93525 C11.83,26.97825 11.915,27.00025 12,27.00025 C12.085,27.00025 12.17,26.97825 12.246,26.93525 L23.746,20.43525 C23.903,20.34625 24,20.18025 24,20.00025 L24,7.00025 C24,6.82025 23.903,6.65325 23.746,6.56525 L23.746,6.56525 Z M19.245,4.02025 L16.756,2.61425 L16.263,3.48425 L18.753,4.89025 L19.245,4.02025 Z M7.736,3.48425 L7.244,2.61425 L4.755,4.02025 L5.247,4.89025 L7.736,3.48425 Z M11.722,18.41625 L10.222,17.41625 L10.777,16.58425 L12,17.39925 L13.222,16.58425 L13.777,17.41625 L12.277,18.41625 C12.193,18.47225 12.096,18.50025 12,18.50025 C11.903,18.50025 11.806,18.47225 11.722,18.41625 L11.722,18.41625 Z" /> </g > </g > </svg > </y:Resource>
<y:Resource id="18" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="40px" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 40 40" height="40px" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.1" > <title >Icon-Architecture/32/Arch_AWS-Thinkbox-Stoke_32</title > <g id="Icon-Architecture/32/Arch_AWS-Thinkbox-Stoke_32" style="fill:none; stroke-width:1; fill-rule:evenodd; stroke:none;" > <g style="fill:#ED7100;" id="Icon-Architecture-BG/32/Compute" > <rect width="40" x="0" height="40" id="Rectangle" y="0" /> </g > <g id="Icon-Service/32/AWS-ThinkBox-Stoke_32" style="fill:#FFFFFF;" transform="translate(7.000000, 6.000000)" > <path id="AWS-ThinkBox-Stoke_32_Squid" d="M25,12.12725 C24.459,10.35925 23.697,8.54225 22.709,6.65725 L25,7.80225 L25,12.12725 Z M13.359,16.64625 C13.172,16.45125 12.828,16.45125 12.641,16.64625 C12.499,16.79225 9.176,20.26925 9.176,23.90625 C9.176,24.39725 9.266,24.93625 9.427,25.46225 C8.521,24.45925 8,23.07325 8,21.49325 C8,16.44325 11.779,11.30625 13,9.77825 C14.221,11.30625 18,16.44325 18,21.49325 C18,23.07325 17.479,24.45925 16.573,25.46225 C16.734,24.93625 16.824,24.39725 16.824,23.90625 C16.824,20.26925 13.501,16.79225 13.359,16.64625 L13.359,16.64625 Z M13,1.23225 C14.602,3.01825 21,10.62525 21,18.17125 C21,20.41725 20.081,22.52325 18.559,24.04725 C18.841,23.26525 19,22.40725 19,21.49325 C19,15.11925 13.604,8.92325 13.375,8.66325 C13.186,8.44725 12.814,8.44725 12.625,8.66325 C12.396,8.92325 7,15.11925 7,21.49325 C7,22.40825 7.159,23.26525 7.441,24.04725 C5.919,22.52325 5,20.41725 5,18.17125 C5,10.62525 11.398,3.01825 13,1.23225 L13,1.23225 Z M1,7.80225 L3.291,6.65725 C2.303,8.54225 1.541,10.35925 1,12.12725 L1,7.80225 Z M14.716,27.94325 C14.724,27.94025 14.73,27.93425 14.738,27.93025 L14.739,27.93225 L25.739,21.93225 C25.9,21.84525 26,21.67625 26,21.49325 L26,7.49325 C26,7.30425 25.893,7.13125 25.724,7.04625 L21.724,5.04625 C21.526,4.94725 21.288,4.98925 21.137,5.15025 C20.985,5.31025 20.957,5.55125 21.066,5.74225 C23.713,10.35725 25,14.52825 25,18.49325 L25,21.19625 L20.005,23.92125 C21.262,22.31425 22,20.29725 22,18.17125 C22,9.18125 13.712,0.51025 13.359,0.14625 C13.172,-0.04875 12.828,-0.04875 12.641,0.14625 C12.288,0.51025 4,9.18125 4,18.17125 C4,20.29825 4.738,22.31425 5.996,23.92125 L1,21.19625 L1,18.49325 C1,14.52825 2.287,10.35725 4.934,5.74225 C5.043,5.55125 5.015,5.31025 4.863,5.15025 C4.712,4.98925 4.474,4.94725 4.276,5.04625 L0.276,7.04625 C0.107,7.13125 0,7.30425 0,7.49325 L0,21.49325 C0,21.67625 0.1,21.84525 0.261,21.93225 L11.261,27.93225 L11.262,27.93025 C11.27,27.93425 11.276,27.94025 11.284,27.94425 L11.739,27.05425 L11.705,27.03625 C10.761,26.57325 10.176,25.05525 10.176,23.90625 C10.176,21.33925 12.167,18.72625 13,17.74525 C13.833,18.72625 15.824,21.33925 15.824,23.90625 C15.824,25.05725 15.237,26.57825 14.29,27.03825 L14.261,27.05425 L14.716,27.94325 Z" /> </g > </g > </svg > </y:Resource>
<y:Resource id="19" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="40px" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 40 40" height="40px" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.1" > <title >Icon-Architecture/32/Arch_AWS-Thinkbox-XMesh_32</title > <g id="Icon-Architecture/32/Arch_AWS-Thinkbox-XMesh_32" style="fill:none; stroke-width:1; fill-rule:evenodd; stroke:none;" > <g style="fill:#ED7100;" id="Icon-Architecture-BG/32/Compute" > <rect width="40" x="0" height="40" id="Rectangle" y="0" /> </g > <g id="Icon-Service/32/AWS-ThinkBox-XMesh_32" style="fill:#FFFFFF;" transform="translate(6.000000, 6.000000)" > <path id="AWS-ThinkBox-Mesh_32_Squid" d="M19.715,14.58 L17.558,15.851 L23.757,19.571 C23.907,19.661 23.999,19.823 24,19.998 L24,22.615 L26,21.238 L26,18.286 L19.715,14.58 Z M13.754,17.232 L23,22.689 L23.001,20.284 L16.429,16.34 C16.304,16.306 16.196,16.224 16.131,16.112 C16.015,15.915 16.037,15.647 16.2,15.487 C16.271,15.416 16.357,15.368 16.447,15.345 L25.56,9.974 L23.486,8.591 L3.757,20.429 C3.678,20.476 3.589,20.5 3.5,20.5 C3.403,20.5 3.307,20.472 3.223,20.416 L1,18.934 L1,21.238 L3.507,22.974 L13.246,17.232 C13.403,17.14 13.598,17.14 13.754,17.232 L13.754,17.232 Z M7.285,13.419 L9.442,12.148 L3.243,8.429 C3.093,8.339 3.001,8.177 3,8.002 L2.989,5.385 L1,6.762 L1,9.714 L7.285,13.419 Z M13.246,10.767 L3.989,5.31 L3.999,7.716 L10.677,11.724 C10.828,11.814 10.921,11.978 10.92,12.154 C10.919,12.33 10.826,12.494 10.674,12.583 L1.441,18.026 L3.514,19.409 L23.243,7.571 C23.408,7.471 23.616,7.476 23.777,7.584 L26,9.066 L26,6.762 L23.493,5.026 L13.754,10.767 C13.598,10.86 13.403,10.86 13.246,10.767 L13.246,10.767 Z M26.754,10.431 L20.699,14 L26.754,17.569 C26.906,17.659 27,17.823 27,18 L27,21.5 C27,21.664 26.92,21.818 26.784,21.911 L23.799,23.978 C23.714,24.037 23.614,24.067 23.515,24.067 C23.427,24.067 23.339,24.044 23.261,23.997 L13.5,18.244 L3.739,23.997 C3.573,24.097 3.361,24.089 3.201,23.978 L0.216,21.911 C0.08,21.818 0,21.664 0,21.5 L0,18 C0,17.823 0.094,17.659 0.246,17.569 L6.301,14 L0.246,10.431 C0.094,10.341 0,10.177 0,10 L0,6.5 C0,6.336 0.08,6.182 0.216,6.089 L3.201,4.022 C3.361,3.911 3.573,3.903 3.739,4.002 L13.5,9.756 L23.261,4.002 C23.427,3.903 23.639,3.911 23.799,4.022 L26.784,6.089 C26.92,6.182 27,6.336 27,6.5 L27,10 C27,10.177 26.906,10.341 26.754,10.431 L26.754,10.431 Z M16,25.232 L13.5,26.899 L11.402,25.5 L13.778,23.916 C13.916,23.823 14,23.667 14,23.5 L14,20 L13,20 L13,23.232 L11,24.566 L11,22 L10,22 L10,25.5 C10,25.667 10.084,25.823 10.223,25.916 L13.223,27.916 C13.307,27.972 13.403,28 13.5,28 C13.597,28 13.694,27.972 13.778,27.916 L16.777,25.916 C16.916,25.823 17,25.667 17,25.5 L17,22 L16,22 L16,25.232 Z M11,6 L10,6 L10,2.5 C10,2.333 10.084,2.177 10.223,2.084 L13.223,0.084 C13.391,-0.028 13.61,-0.028 13.778,0.084 L16.777,2.084 C16.916,2.177 17,2.333 17,2.5 L17,6 L16,6 L16,3.434 L14,4.767 L14,8 L13,8 L13,4.5 C13,4.333 13.084,4.177 13.223,4.084 L15.599,2.5 L13.5,1.101 L11,2.767 L11,6 Z" /> </g > </g > </svg > </y:Resource>
<y:Resource id="20" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="40px" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 40 40" height="40px" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.1" > <title >Icon-Architecture/32/Arch_AWS-Wavelength_32</title > <g id="Icon-Architecture/32/Arch_AWS-Wavelength_32" style="fill:none; stroke-width:1; fill-rule:evenodd; stroke:none;" > <g style="fill:#ED7100;" id="Icon-Architecture-BG/32/Compute" > <rect width="40" x="0" height="40" id="Rectangle" y="0" /> </g > <path d="M20,31.0578924 C19.055,31.0578924 18.14,30.9366122 17.257,30.7281305 L20,21.5639581 L22.743,30.7281305 C21.86,30.9366122 20.945,31.0578924 20,31.0578924 L20,31.0578924 Z M12.416,19.8219334 L15.602,19.8219334 C15.704,22.4550168 16.396,24.8355165 17.477,26.2638164 C14.656,25.3276535 12.681,22.8048249 12.416,19.8219334 L12.416,19.8219334 Z M17.474,12.0359451 C16.931,12.7505962 16.48,13.7037984 16.156,14.8283966 C15.463,14.6670238 14.818,14.4605468 14.243,14.2109702 C15.104,13.2317077 16.211,12.4709501 17.474,12.0359451 L17.474,12.0359451 Z M25.471,14.1668683 C24.907,14.4204542 24.268,14.6279335 23.584,14.7943179 C23.258,13.6797429 22.809,12.7345592 22.269,12.0269243 C23.514,12.4509038 24.611,13.2016383 25.471,14.1668683 L25.471,14.1668683 Z M22.432,26.2026751 L22.397,26.0884112 C23.418,24.6410673 24.053,22.3607991 24.149,19.8219334 L27.334,19.8219334 C27.072,22.7206304 25.156,25.2224104 22.432,26.2026751 L22.432,26.2026751 Z M23.149,19.8219334 C23.07,21.7393634 22.658,23.5144645 22.009,24.7914146 L20.521,19.8219334 L23.149,19.8219334 Z M24.162,18.8196177 C24.143,17.7331075 24.027,16.7037293 23.828,15.7645595 C24.662,15.5610894 25.43,15.2944734 26.103,14.9707255 C26.854,16.0842982 27.31,17.4053503 27.373,18.8196177 L24.162,18.8196177 Z M19.742,11.6270003 C19.786,11.6209864 19.823,11.6219887 19.87,11.6219887 C19.914,11.6209864 19.952,11.6209864 20.016,11.6300073 C20.979,11.7362527 21.984,13.0011751 22.594,14.9997926 C21.71,15.15014 20.769,15.2313275 19.803,15.2313275 C18.887,15.2313275 17.992,15.1611655 17.148,15.0258528 C17.757,13.0122006 18.767,11.7352504 19.742,11.6270003 L19.742,11.6270003 Z M16.9,15.9980991 C17.825,16.1514534 18.804,16.2336432 19.803,16.2336432 C20.853,16.2336432 21.878,16.1414302 22.843,15.9720388 C23.027,16.8290188 23.142,17.7852279 23.162,18.8196177 L16.588,18.8196177 C16.608,17.7962534 16.72,16.8490651 16.9,15.9980991 L16.9,15.9980991 Z M12.377,18.8196177 C12.439,17.4284036 12.879,16.1273978 13.609,15.0248505 C14.294,15.3425846 15.072,15.6031867 15.913,15.7996405 C15.72,16.7287872 15.607,17.7461376 15.588,18.8196177 L12.377,18.8196177 Z M17.899,25.0981233 C17.155,23.808143 16.686,21.9147686 16.602,19.8219334 L19.479,19.8219334 L17.899,25.0981233 Z M31.234,14.791311 C31.742,16.1454395 32,17.5707324 32,19.030104 C32,24.3654305 28.514,28.8938928 23.707,30.4635192 L22.725,27.1819376 C26.083,26.0002074 28.39,22.7707462 28.39,19.1503819 C28.39,14.5587737 24.663,10.736944 20.143,10.6357101 C19.951,10.6076452 19.729,10.6126568 19.658,10.6306985 C19.645,10.6306985 19.632,10.6327031 19.618,10.6337055 L19.615,10.6337055 C19.614,10.6337055 19.614,10.6337055 19.613,10.6337055 C15.059,10.7640065 11.36,14.5738085 11.36,19.1503819 C11.36,22.8920264 13.759,26.1535617 17.25,27.2651298 L16.293,30.4635192 C11.486,28.8938928 8,24.3654305 8,19.030104 C8,12.3977811 13.383,7.00231569 20,7.00231569 C22.85,7.00231569 25.54,7.98759202 27.693,9.79877648 L25.5,9.79877648 L25.5,10.8010922 L29.5,10.8010922 L29.5,6.7918294 L28.5,6.7918294 L28.5,9.18235233 C26.139,7.12760516 23.163,6 20,6 C12.832,6 7,11.8455051 7,19.030104 C7,24.8174749 10.787,29.7308264 16.006,31.4247399 L15.021,34.7123354 L15.979,35 L16.97,31.6883489 C17.943,31.9228908 18.955,32.0602081 20,32.0602081 C21.045,32.0602081 22.057,31.9228908 23.03,31.6883489 L24.021,35 L24.979,34.7123354 L23.994,31.4247399 C29.213,29.7308264 33,24.8174749 33,19.030104 C33,17.4504545 32.721,15.9048837 32.17,14.4384958 L31.234,14.791311 Z" id="AWS-Wavelength_Icon_32_Squid" style="fill:#FFFFFF;" /> </g > </svg > </y:Resource>
<y:Resource id="21" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="40px" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 40 40" height="40px" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.1" > <title >Icon-Architecture/32/Arch_Amazon-EC2-Auto-Scaling_32</title > <g id="Icon-Architecture/32/Arch_Amazon-EC2-Auto-Scaling_32" style="fill:none; stroke-width:1; fill-rule:evenodd; stroke:none;" > <g style="fill:#ED7100;" id="Icon-Architecture-BG/32/Compute" > <rect width="40" x="0" height="40" id="Rectangle" y="0" /> </g > <path d="M24,17.9619642 L24,16.4376293 C24,16.1571517 23.775,15.9295177 23.5,15.9295177 L16.5,15.9295177 C16.225,15.9295177 16,16.1571517 16,16.4376293 L16,17.9619642 L16,18.9781875 L16,21.0106341 L16,22.0268573 L16,23.5511922 C16,23.8316699 16.225,24.0593039 16.5,24.0593039 L18,24.0593039 L19,24.0593039 L21,24.0593039 L22,24.0593039 L23.5,24.0593039 C23.775,24.0593039 24,23.8316699 24,23.5511922 L24,22.0268573 L24,21.0106341 L24,18.9781875 L24,17.9619642 Z M25,14.9132944 L26,14.9132944 L26,15.9295177 L24.908,15.9295177 C24.964,16.0890647 25,16.258774 25,16.4376293 L25,17.9619642 L26,17.9619642 L26,18.9781875 L25,18.9781875 L25,21.0106341 L26,21.0106341 L26,22.0268573 L25,22.0268573 L25,23.5511922 C25,23.7300475 24.964,23.8997568 24.908,24.0593039 L25,24.0593039 L26,24.0593039 L26,25.0755272 L25,25.0755272 L25,26.0917504 L24,26.0917504 L24,25.0755272 L24,24.9820346 C23.843,25.0389431 23.676,25.0755272 23.5,25.0755272 L22,25.0755272 L22,26.0917504 L21,26.0917504 L21,25.0755272 L19,25.0755272 L19,26.0917504 L18,26.0917504 L18,25.0755272 L16.5,25.0755272 C16.324,25.0755272 16.157,25.0389431 16,24.9820346 L16,25.0755272 L16,26.0917504 L15,26.0917504 L15,25.0755272 L14,25.0755272 L14,24.0593039 L15,24.0593039 L15.092,24.0593039 C15.036,23.8997568 15,23.7300475 15,23.5511922 L15,22.0268573 L14,22.0268573 L14,21.0106341 L15,21.0106341 L15,18.9781875 L14,18.9781875 L14,17.9619642 L15,17.9619642 L15,16.4376293 C15,16.258774 15.036,16.0890647 15.092,15.9295177 L14,15.9295177 L14,14.9132944 L15,14.9132944 L15,13.8970711 L16,13.8970711 L16,14.9132944 L16,15.0067869 C16.157,14.9498784 16.324,14.9132944 16.5,14.9132944 L18,14.9132944 L18,13.8970711 L19,13.8970711 L19,14.9132944 L21,14.9132944 L21,13.8970711 L22,13.8970711 L22,14.9132944 L23.5,14.9132944 C23.676,14.9132944 23.843,14.9498784 24,15.0067869 L24,14.9132944 L24,13.8970711 L25,13.8970711 L25,14.9132944 Z M21,31.8364606 L21,27.1079737 L20,27.1079737 L20,31.8364606 L17.881,29.3070809 L17.119,29.9666098 L20.5,34 L23.881,29.9666098 L23.119,29.3070809 L21,31.8364606 Z M9.176,17.8410336 L11.665,19.9944108 L6,19.9944108 L6,21.0106341 L11.665,21.0106341 L9.176,23.1640112 L9.824,23.9383733 L13.795,20.5025224 L9.824,17.0666715 L9.176,17.8410336 Z M34,19.9944108 L28.335,19.9944108 L30.824,17.8410336 L30.176,17.0666715 L26.205,20.5025224 L30.176,23.9383733 L30.824,23.1640112 L28.335,21.0106341 L34,21.0106341 L34,19.9944108 Z M17.881,10.6939353 L17.119,10.0344064 L20.5,6 L23.881,10.0344064 L23.119,10.6939353 L21,8.16455558 L21,12.8808478 L20,12.8808478 L20,8.16455558 L17.881,10.6939353 Z" id="Amazon-EC2-Auto-Scaling_Icon_32_Squid" style="fill:#FFFFFF;" /> </g > </svg > </y:Resource>
<y:Resource id="22" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="40px" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 40 40" height="40px" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.1" > <title >Icon-Architecture/32/Arch_Amazon-EC2-Image-Builder_32</title > <g id="Icon-Architecture/32/Arch_Amazon-EC2-Image-Builder_32" style="fill:none; stroke-width:1; fill-rule:evenodd; stroke:none;" > <g style="fill:#ED7100;" id="Icon-Architecture-BG/32/Compute" > <rect width="40" x="0" height="40" id="Rectangle" y="0" /> </g > <path d="M15.0769503,16.3742839 L11.2520469,20.1760823 L15.0769503,23.9729484 L15.7786127,23.2755245 L12.6563641,20.1760823 L15.7786127,17.0717077 L15.0769503,16.3742839 Z M6.99245029,32.0135448 L18.9018538,32.0135448 L18.9018538,8.33861972 L6.99245029,8.33861972 L6.99245029,32.0135448 Z M6,33 L19.894304,33 L19.894304,7.35216451 L6,7.35216451 L6,33 Z M7.62960337,19.6828546 C7.62960337,25.291839 12.2206784,29.8551808 17.8647432,29.8551808 L17.8647432,28.8687256 C12.768511,28.8687256 8.62205366,24.7473157 8.62205366,19.6828546 C8.62205366,14.6174071 12.768511,10.4969837 17.8647432,10.4969837 L17.8647432,9.51052851 C12.2206784,9.51052851 7.62960337,14.0728839 7.62960337,19.6828546 L7.62960337,19.6828546 Z M21.4613831,24.8765413 L21.4613831,25.8629965 C24.8515932,25.8629965 27.6086201,23.1216375 27.6086201,19.752893 C27.6086201,16.383162 24.8515932,13.6418029 21.4613831,13.6418029 L21.4613831,14.6282581 C24.3037607,14.6282581 26.6161699,16.9276852 26.6161699,19.752893 C26.6161699,22.5781007 24.3037607,24.8765413 21.4613831,24.8765413 L21.4613831,24.8765413 Z M34,17.7099442 L34,21.7968282 C34,22.3502295 33.5474427,22.8000531 32.9906781,22.8000531 L31.2320561,22.8000531 C31.0345585,23.4451948 30.7725517,24.0715939 30.4519902,24.6693857 L31.6965229,25.9064006 C32.0905256,26.2980233 32.0905256,26.9342869 31.6965229,27.3259096 L28.7886435,30.2162234 C28.3956332,30.6068597 27.7535179,30.6068597 27.3605076,30.2162234 L26.1149825,28.9782221 C25.51455,29.2978336 24.8843441,29.5582578 24.2362741,29.7545624 L24.2362741,31.5015745 C24.2362741,32.0559624 23.7827243,32.5067724 23.2259597,32.5067724 L21.1705951,32.5067724 L21.1705951,31.5203172 L23.2259597,31.5203172 L23.2438238,29.0028835 L23.6130153,28.9052244 C24.4288094,28.6901772 25.2158225,28.3656334 25.9512282,27.9404712 L26.2817141,27.7490989 L28.0621699,29.5187996 L30.9948605,26.6284858 L29.2144047,24.8351102 L29.4059476,24.5066206 C29.8346861,23.7746709 30.1621947,22.9924119 30.3785489,22.1805592 L30.4768015,21.8135979 L32.9906781,21.8135979 L33.0075497,17.7099442 L30.4768015,17.6912016 L30.3785489,17.3252267 C30.1621947,16.5133741 29.8346861,15.7311151 29.4059476,14.9991653 L29.2144047,14.6716622 L30.9948605,12.9019615 L28.0869812,9.98698638 L26.2817141,11.756687 L25.9512282,11.5653147 C25.2158225,11.1391661 24.4288094,10.8146223 23.6130153,10.5995751 L23.2438238,10.5029025 L23.2438238,8.00322495 L21.212278,7.98645521 L21.212278,7 L23.2259597,7 C23.7827243,7 24.2362741,7.44982358 24.2362741,8.00322495 L24.2362741,9.75122358 C24.8843441,9.94752817 25.51455,10.2079523 26.1159749,10.5265774 L27.3605076,9.28956255 C27.7535179,8.89892628 28.3956332,8.89793983 28.7886435,9.28956255 L31.6965229,12.1798763 C32.0905256,12.571499 32.0905256,13.2087491 31.6965229,13.5993854 L30.4519902,14.8364002 C30.7725517,15.4341921 31.0345585,16.0605911 31.2320561,16.7047464 L32.9906781,16.7047464 C33.5474427,16.7047464 34,17.1555564 34,17.7099442 L34,17.7099442 Z" id="AWS-EC2-Image-Builder_Icon_32_Squid" style="fill:#FFFFFF;" /> </g > </svg > </y:Resource>
<y:Resource id="23" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="40px" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 40 40" height="40px" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.1" > <title >Icon-Architecture/32/Arch_Amazon-EC2_32</title > <g id="Icon-Architecture/32/Arch_Amazon-EC2_32" style="fill:none; stroke-width:1; fill-rule:evenodd; stroke:none;" > <g style="fill:#ED7100;" id="Icon-Architecture-BG/32/Compute" > <rect width="40" x="0" height="40" id="Rectangle" y="0" /> </g > <path d="M26.052,27 L26,13.948 L13,14 L13,27.052 L26.052,27 Z M27,14 L29,14 L29,15 L27,15 L27,17 L29,17 L29,18 L27,18 L27,20 L29,20 L29,21 L27,21 L27,23 L29,23 L29,24 L27,24 L27,26 L29,26 L29,27 L27,27 L27,27.052 C27,27.575 26.574,28 26.052,28 L26,28 L26,30 L25,30 L25,28 L23,28 L23,30 L22,30 L22,28 L20,28 L20,30 L19,30 L19,28 L17,28 L17,30 L16,30 L16,28 L14,28 L14,30 L13,30 L13,28 L12.948,28 C12.426,28 12,27.575 12,27.052 L12,27 L10,27 L10,26 L12,26 L12,24 L10,24 L10,23 L12,23 L12,21 L10,21 L10,20 L12,20 L12,18 L10,18 L10,17 L12,17 L12,15 L10,15 L10,14 L12,14 L12,13.948 C12,13.425 12.426,13 12.948,13 L13,13 L13,11 L14,11 L14,13 L16,13 L16,11 L17,11 L17,13 L19,13 L19,11 L20,11 L20,13 L22,13 L22,11 L23,11 L23,13 L25,13 L25,11 L26,11 L26,13 L26.052,13 C26.574,13 27,13.425 27,13.948 L27,14 Z M21,33 L7,33 L7,19 L9,19 L9,18 L7.062,18 C6.477,18 6,18.477 6,19.062 L6,32.938 C6,33.523 6.477,34 7.062,34 L20.939,34 C21.524,34 22,33.523 22,32.938 L22,31 L21,31 L21,33 Z M34,7.062 L34,20.938 C34,21.523 33.524,22 32.939,22 L30,22 L30,21 L33,21 L33,7 L19,7 L19,10 L18,10 L18,7.062 C18,6.477 18.477,6 19.062,6 L32.939,6 C33.524,6 34,6.477 34,7.062 L34,7.062 Z" id="Amazon-EC2_Icon_32_Squid" style="fill:#FFFFFF;" /> </g > </svg > </y:Resource>
<y:Resource id="24" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="40px" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 40 40" height="40px" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.1" > <title >Icon-Architecture/32/Arch_Amazon-Lightsail-for-Research_32</title > <g id="Icon-Architecture/32/Arch_Amazon-Lightsail-for-Research_32" style="fill:none; stroke-width:1; fill-rule:evenodd; stroke:none;" > <g style="fill:#ED7100;" id="Icon-Architecture-BG/32/Compute" > <rect width="40" x="0" height="40" id="Rectangle" y="0" /> </g > <path d="M21.7567235,20.3381742 C22.4057235,19.8651742 22.8337235,19.1681742 22.9587235,18.3751742 C23.0837235,17.5811742 22.8927235,16.7861742 22.4197235,16.1361742 C21.9467235,15.4861742 21.2507235,15.0591742 20.4567235,14.9341742 C20.2977235,14.9091742 20.1397235,14.8971742 19.9817235,14.8971742 C19.3517235,14.8971742 18.7377235,15.0951742 18.2187235,15.4731742 C17.5687235,15.9451742 17.1417235,16.6431742 17.0167235,17.4361742 C16.8907235,18.2301742 17.0817235,19.0251742 17.5547235,19.6741742 C18.0277235,20.3241742 18.7247235,20.7511742 19.5187235,20.8771742 C20.3177235,21.0021742 21.1087235,20.8101742 21.7567235,20.3381742 L21.7567235,20.3381742 Z M22.7207235,20.8131742 L25.0337235,23.9951742 L24.2257235,24.5831742 L21.9177235,21.4091742 C21.3257235,21.7371742 20.6707235,21.9141742 19.9957235,21.9141742 C19.7857235,21.9141742 19.5737235,21.8981742 19.3617235,21.8641742 C18.3047235,21.6971742 17.3757235,21.1291742 16.7457235,20.2621742 C16.1157235,19.3971742 15.8607235,18.3381742 16.0277235,17.2801742 C16.1947235,16.2231742 16.7647235,15.2941742 17.6307235,14.6641742 C18.4957235,14.0341742 19.5527235,13.7771742 20.6127235,13.9461742 C21.6697235,14.1131742 22.5997235,14.6821742 23.2287235,15.5481742 C23.8587235,16.4141742 24.1127235,17.4731742 23.9457235,18.5301742 C23.8057235,19.4201742 23.3677235,20.2071742 22.7207235,20.8131742 L22.7207235,20.8131742 Z M8.99272348,32.9881742 L30.9927235,32.9881742 L30.9927235,30.9881742 L8.99272348,30.9881742 L8.99272348,32.9881742 Z M31.9927235,30.4881742 L31.9927235,33.4881742 C31.9927235,33.7651742 31.7697235,33.9881742 31.4927235,33.9881742 L8.49272348,33.9881742 C8.21672348,33.9881742 7.99272348,33.7651742 7.99272348,33.4881742 L7.99272348,30.4881742 C7.99272348,30.2121742 8.21672348,29.9881742 8.49272348,29.9881742 L9.99272348,29.9881742 L9.99272348,18.9881742 C9.99272348,18.4371742 10.4417235,17.9881742 10.9927235,17.9881742 L14.9927235,17.9881742 L14.9927235,18.9881742 L10.9927235,18.9881742 L10.9927235,29.9881742 L28.9927235,29.9881742 L28.9927235,18.9881742 L24.9927235,18.9881742 L24.9927235,17.9881742 L28.9927235,17.9881742 C29.5447235,17.9881742 29.9927235,18.4371742 29.9927235,18.9881742 L29.9927235,29.9881742 L31.4927235,29.9881742 C31.7697235,29.9881742 31.9927235,30.2121742 31.9927235,30.4881742 L31.9927235,30.4881742 Z M33.992724,18.8551742 L33.9907235,19.1441742 C33.9907235,19.2111742 33.9787235,21.0631742 32.7277235,22.6381742 L31.9447235,22.0161742 C32.9727235,20.7221742 32.9907235,19.1491742 32.9907235,19.1321742 L32.9927235,18.8551742 C32.9937235,15.5821742 30.7607235,14.8141742 29.0807235,14.5211742 L28.8457235,14.4521742 C28.5977235,14.3741742 28.4507235,14.1181742 28.5087235,13.8641742 C28.8057235,12.5581742 28.4217235,11.5651742 27.4547235,11.1391742 C26.4047235,10.6771742 25.0517235,11.0291742 24.4337235,11.9211742 C24.3257235,12.0771742 24.1407235,12.1591742 23.9547235,12.1321742 C23.7687235,12.1071742 23.6117235,11.9791742 23.5507235,11.8011742 C23.1507235,10.6551742 22.5717235,9.69217419 21.8297235,8.93717419 C20.9207235,8.01217419 18.4297235,6.02517419 14.9057235,7.53617419 C12.6657235,8.49917419 11.2747235,10.4161742 11.2747235,12.5401742 L11.3227235,14.0981742 C11.3297235,14.3321742 11.1747235,14.5391742 10.9487235,14.5981742 L10.8237235,14.6301742 C9.17072348,15.0571742 7.29672348,15.5411742 7.00572348,18.6491742 C6.99172348,18.7911742 7.00072348,19.1311742 7.00772348,19.2851742 L6.00772348,19.3251742 C6.00072348,19.1401742 5.99372348,18.7281742 6.00972348,18.5561742 C6.34872348,14.9421742 8.64572348,14.1701742 10.3117235,13.7301742 L10.2747235,12.5551742 C10.2747235,10.0091742 11.8987235,7.74017419 14.5117235,6.61717419 C17.3477235,5.40017419 20.3497235,6.00517419 22.5427235,8.23617419 C23.2187235,8.92317419 23.7747235,9.75717419 24.1987235,10.7201742 C25.1827235,9.92017419 26.6457235,9.68917419 27.8577235,10.2241742 C29.1517235,10.7941742 29.7717235,12.0361742 29.5697235,13.5991742 C32.4857235,14.1851742 33.9937235,15.9571742 33.992724,18.8551742 L33.992724,18.8551742 Z" id="Fill-6" style="fill:#FFFFFF;" /> </g > </svg > </y:Resource>
<y:Resource id="25" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="40px" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 40 40" height="40px" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.1" > <title >Icon-Architecture/32/Arch_Amazon-Lightsail_32</title > <g id="Icon-Architecture/32/Arch_Amazon-Lightsail_32" style="fill:none; stroke-width:1; fill-rule:evenodd; stroke:none;" > <g style="fill:#ED7100;" id="Icon-Architecture-BG/32/Compute" > <rect width="40" x="0" height="40" id="Rectangle" y="0" /> </g > <path d="M16.1698113,21.5 L18.2075472,21.5 L18.2075472,20.5 L16.1698113,20.5 L16.1698113,21.5 Z M13.1132075,21.5 L15.1509434,21.5 L15.1509434,20.5 L13.1132075,20.5 L13.1132075,21.5 Z M10.0566038,21.5 L12.0943396,21.5 L12.0943396,20.5 L10.0566038,20.5 L10.0566038,21.5 Z M7,21.5 L9.03773585,21.5 L9.03773585,20.5 L7,20.5 L7,21.5 Z M30.1782264,24.142 L31.161434,23.82 L30.1782264,23.499 L29.8511698,22.534 L29.5230943,23.499 L28.5409057,23.82 L29.5230943,24.142 L29.8511698,25.106 L30.1782264,24.142 Z M18.6670566,25.826 L18.3389811,26.791 L17.3557736,27.113 L18.3389811,27.435 L18.6670566,28.399 L18.9941132,27.435 L19.9773208,27.113 L18.9941132,26.791 L18.6670566,25.826 Z M18.6670566,13.386 L18.3389811,14.351 L17.3557736,14.673 L18.3389811,14.994 L18.6670566,15.959 L18.9941132,14.994 L19.9773208,14.673 L18.9941132,14.351 L18.6670566,13.386 Z M20.5438113,21.002 C22.413434,22.205 23.7277736,24.551 24.2698113,27.662 C25.3121132,26.321 26.9728679,23.753 26.9728679,21.002 C26.9728679,18.264 25.5046792,15.858 24.2728679,14.322 C23.7349057,17.442 22.4185283,19.796 20.5438113,21.002 L20.5438113,21.002 Z M19.2722642,21.461 C19.0847925,21.383 18.9635472,21.202 18.9635472,21.002 C18.9635472,20.802 19.0847925,20.621 19.2722642,20.542 C21.4984906,19.605 23.0104906,16.888 23.4170189,13.088 C23.4384151,12.892 23.5749434,12.726 23.7654717,12.665 C23.956,12.603 24.1669057,12.658 24.3013962,12.805 C25.6799245,14.301 27.9917358,17.355 27.9917358,21.002 C27.9917358,24.875 25.167434,28.251 24.3013962,29.194 C24.2046038,29.302 24.0660377,29.36 23.9233962,29.36 C23.871434,29.36 23.8184528,29.352 23.7664906,29.335 C23.5759623,29.274 23.4384151,29.109 23.4170189,28.913 C23.007434,25.114 21.4974717,22.398 19.2722642,21.461 L19.2722642,21.461 Z M34,20.5 C34,26.841 28.7436604,32 22.2830189,32 C17.0623396,32 12.4254717,28.561 11.0072075,23.636 L11.9883774,23.364 C13.2833585,27.86 17.5167547,31 22.2830189,31 C28.1822642,31 32.9811321,26.29 32.9811321,20.5 C32.9811321,14.71 28.1822642,10 22.2830189,10 C17.1183774,10 12.693434,13.613 11.7621887,18.59 L10.7586038,18.41 C11.7795094,12.958 16.6262642,9 22.2830189,9 C28.7436604,9 34,14.159 34,20.5 L34,20.5 Z" id="Amazon-Lightsail-Icon_32_Squid" style="fill:#FFFFFF;" /> </g > </svg > </y:Resource>
<y:Resource id="26" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="40px" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 40 40" height="40px" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.1" > <title >Icon-Architecture/32/Arch_Bottlerocket_32</title > <g id="Icon-Architecture/32/Arch_Bottlerocket_32" style="fill:none; stroke-width:1; fill-rule:evenodd; stroke:none;" > <g style="fill:#ED7100;" id="Icon-Architecture-BG/32/Compute" > <rect width="40" x="0" height="40" id="Rectangle" y="0" /> </g > <g id="Icon-Service/32/Bottlerocket" style="fill:#FFFFFF;" transform="translate(12.000000, 6.000000)" > <path id="Bottlerocket_Icon_32_Squid" d="M13,17.8153751 L13,11.8943751 L15,14.1683751 L15,19.7853751 L13,17.8153751 Z M10.5,22.4793751 C11.879,22.4793751 13,21.3583751 13,19.9793751 L13,19.2183751 L15.149,21.3363751 C15.244,21.4293751 15.371,21.4793751 15.5,21.4793751 C15.565,21.4793751 15.631,21.4663751 15.693,21.4403751 C15.879,21.3633751 16,21.1803751 16,20.9793751 L16,13.9793751 C16,13.8583751 15.956,13.7403751 15.875,13.6493751 L13,10.3813751 L13,8.4793751 L12,8.4793751 L12,19.9793751 C12,20.8063751 11.327,21.4793751 10.5,21.4793751 L9.452,21.4793751 C9.176,21.4793751 9,21.7033751 9,21.9793751 L9,24.4793751 L10,24.4793751 L10,22.4793751 L10.5,22.4793751 Z M1,19.7853751 L1,14.1683751 L3,11.8943751 L3,17.8153751 L1,19.7853751 Z M6,22.4793751 L6,24.4793751 L7,24.4793751 L7,21.9793751 C7,21.7033751 6.824,21.4793751 6.548,21.4793751 L5.5,21.4793751 C4.673,21.4793751 4,20.8063751 4,19.9793751 L4,8.4793751 L3,8.4793751 L3,10.3813751 L0.125,13.6493751 C0.044,13.7403751 0,13.8583751 0,13.9793751 L0,20.9793751 C0,21.1803751 0.121,21.3633751 0.307,21.4403751 C0.369,21.4663751 0.435,21.4793751 0.5,21.4793751 C0.629,21.4793751 0.756,21.4293751 0.851,21.3363751 L3,19.2183751 L3,19.9793751 C3,21.3583751 4.121,22.4793751 5.5,22.4793751 L6,22.4793751 Z M7,14.4793751 L9,14.4793751 L9,12.4793751 L7,12.4793751 L7,14.4793751 Z M6.5,11.4793751 C6.224,11.4793751 6,11.7033751 6,11.9793751 L6,14.9793751 C6,15.2553751 6.224,15.4793751 6.5,15.4793751 L9.5,15.4793751 C9.776,15.4793751 10,15.2553751 10,14.9793751 L10,11.9793751 C10,11.7033751 9.776,11.4793751 9.5,11.4793751 L6.5,11.4793751 Z M8.031,1.0003751 L12.583,6.5423751 C11.499,6.2873751 9.918,6.0253751 8,6.0253751 C6.128,6.0253751 4.523,6.2943751 3.42,6.5523751 L8.031,1.0003751 Z M2,7.9793751 C2.059,7.9793751 2.118,7.9683751 2.175,7.9483751 C2.2,7.9383751 4.687,7.0253751 8,7.0253751 C11.447,7.0253751 13.793,7.9353751 13.816,7.9443751 C14.027,8.0283751 14.27,7.9583751 14.404,7.7733751 C14.538,7.5893751 14.531,7.3373751 14.387,7.1623751 L8.811,0.373375095 C8.418,-0.126624905 7.576,-0.119624905 7.195,0.365375095 L1.613,7.1623751 C1.47,7.3363751 1.462,7.5863751 1.594,7.7693751 C1.689,7.9043751 1.843,7.9793751 2,7.9793751 L2,7.9793751 Z M7,27.4793751 L9,27.4793751 L9,26.4793751 L7,26.4793751 L7,27.4793751 Z M5,26.4793751 L6,26.4793751 L6,27.9793751 C6,28.2553751 6.224,28.4793751 6.5,28.4793751 L9.5,28.4793751 C9.776,28.4793751 10,28.2553751 10,27.9793751 L10,26.4793751 L11,26.4793751 L11,25.4793751 L5,25.4793751 L5,26.4793751 Z" /> </g > </g > </svg > </y:Resource>
<y:Resource id="27" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="40px" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 40 40" height="40px" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.1" > <title >Icon-Architecture/32/Arch_Elastic-Fabric-Adapter_32</title > <g id="Icon-Architecture/32/Arch_Elastic-Fabric-Adapter_32" style="fill:none; stroke-width:1; fill-rule:evenodd; stroke:none;" > <g style="fill:#ED7100;" id="Icon-Architecture-BG/32/Compute" > <rect width="40" x="0" height="40" id="Rectangle" y="0" /> </g > <g id="Icon-Service/32/Elastic-Fabric-Adapter_32" style="fill:#FFFFFF;" transform="translate(6.000000, 7.500000)" > <path id="Fill-1" d="M3.819,7.795 L2.889,7.427 C4.65,2.984 9.116,1.77635684e-15 14,1.77635684e-15 C18.883,1.77635684e-15 23.349,2.984 25.11,7.427 L24.18,7.795 C22.569,3.731 18.477,1 14,1 C9.522,1 5.43,3.731 3.819,7.795 L3.819,7.795 Z M24.176,15.733 L25.114,16.081 C23.355,20.818 18.888,24 14,24 C9.111,24 4.644,20.818 2.885,16.081 L3.823,15.733 C5.437,20.08 9.527,23 14,23 C18.472,23 22.562,20.08 24.176,15.733 L24.176,15.733 Z M27,13.276 C27,13.398 26.897,13.5 26.776,13.5 L23.223,13.5 C23.102,13.5 23,13.398 23,13.276 L23,9.724 C23,9.603 23.102,9.5 23.223,9.5 L26.776,9.5 C26.897,9.5 27,9.603 27,9.724 L27,13.276 Z M26.776,8.5 L23.223,8.5 C22.548,8.5 22,9.049 22,9.724 L22,13.276 C22,13.951 22.548,14.5 23.223,14.5 L26.776,14.5 C27.451,14.5 28,13.951 28,13.276 L28,9.724 C28,9.049 27.451,8.5 26.776,8.5 L26.776,8.5 Z M1,13.276 L1,9.724 C1,9.603 1.102,9.5 1.223,9.5 L4.776,9.5 C4.897,9.5 5,9.603 5,9.724 L5,13.276 C5,13.398 4.897,13.5 4.776,13.5 L1.223,13.5 C1.102,13.5 1,13.398 1,13.276 L1,13.276 Z M6,13.276 L6,9.724 C6,9.049 5.451,8.5 4.776,8.5 L1.223,8.5 C0.548,8.5 0,9.049 0,9.724 L0,13.276 C0,13.951 0.548,14.5 1.223,14.5 L4.776,14.5 C5.451,14.5 6,13.951 6,13.276 L6,13.276 Z M15,11.5 L17,11.5 L17,10.5 L15,10.5 L15,11.5 Z M11,11.5 L14,11.5 L14,10.5 L11,10.5 L11,11.5 Z M10,12.5 L18,12.5 L18,9.5 L10,9.5 L10,12.5 Z M13,14.5 L13,15.5 L9,15.5 L9,14.5 L8,14.5 L8,7.5 L20,7.5 L20,14.5 L18,14.5 L18,15.5 L16,15.5 L16,14.5 L13,14.5 Z M19,16.5 L19,15.5 L21,15.5 L21,6.5 L7,6.5 L7,15.5 L8,15.5 L8,16.5 L14,16.5 L14,15.5 L15,15.5 L15,16.5 L19,16.5 Z" /> </g > </g > </svg > </y:Resource>
<y:Resource id="28" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="40px" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 40 40" height="40px" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.1" > <title >Icon-Architecture/32/Arch_NICE-DCV_32</title > <g id="Icon-Architecture/32/Arch_NICE-DCV_32" style="fill:none; stroke-width:1; fill-rule:evenodd; stroke:none;" > <g style="fill:#ED7100;" id="Icon-Architecture-BG/32/Compute" > <rect width="40" x="0" height="40" id="Rectangle" y="0" /> </g > <g id="Icon-Service/32/NICE-DCV_32" style="fill:#FFFFFF;" transform="translate(6.000000, 6.000000)" > <path id="Fill-6" d="M24.5347906,13.0376432 C22.1637906,14.5176432 18.8587906,16.0216432 15.2297906,17.2726432 C12.7237906,18.1366432 10.1597906,18.8356432 7.85879056,19.2756432 C9.76079056,24.2946432 13.3597906,27.5626432 16.8567906,26.9706432 C20.0727906,26.4276432 22.4617906,22.6016432 22.7997906,17.4506432 L23.7977906,17.5166432 C23.4227906,23.2266432 20.7637906,27.3256432 17.0227906,27.9566432 C16.7017906,28.0116432 16.3797906,28.0376432 16.0587906,28.0376432 C12.3777906,28.0376432 8.76279056,24.5606432 6.86279056,19.4516432 C5.60479056,19.6546432 4.44079056,19.7756432 3.45279056,19.7756432 C1.63279056,19.7756432 0.376790564,19.3956432 0.0707905641,18.5096432 C-0.293209436,17.4536432 0.747790564,16.1276432 3.16479056,14.5676432 L3.70779056,15.4076432 C1.35179056,16.9286432 0.907790564,17.8676432 1.01579056,18.1836432 C1.23379056,18.8136432 3.27879056,18.9996432 6.53779056,18.4906432 C6.23679056,17.5416432 5.98679056,16.5496432 5.81179056,15.5136432 C5.18979056,11.8306432 5.50179056,8.21064324 6.68779056,5.31964324 C7.90679056,2.34864324 9.90679056,0.487643244 12.3177906,0.0796432438 C15.2177906,-0.407356756 18.3217906,1.35964324 20.6007906,4.81564324 L19.7667906,5.36664324 C17.7107906,2.25064324 14.9877906,0.640643244 12.4837906,1.06664324 C10.4267906,1.41364324 8.69579056,3.05864324 7.61279056,5.69964324 C6.49679056,8.41964324 6.20779056,11.8466432 6.79879056,15.3466432 C6.97279056,16.3846432 7.22479056,17.3756432 7.52979056,18.3206432 C9.61679056,17.9326432 12.1107906,17.2896432 14.9037906,16.3276432 C18.4637906,15.1006432 21.6957906,13.6306432 24.0057906,12.1896432 C26.6027906,10.5676432 27.1007906,9.56664324 26.9847906,9.23064324 C26.8847906,8.94064324 26.0477906,8.49464324 23.5487906,8.67064324 L23.4777906,7.67364324 C26.0837906,7.48764324 27.5847906,7.90264324 27.9307906,8.90464324 C28.3087906,10.0046432 27.1667906,11.3946432 24.5347906,13.0376432" /> </g > </g > </svg > </y:Resource>
<y:Resource id="29" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="40px" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 40 40" height="40px" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.1" > <title >Icon-Architecture/32/Arch_NICE-EnginFrame_32</title > <g id="Icon-Architecture/32/Arch_NICE-EnginFrame_32" style="fill:none; stroke-width:1; fill-rule:evenodd; stroke:none;" > <g style="fill:#ED7100;" id="Icon-Architecture-BG/32/Compute" > <rect width="40" x="0" height="40" id="Rectangle" y="0" /> </g > <g id="Icon-Service/32/NICE-EnginFrame_32" style="fill:#FFFFFF;" transform="translate(6.000000, 8.000000)" > <path id="Fill-4" d="M5.575,14.462 C6.875,17.147 10.217,19 14,19 C18.963,19 23,15.859 23,12 C23,8.14 18.963,5 14,5 C10.217,5 6.875,6.852 5.575,9.537 C5.715,9.512 5.857,9.5 6,9.5 L16,9.5 C17.379,9.5 18.5,10.621 18.5,12 C18.5,13.378 17.379,14.5 16,14.5 L6,14.5 C5.857,14.5 5.715,14.487 5.575,14.462 M14,20 C9.276,20 5.157,17.319 4.207,13.625 C4.152,13.413 4.242,13.19 4.429,13.075 C4.614,12.96 4.854,12.98 5.02,13.124 C5.217,13.295 5.546,13.5 6,13.5 L16,13.5 C16.827,13.5 17.5,12.827 17.5,12 C17.5,11.172 16.827,10.5 16,10.5 L6,10.5 C5.546,10.5 5.217,10.704 5.02,10.876 C4.854,11.02 4.614,11.04 4.429,10.924 C4.242,10.809 4.152,10.586 4.207,10.374 C5.157,6.68 9.276,4 14,4 C19.513,4 24,7.588 24,12 C24,16.411 19.513,20 14,20 M14,1 C6.832,1 1,5.934 1,12 C1,18.065 6.832,23 14,23 C21.168,23 27,18.065 27,12 C27,5.934 21.168,1 14,1 M14,24 C6.28,24 0,18.616 0,12 C0,5.383 6.28,0 14,0 C21.72,0 28,5.383 28,12 C28,18.616 21.72,24 14,24" /> </g > </g > </svg > </y:Resource>
<y:Resource id="30" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="48px" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 48 48" height="48px" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.1" > <title >Icon-Resource/Compute/Res_AWS-Elastic-Beanstalk_Application_48</title > <g id="Icon-Resource/Compute/Res_AWS-Elastic-Beanstalk_Application_48" style="fill:none; stroke-width:1; fill-rule:evenodd; stroke:none;" > <path d="M30.3558008,22.791794 C25.7258008,27.520794 18.2428008,28.219794 14.1828008,28.215811 C17.9428008,25.339794 21.7928008,21.918794 25.4478008,18.188794 C29.2668008,14.289794 32.7538008,10.168794 35.6678008,6.13679399 C35.6828008,10.294794 35.0198008,18.029794 30.3558008,22.791794 M18.3428008,8.50579399 C18.4578008,8.41079399 18.5768008,8.32379399 18.6928008,8.23179399 C18.9348008,8.04179399 19.1798008,7.85679399 19.4318008,7.68379399 C19.5708008,7.58779399 19.7108008,7.49579399 19.8528008,7.40479399 C20.0968008,7.24779399 20.3438008,7.09879399 20.5948008,6.95579399 C20.7388008,6.87379399 20.8798008,6.79179399 21.0258008,6.71479399 C21.3018008,6.56679399 21.5828008,6.43079399 21.8658008,6.29879399 C21.9858008,6.24179399 22.1038008,6.18179399 22.2238008,6.12779399 C22.6228008,5.95179399 23.0238008,5.78879399 23.4278008,5.64079399 C23.5358008,5.60079399 23.6428008,5.56779399 23.7498008,5.53079399 C24.0548008,5.42379399 24.3618008,5.32079399 24.6688008,5.22879399 C24.8318008,5.17979399 24.9948008,5.13479399 25.1578008,5.08979399 C25.4108008,5.01879399 25.6638008,4.95079399 25.9158008,4.88879399 C26.0878008,4.84679399 26.2588008,4.80579399 26.4308008,4.76679399 C26.6778008,4.71179399 26.9228008,4.66079399 27.1678008,4.61179399 C27.3328008,4.57979399 27.4988008,4.54579399 27.6628008,4.51779399 C27.9308008,4.46879399 28.1958008,4.42779399 28.4598008,4.38879399 C28.5898008,4.36879399 28.7238008,4.34579399 28.8528008,4.32779399 C29.2258008,4.27579399 29.5908008,4.23279399 29.9498008,4.19679399 C30.1088008,4.18079399 30.2608008,4.16879399 30.4178008,4.15479399 C30.6288008,4.13679399 30.8398008,4.11779399 31.0448008,4.10379399 C31.2118008,4.09179399 31.3748008,4.08279399 31.5358008,4.07379399 C31.7198008,4.06279399 31.9018008,4.05479399 32.0788008,4.04779399 C32.2348008,4.04079399 32.3898008,4.03479399 32.5408008,4.03079399 C32.7118008,4.02579399 32.8778008,4.02279399 33.0418008,4.02079399 C33.1778008,4.02079399 33.3178008,4.01779399 33.4468008,4.01779399 C33.6968008,4.01679399 33.9358008,4.01879399 34.1598008,4.02279399 C34.2678008,4.02479399 34.3648008,4.02779399 34.4658008,4.03079399 C34.5518008,4.03379399 34.6338008,4.03579399 34.7148008,4.03879399 C31.7338008,8.28179399 28.0638008,12.659794 24.0178008,16.788794 C20.1278008,20.760794 16.0148008,24.379794 12.0418008,27.332794 C12.0398008,27.265794 12.0378008,27.191794 12.0348008,27.120794 C12.0298008,26.969794 12.0248008,26.816794 12.0218008,26.648794 C12.0198008,26.528794 12.0198008,26.394794 12.0188008,26.266794 C12.0178008,26.103794 12.0158008,25.942794 12.0158008,25.768794 C12.0168008,25.605794 12.0218008,25.429794 12.0258008,25.258794 C12.0288008,25.091794 12.0298008,24.931794 12.0358008,24.756794 C12.0458008,24.423794 12.0618008,24.076794 12.0838008,23.717794 C12.0908008,23.585794 12.1038008,23.444794 12.1138008,23.309794 C12.1308008,23.060794 12.1488008,22.812794 12.1718008,22.554794 C12.1868008,22.392794 12.2078008,22.223794 12.2248008,22.057794 C12.2518008,21.815794 12.2768008,21.574794 12.3078008,21.326794 C12.3308008,21.149794 12.3598008,20.967794 12.3848008,20.787794 C12.4208008,20.542794 12.4578008,20.297794 12.4998008,20.049794 C12.5308008,19.861794 12.5678008,19.673794 12.6028008,19.483794 C12.6498008,19.236794 12.6988008,18.988794 12.7518008,18.738794 C12.7938008,18.545794 12.8398008,18.351794 12.8858008,18.156794 C12.9458008,17.907794 13.0078008,17.658794 13.0758008,17.408794 C13.1278008,17.213794 13.1838008,17.017794 13.2428008,16.821794 C13.3158008,16.571794 13.3948008,16.321794 13.4778008,16.072794 C13.5428008,15.878794 13.6088008,15.685794 13.6778008,15.491794 C13.7688008,15.241794 13.8678008,14.993794 13.9678008,14.745794 C14.0438008,14.557794 14.1208008,14.367794 14.2028008,14.181794 C14.3128008,13.932794 14.4328008,13.686794 14.5538008,13.440794 C14.6418008,13.262794 14.7278008,13.081794 14.8228008,12.904794 C14.9588008,12.652794 15.1058008,12.406794 15.2538008,12.160794 C15.3508008,12.000794 15.4428008,11.837794 15.5448008,11.679794 C15.7188008,11.412794 15.9098008,11.155794 16.0998008,10.898794 C16.1948008,10.772794 16.2808008,10.640794 16.3788008,10.516794 C16.6768008,10.142794 16.9918008,9.77879399 17.3308008,9.43379399 C17.6538008,9.10379399 17.9938008,8.79779399 18.3428008,8.50579399 M37.5268008,3.04079399 C37.5258008,3.03279399 37.5218008,3.02579399 37.5208008,3.01879399 C37.5068008,2.92379399 37.4838008,2.82979399 37.4428008,2.74079399 C37.4408008,2.73679399 37.4378008,2.73279399 37.4358008,2.72979399 C37.4268008,2.71079399 37.4148008,2.69679399 37.4048008,2.67979399 C37.3658008,2.60679399 37.3188008,2.54179399 37.2648008,2.48279399 C37.2438008,2.45979399 37.2208008,2.43979399 37.1978008,2.41979399 C37.1438008,2.37179399 37.0868008,2.33079399 37.0248008,2.29479399 C36.9988008,2.27979399 36.9728008,2.26479399 36.9458008,2.25179399 C36.8538008,2.20979399 36.7568008,2.17779399 36.6548008,2.16479399 C36.1088008,2.09579399 23.1688008,0.61579399 15.9018008,8.03379399 C10.1068008,13.948794 9.86380075,23.538794 10.0348008,27.451794 L10.0078008,27.451794 L10.0078008,45.989794 L12.0078008,45.989794 L12.0078008,30.146794 C12.6038008,30.187794 13.3858008,30.226794 14.3398008,30.226794 C18.8428008,30.226794 26.6898008,29.393794 31.7848008,24.190794 C39.0428008,16.782794 37.5918008,3.59879399 37.5268008,3.04079399" id="Amazon-Elastic-Beanstalk-Application_Resource-Icon_light-bg" style="fill:#ED7100;" /> </g > </svg > </y:Resource>
<y:Resource id="31" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="48px" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 48 48" height="48px" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.1" > <title >Icon-Resource/Compute/Res_AWS-Elastic-Beanstalk_Deployment_48</title > <g id="Icon-Resource/Compute/Res_AWS-Elastic-Beanstalk_Deployment_48" style="fill:none; stroke-width:1; fill-rule:evenodd; stroke:none;" > <path d="M13.302,5.892 L16.901,9.49 L15.487,10.904 L13.595,9.013 L13.595,19.392 L11.595,19.392 L11.595,9.013 L9.704,10.904 L8.29,9.49 L11.888,5.892 C12.279,5.501 12.911,5.501 13.302,5.892 M12.595,21.191 C7.856,21.191 4,17.334 4,12.595 C4,7.856 7.856,4 12.595,4 C17.334,4 21.191,7.856 21.191,12.595 C21.191,17.334 17.334,21.191 12.595,21.191 M23.191,12.595 C23.191,6.753 18.438,2 12.595,2 C6.753,2 2,6.753 2,12.595 C2,18.438 6.753,23.191 12.595,23.191 C18.438,23.191 23.191,18.438 23.191,12.595 M38.687,22.807 C34.119,27.468 26.783,28.166 22.744,28.1630096 C26.443,25.331 30.238,21.959 33.851,18.277 C37.607,14.444 41.043,10.382 43.9251333,6.397 C43.936,10.511 43.275,18.121 38.687,22.807 M45.784,3.303 C45.783,3.295 45.779,3.288 45.778,3.281 C45.764,3.186 45.74,3.092 45.7,3.003 C45.698,2.999 45.695,2.996 45.693,2.992 C45.684,2.973 45.671,2.959 45.661,2.942 C45.622,2.87 45.576,2.804 45.522,2.745 C45.5,2.722 45.479,2.704 45.455,2.683 C45.402,2.634 45.344,2.592 45.281,2.556 C45.254,2.541 45.231,2.527 45.203,2.514 C45.112,2.472 45.015,2.44 44.912,2.427 C44.373,2.357 31.587,0.888 24.406,8.225 C24.392,8.238 24.382,8.252 24.369,8.265 C24.362,8.272 24.354,8.279 24.347,8.287 C24.204,8.437 24.063,8.587 23.893,8.779 C23.819,8.862 23.747,8.943 23.682,9.025 L23.679,9.028 C23.675,9.032 23.671,9.037 23.668,9.04 L24.449,9.664 L25.22,10.301 C25.409,10.073 25.607,9.852 25.827,9.631 C26.158,9.292 26.507,8.977 26.866,8.678 C26.981,8.583 27.103,8.5 27.219,8.41 C27.47,8.214 27.722,8.02 27.984,7.842 C28.125,7.746 28.274,7.659 28.418,7.567 C28.665,7.411 28.912,7.256 29.165,7.114 C29.319,7.029 29.474,6.95 29.629,6.87 C29.885,6.737 30.141,6.606 30.401,6.487 C30.555,6.415 30.711,6.349 30.866,6.282 C31.136,6.166 31.406,6.055 31.68,5.953 C31.826,5.897 31.974,5.843 32.122,5.79 C32.413,5.688 32.704,5.592 32.996,5.502 C33.126,5.462 33.255,5.423 33.384,5.386 C33.707,5.293 34.03,5.207 34.351,5.129 C34.448,5.106 34.545,5.08 34.642,5.058 C35.017,4.971 35.39,4.893 35.76,4.824 C35.801,4.816 35.842,4.806 35.882,4.799 C38.454,4.328 40.838,4.255 42.472,4.288 C42.508,4.288 42.541,4.289 42.576,4.29 C42.717,4.293 42.842,4.298 42.971,4.302 C40.021,8.499 36.401,12.817 32.423,16.876 C28.572,20.802 24.512,24.373 20.602,27.281 C20.598,27.173 20.594,27.056 20.591,26.939 C20.589,26.868 20.587,26.794 20.586,26.719 C20.581,26.489 20.578,26.241 20.578,25.982 C20.578,25.836 20.578,25.69 20.58,25.537 C20.582,25.389 20.583,25.242 20.586,25.087 C20.594,24.783 20.605,24.465 20.621,24.136 C20.625,24.05 20.629,23.964 20.634,23.877 C20.656,23.464 20.686,23.038 20.727,22.596 L19.731,22.504 L18.737,22.393 L18.735,22.413 C18.734,22.418 18.734,22.424 18.733,22.43 L18.689,22.915 C18.677,23.079 18.668,23.232 18.659,23.386 C18.552,25.014 18.563,26.413 18.603,27.424 L18.573,27.424 L18.573,45.742 L20.573,45.742 L20.573,30.095 C21.097,30.128 21.821,30.161 22.702,30.161 C27.04,30.161 35.04,29.385 40.115,24.206 C47.284,16.884 45.849,3.854 45.784,3.303" id="Amazon-Elastic-Beanstalk-Deployment_Resource-Icon_light-bg" style="fill:#ED7100;" /> </g > </svg > </y:Resource>
<y:Resource id="32" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="48px" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 48 48" height="48px" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.1" > <title >Icon-Resource/Compute/Res_AWS-Lambda_Lambda-Function_48</title > <g id="Icon-Resource/Compute/Res_AWS-Lambda_Lambda-Function_48" style="fill:none; stroke-width:1; fill-rule:evenodd; stroke:none;" > <path d="M24,44 C12.972,44 4,35.028 4,24 C4,12.972 12.972,4 24,4 C35.028,4 44,12.972 44,24 C44,35.028 35.028,44 24,44 L24,44 Z M24,2 C11.869,2 2,11.869 2,24 C2,36.131 11.869,46 24,46 C36.131,46 46,36.131 46,24 C46,11.869 36.131,2 24,2 L24,2 Z M17.231,35.25 L11.876,35.25 L18.221,21.959 L20.902,27.492 L17.231,35.25 Z M19.114,19.215 C18.946,18.87 18.597,18.651 18.214,18.651 L18.211,18.651 C17.826,18.652 17.477,18.874 17.312,19.221 L9.389,35.819 C9.24,36.129 9.262,36.493 9.445,36.783 C9.628,37.074 9.947,37.25 10.291,37.25 L17.864,37.25 C18.251,37.25 18.603,37.027 18.769,36.678 L22.915,27.915 C23.044,27.642 23.043,27.323 22.911,27.051 L19.114,19.215 Z M36.125,35.25 L30.673,35.25 L20.761,13.953 C20.597,13.601 20.243,13.375 19.854,13.375 L16.251,13.375 L16.255,9.25 L23.475,9.25 L33.339,30.545 C33.503,30.898 33.856,31.125 34.246,31.125 L36.125,31.125 L36.125,35.25 Z M37.125,29.125 L34.885,29.125 L25.021,7.83 C24.856,7.477 24.503,7.25 24.113,7.25 L15.256,7.25 C14.704,7.25 14.257,7.697 14.256,8.249 L14.25,14.374 C14.25,14.64 14.355,14.894 14.543,15.082 C14.73,15.27 14.984,15.375 15.25,15.375 L19.217,15.375 L29.129,36.672 C29.293,37.024 29.646,37.25 30.035,37.25 L37.125,37.25 C37.678,37.25 38.125,36.803 38.125,36.25 L38.125,30.125 C38.125,29.572 37.678,29.125 37.125,29.125 L37.125,29.125 Z" id="Amazon-Lambda-Lambda-Function_Resource-Icon_light-bg" style="fill:#ED7100;" /> </g > </svg > </y:Resource>
<y:Resource id="33" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="48px" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 48 48" height="48px" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.1" > <title >Icon-Resource/Compute/Res_Amazon-EC2_AMI_48</title > <g id="Icon-Resource/Compute/Res_Amazon-EC2_AMI_48" style="fill:none; stroke-width:1; fill-rule:evenodd; stroke:none;" > <path d="M30.143,37.727 L38.599,37.727 L38.599,26.656 L30.143,26.656 L30.143,37.727 Z M9.229,37.727 L17.686,37.727 L17.686,26.656 L9.229,26.656 L9.229,37.727 Z M19.686,37.727 L28.143,37.727 L28.143,26.656 L19.686,26.656 L19.686,37.727 Z M39.599,24.656 L8.229,24.656 C7.676,24.656 7.229,25.104 7.229,25.656 L7.229,38.727 C7.229,39.279 7.676,39.727 8.229,39.727 L39.599,39.727 C40.151,39.727 40.599,39.279 40.599,38.727 L40.599,25.656 C40.599,25.104 40.151,24.656 39.599,24.656 L39.599,24.656 Z M30.143,19.428 L38.599,19.428 L38.599,10.971 L30.143,10.971 L30.143,19.428 Z M9.229,19.428 L17.686,19.428 L17.686,10.971 L9.229,10.971 L9.229,19.428 Z M19.686,19.428 L28.143,19.428 L28.143,10.971 L19.686,10.971 L19.686,19.428 Z M39.599,8.971 L8.229,8.971 C7.676,8.971 7.229,9.419 7.229,9.971 L7.229,20.428 C7.229,20.98 7.676,21.428 8.229,21.428 L39.599,21.428 C40.151,21.428 40.599,20.98 40.599,20.428 L40.599,9.971 C40.599,9.419 40.151,8.971 39.599,8.971 L39.599,8.971 Z M43.827,39.379 C43.827,41.832 41.832,43.827 39.38,43.827 L8.448,43.827 C5.995,43.827 4,41.832 4,39.379 L4,8.448 C4,5.995 5.995,4 8.448,4 L39.38,4 C41.832,4 43.827,5.995 43.827,8.448 L43.827,39.379 Z M39.38,2 L8.448,2 C4.893,2 2,4.892 2,8.448 L2,39.379 C2,42.934 4.893,45.827 8.448,45.827 L39.38,45.827 C42.935,45.827 45.827,42.934 45.827,39.379 L45.827,8.448 C45.827,4.892 42.935,2 39.38,2 L39.38,2 Z" id="Amazon-Containers-AMI_Resource-Icon_light-bg" style="fill:#ED7100;" /> </g > </svg > </y:Resource>
<y:Resource id="34" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="48px" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 48 48" height="48px" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.1" > <title >Icon-Resource/Compute/Res_Amazon-EC2_AWS-Microservice-Extractor-for-.NET_48</title > <g id="Icon-Resource/Compute/Res_Amazon-EC2_AWS-Microservice-Extractor-for-.NET_48" style="fill:none; stroke-width:1; fill-rule:evenodd; stroke:none;" > <path d="M24,4.1127 L37.621,10.7637 L24,16.7387 L10.379,10.7637 L24,4.1127 Z M8,25.4007 C8.283,25.4007 8.554,25.2797 8.743,25.0697 L13.243,20.0697 L11.757,18.7317 L9,21.7947 L9,12.3437 L23,18.4847 L23,28.8477 L20.243,25.7837 L18.757,27.1217 L23.257,32.1217 C23.446,32.3327 23.717,32.4527 24,32.4527 C24.283,32.4527 24.554,32.3327 24.743,32.1217 L29.243,27.1217 L27.757,25.7837 L25,28.8477 L25,18.4847 L39,12.3437 L39,21.7947 L36.243,18.7317 L34.757,20.0697 L39.257,25.0697 C39.446,25.2797 39.717,25.4007 40,25.4007 C40.283,25.4007 40.554,25.2797 40.743,25.0697 L45.243,20.0697 L43.757,18.7317 L41,21.7947 L41,10.8127 C41,10.4307 40.782,10.0817 40.438,9.9147 L24.438,2.1017 C24.163,1.9657 23.837,1.9657 23.562,2.1017 L7.562,9.9147 C7.218,10.0817 7,10.4307 7,10.8127 L7,21.7947 L4.243,18.7317 L2.757,20.0697 L7.257,25.0697 C7.446,25.2797 7.717,25.4007 8,25.4007 L8,25.4007 Z M40,36.9357 C37.794,36.9357 36,35.1417 36,32.9357 C36,30.7307 37.794,28.9357 40,28.9357 C42.206,28.9357 44,30.7307 44,32.9357 C44,35.1417 42.206,36.9357 40,36.9357 L40,36.9357 Z M24,43.9527 C21.794,43.9527 20,42.1587 20,39.9527 C20,37.7477 21.794,35.9527 24,35.9527 C26.206,35.9527 28,37.7477 28,39.9527 C28,42.1587 26.206,43.9527 24,43.9527 L24,43.9527 Z M8,36.9357 C5.794,36.9357 4,35.1417 4,32.9357 C4,30.7307 5.794,28.9357 8,28.9357 C10.206,28.9357 12,30.7307 12,32.9357 C12,35.1417 10.206,36.9357 8,36.9357 L8,36.9357 Z M40,26.9357 C36.691,26.9357 34,29.6277 34,32.9357 C34,33.4397 34.069,33.9267 34.187,34.3937 L29.012,36.6637 C27.939,35.0337 26.094,33.9527 24,33.9527 C21.906,33.9527 20.061,35.0327 18.988,36.6637 L13.813,34.3937 C13.931,33.9267 14,33.4397 14,32.9357 C14,29.6277 11.309,26.9357 8,26.9357 C4.691,26.9357 2,29.6277 2,32.9357 C2,36.2447 4.691,38.9357 8,38.9357 C10.094,38.9357 11.938,37.8567 13.012,36.2267 L18.186,38.4967 C18.069,38.9637 18,39.4497 18,39.9527 C18,43.2617 20.691,45.9527 24,45.9527 C27.309,45.9527 30,43.2617 30,39.9527 C30,39.4497 29.931,38.9637 29.814,38.4957 L34.988,36.2257 C36.062,37.8557 37.906,38.9357 40,38.9357 C43.309,38.9357 46,36.2447 46,32.9357 C46,29.6277 43.309,26.9357 40,26.9357 L40,26.9357 Z" id="Fill-1" style="fill:#ED7100;" /> </g > </svg > </y:Resource>
<y:Resource id="35" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="48px" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 48 48" height="48px" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.1" > <title >Icon-Resource/Compute/Res_Amazon-EC2_Auto-Scaling_48</title > <g id="Icon-Resource/Compute/Res_Amazon-EC2_Auto-Scaling_48" style="fill:none; stroke-width:1; fill-rule:evenodd; stroke:none;" > <path d="M45.92,23.08125 L37.912,23.08125 L41.734,19.25825 L40.32,17.84425 L34.731,23.43525 C34.34,23.82525 34.34,24.45825 34.731,24.84925 L40.32,30.43825 L41.734,29.02425 L37.791,25.08125 L45.92,25.08125 L45.92,23.08125 Z M7.597,17.84425 L6.183,19.25825 L10.006,23.08125 L2,23.08125 L2,25.08125 L10.126,25.08125 L6.183,29.02425 L7.597,30.43825 L13.187,24.84925 C13.577,24.45825 13.577,23.82525 13.187,23.43525 L7.597,17.84425 Z M18.81,29.23125 L29.108,29.23125 L29.108,18.93225 L18.81,18.93225 L18.81,29.23125 Z M30.892,17.81025 L32.743,17.81025 L32.743,19.81025 L31.108,19.81025 L31.108,21.32425 L32.743,21.32425 L32.743,23.32425 L31.108,23.32425 L31.108,24.83825 L32.743,24.83825 L32.743,26.83825 L31.108,26.83825 L31.108,28.35225 L32.743,28.35225 L32.743,30.35225 L30.892,30.35225 C30.737,30.63125 30.509,30.85925 30.23,31.01425 L30.23,32.86525 L28.23,32.86525 L28.23,31.23025 L26.717,31.23025 L26.717,32.86525 L24.717,32.86525 L24.717,31.23025 L23.203,31.23025 L23.203,32.86525 L21.203,32.86525 L21.203,31.23025 L19.69,31.23025 L19.69,32.86525 L17.69,32.86525 L17.69,31.01425 C17.411,30.85925 17.183,30.63125 17.028,30.35225 L15.176,30.35225 L15.176,28.35225 L16.811,28.35225 L16.811,26.83825 L15.176,26.83825 L15.176,24.83825 L16.811,24.83825 L16.811,23.32425 L15.176,23.32425 L15.176,21.32425 L16.811,21.32425 L16.811,19.81025 L15.176,19.81025 L15.176,17.81025 L17.028,17.81025 C17.183,17.53125 17.411,17.30325 17.69,17.14825 L17.69,15.29825 L19.69,15.29825 L19.69,16.93225 L21.203,16.93225 L21.203,15.29825 L23.203,15.29825 L23.203,16.93225 L24.717,16.93225 L24.717,15.29825 L26.717,15.29825 L26.717,16.93225 L28.23,16.93225 L28.23,15.29825 L30.23,15.29825 L30.23,17.14825 C30.509,17.30325 30.737,17.53125 30.892,17.81025 L30.892,17.81025 Z M24.961,42.74725 L24.961,34.62225 L22.961,34.62225 L22.961,42.75125 L19.075,38.86625 L17.661,40.28025 L23.251,45.87025 C23.446,46.06525 23.702,46.16325 23.958,46.16325 C24.214,46.16325 24.47,46.06525 24.665,45.87025 L30.256,40.28025 L28.842,38.86625 L24.961,42.74725 Z M19.075,9.29725 L17.661,7.88325 L23.251,2.29325 C23.642,1.90225 24.274,1.90225 24.665,2.29325 L30.256,7.88325 L28.842,9.29725 L24.961,5.41625 L24.961,13.54125 L22.961,13.54125 L22.961,5.41225 L19.075,9.29725 Z" id="Amazon-EC2-Auto-Scaling_Resource-Icon_light-bg" style="fill:#ED7100;" /> </g > </svg > </y:Resource>
<y:Resource id="36" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="48px" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 48 48" height="48px" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.1" > <title >Icon-Resource/Compute/Res_Amazon-EC2_DB-Instance_48</title > <g id="Icon-Resource/Compute/Res_Amazon-EC2_DB-Instance_48" style="fill:none; stroke-width:1; fill-rule:evenodd; stroke:none;" > <path d="M43.284,42.092 L43.284,29.848 C41.817,30.552 39.744,30.888 37.751,30.888 C35.393,30.888 33.511,30.558 32.217,29.951 L32.217,42.092 C32.217,42.638 34.24,44.356 37.751,44.356 C41.261,44.356 43.284,42.638 43.284,42.092 M32.217,27.355 C32.217,27.996 34.139,28.888 37.751,28.888 C41.559,28.888 43.284,27.71 43.284,27.353 C43.284,27.027 41.619,26 37.751,26 C34.055,26 32.294,26.97 32.217,27.355 M45.284,27.353 L45.284,42.092 C45.284,44.363 41.763,46.356 37.751,46.356 C33.737,46.356 30.217,44.363 30.217,42.092 L30.217,27.353 C30.217,24.878 34.275,24 37.751,24 C41.392,24 45.284,24.881 45.284,27.353 M27,35 L27,40 L25,40 L25,36 L22,36 L22,40 L20,40 L20,36 L17,36 L17,40 L15,40 L15,36 L12,36 L12,40 L10,40 L10,36 L7,36 C6.447,36 6,35.553 6,35 L6,32 L2,32 L2,30 L6,30 L6,27 L2,27 L2,25 L6,25 L6,22 L2,22 L2,20 L6,20 L6,17 L2,17 L2,15 L6,15 L6,12 L2,12 L2,10 L6,10 L6,7 C6,6.447 6.447,6 7,6 L10,6 L10,2 L12,2 L12,6 L15,6 L15,2 L17,2 L17,6 L20,6 L20,2 L22,2 L22,6 L25,6 L25,2 L27,2 L27,6 L30,6 L30,2 L32,2 L32,6 L35,6 C35.553,6 36,6.447 36,7 L36,10 L40,10 L40,12 L36,12 L36,15 L40,15 L40,17 L36,17 L36,20 L40,20 L40,22 L35,22 C34.447,22 34,21.553 34,21 L34,8 L8,8 L8,34 L26,34 C26.553,34 27,34.447 27,35" id="Amazon-EC2-DB-instance_Resource-Icon_light-bg" style="fill:#ED7100;" /> </g > </svg > </y:Resource>
<y:Resource id="37" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="48px" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 48 48" height="48px" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.1" > <title >Icon-Resource/Compute/Res_Amazon-EC2_Elastic-IP-Address_48</title > <g id="Icon-Resource/Compute/Res_Amazon-EC2_Elastic-IP-Address_48" style="fill:none; stroke-width:1; fill-rule:evenodd; stroke:none;" > <path d="M43.62,24.058 L43.62,23.794 L43.742,23.926 L43.62,24.058 Z M10.926,30.852 C7.106,30.852 4,27.746 4,23.926 C4,20.107 7.106,17 10.926,17 C14.745,17 17.851,20.107 17.851,23.926 C17.851,27.746 14.745,30.852 10.926,30.852 L10.926,30.852 Z M45.839,23.246 L39.398,16.31 L37.933,17.671 L42.813,22.926 L19.792,22.926 C19.293,18.474 15.51,15 10.926,15 C6.004,15 2,19.004 2,23.926 C2,28.848 6.004,32.852 10.926,32.852 C15.51,32.852 19.293,29.378 19.792,24.926 L42.813,24.926 L37.933,30.181 L39.398,31.542 L45.839,24.607 C46.195,24.223 46.195,23.629 45.839,23.246 L45.839,23.246 Z" id="Amazon-EC2-Elastic-IP-address_Resource-Icon_light-bg" style="fill:#ED7100;" /> </g > </svg > </y:Resource>
<y:Resource id="38" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="48px" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 48 48" height="48px" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.1" > <title >Icon-Resource/Compute/Res_Amazon-EC2_Instance-with-CloudWatch_48</title > <g id="Icon-Resource/Compute/Res_Amazon-EC2_Instance-with-CloudWatch_48" style="fill:none; stroke-width:1; fill-rule:evenodd; stroke:none;" > <path d="M37.545,37.089 C37.325,37.308 36.971,37.308 36.753,37.089 L32.934,33.272 C33.216,33.019 33.48,32.746 33.718,32.451 L37.547,36.298 C37.764,36.516 37.763,36.87 37.545,37.089 L37.545,37.089 Z M23.418,28.123 C23.418,25.413 25.623,23.208 28.333,23.208 C31.043,23.208 33.248,25.413 33.248,28.123 C33.248,30.833 31.043,33.038 28.333,33.038 C25.623,33.038 23.418,30.833 23.418,28.123 L23.418,28.123 Z M34.759,30.662 C35.071,29.875 35.248,29.02 35.248,28.123 C35.248,24.311 32.146,21.208 28.333,21.208 C24.521,21.208 21.418,24.311 21.418,28.123 C21.418,31.936 24.521,35.038 28.333,35.038 C29.367,35.038 30.346,34.803 31.229,34.395 L35.339,38.503 C35.838,39.002 36.493,39.252 37.149,39.252 C37.805,39.252 38.46,39.002 38.959,38.503 C39.956,37.506 39.958,35.884 38.964,34.887 L34.759,30.662 Z M30.254,24.945 L29.065,26.553 C28.309,25.994 27.246,26.155 26.691,26.905 C26.42,27.27 26.309,27.717 26.375,28.165 C26.441,28.613 26.679,29.009 27.043,29.278 L25.852,30.886 C25.059,30.298 24.542,29.436 24.397,28.459 C24.252,27.483 24.495,26.507 25.083,25.714 C26.298,24.076 28.617,23.733 30.254,24.945 L30.254,24.945 Z M39.76,25.443 C39.76,28.56 38.066,30.161 36.647,30.956 L35.67,29.21 C37.057,28.435 37.76,27.167 37.76,25.443 C37.76,22.107 34.975,21.274 33.777,21.07 C33.511,21.025 33.273,20.872 33.12,20.649 C32.984,20.45 32.926,20.211 32.951,19.975 C32.778,18.01 31.664,17.128 30.619,17.128 C29.969,17.128 29.355,17.453 28.935,18.02 C28.714,18.316 28.351,18.463 27.983,18.413 C27.619,18.359 27.314,18.108 27.19,17.76 C26.757,16.55 26.136,15.535 25.344,14.742 C24.378,13.777 21.73,11.704 17.991,13.283 C15.838,14.191 14.151,16.81 14.151,19.245 C14.151,19.52 14.167,19.794 14.199,20.059 C14.233,20.342 14.144,20.627 13.954,20.841 C13.809,21.004 13.615,21.114 13.403,21.157 C12.161,21.484 10.133,22.467 10.133,25.399 C10.133,27.642 11.355,28.878 12.38,29.52 C12.694,29.72 13.066,29.826 13.458,29.83 L20.244,29.837 L20.242,31.837 L13.446,31.83 C12.671,31.822 11.936,31.609 11.312,31.211 C10.128,30.47 8.133,28.724 8.133,25.399 C8.133,22.576 9.619,20.408 12.154,19.458 C12.152,19.387 12.151,19.317 12.151,19.245 C12.151,16.012 14.327,12.656 17.213,11.441 C20.587,10.017 24.153,10.723 26.758,13.328 C27.444,14.015 28.025,14.822 28.494,15.741 C29.129,15.344 29.858,15.128 30.619,15.128 C32.41,15.128 34.417,16.429 34.877,19.266 C37.36,19.936 39.76,21.842 39.76,25.443 L39.76,25.443 Z M43.827,39.38 C43.827,41.832 41.832,43.827 39.379,43.827 L8.448,43.827 C5.995,43.827 4,41.832 4,39.38 L4,8.448 C4,5.995 5.995,4 8.448,4 L39.379,4 C41.832,4 43.827,5.995 43.827,8.448 L43.827,39.38 Z M39.379,2 L8.448,2 C4.893,2 2,4.893 2,8.448 L2,39.38 C2,42.935 4.893,45.827 8.448,45.827 L39.379,45.827 C42.935,45.827 45.827,42.935 45.827,39.38 L45.827,8.448 C45.827,4.893 42.935,2 39.379,2 L39.379,2 Z" id="Amazon-EC2-Instance-with-CloudWatch_Resource-Icon_light-bg" style="fill:#ED7100;" /> </g > </svg > </y:Resource>
<y:Resource id="39" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="48px" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 48 48" height="48px" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.1" > <title >Icon-Resource/Compute/Res_Amazon-EC2_Instance_48</title > <g id="Icon-Resource/Compute/Res_Amazon-EC2_Instance_48" style="fill:none; stroke-width:1; fill-rule:evenodd; stroke:none;" > <path d="M9,39 L39,39 L39,9 L9,9 L9,39 Z M46,13 L46,11 L41,11 L41,8 C41,7.448 40.552,7 40,7 L37,7 L37,2 L35,2 L35,7 L31,7 L31,2 L29,2 L29,7 L25,7 L25,2 L23,2 L23,7 L19,7 L19,2 L17,2 L17,7 L13,7 L13,2 L11,2 L11,7 L8,7 C7.447,7 7,7.448 7,8 L7,11 L2,11 L2,13 L7,13 L7,17 L2,17 L2,19 L7,19 L7,23 L2,23 L2,25 L7,25 L7,29 L2,29 L2,31 L7,31 L7,35 L2,35 L2,37 L7,37 L7,40 C7,40.553 7.447,41 8,41 L11,41 L11,46 L13,46 L13,41 L17,41 L17,46 L19,46 L19,41 L23,41 L23,46 L25,46 L25,41 L29,41 L29,46 L31,46 L31,41 L35,41 L35,46 L37,46 L37,41 L40,41 C40.552,41 41,40.553 41,40 L41,37 L46,37 L46,35 L41,35 L41,31 L46,31 L46,29 L41,29 L41,25 L46,25 L46,23 L41,23 L41,19 L46,19 L46,17 L41,17 L41,13 L46,13 Z" id="Amazon-EC2-Instance_Resource-Icon_light-bg" style="fill:#ED7100;" /> </g > </svg > </y:Resource>
<y:Resource id="40" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="48px" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 48 48" height="48px" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.1" > <title >Icon-Resource/Compute/Res_Amazon-EC2_Instances_48</title > <g id="Icon-Resource/Compute/Res_Amazon-EC2_Instances_48" style="fill:none; stroke-width:1; fill-rule:evenodd; stroke:none;" > <path d="M4.131,22.96 L9.986,22.96 L9.986,24.96 L4.131,24.96 C2.956,24.96 2,24.004 2,22.829 L2,4.131 C2,2.956 2.956,2 4.131,2 L22.829,2 C24.004,2 24.96,2.956 24.96,4.131 L24.96,10.86 L22.96,10.86 L22.96,4.131 C22.96,4.059 22.902,4 22.829,4 L4.131,4 C4.059,4 4,4.059 4,4.131 L4,22.829 C4,22.901 4.059,22.96 4.131,22.96 L4.131,22.96 Z M13.737,33.44 L21.279,33.44 L21.279,35.44 L13.737,35.44 C12.563,35.44 11.607,34.484 11.607,33.31 L11.607,14.61 C11.607,13.436 12.563,12.48 13.737,12.48 L32.436,12.48 C33.61,12.48 34.567,13.436 34.567,14.61 L34.567,21.34 L32.567,21.34 L32.567,14.61 C32.567,14.538 32.508,14.48 32.436,14.48 L13.737,14.48 C13.665,14.48 13.607,14.538 13.607,14.61 L13.607,33.31 C13.607,33.382 13.665,33.44 13.737,33.44 L13.737,33.44 Z M43.85,43.92 L24.96,43.85 L24.96,25.091 C24.96,25.019 25.019,24.96 25.091,24.96 L43.789,24.96 C43.861,24.96 43.92,25.019 43.92,25.091 L43.85,43.92 Z M43.789,22.96 L25.091,22.96 C23.916,22.96 22.96,23.916 22.96,25.091 L22.96,43.85 C22.96,44.991 23.889,45.92 25.03,45.92 L43.85,45.92 C44.991,45.92 45.92,44.991 45.92,43.85 L45.92,25.091 C45.92,23.916 44.964,22.96 43.789,22.96 L43.789,22.96 Z" id="Amazon-EC2-Instances_Resource-Icon_light-bg" style="fill:#ED7100;" /> </g > </svg > </y:Resource>
<y:Resource id="41" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="48px" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 48 48" height="48px" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.1" > <title >Icon-Resource/Compute/Res_Amazon-EC2_Rescue_48</title > <g id="Icon-Resource/Compute/Res_Amazon-EC2_Rescue_48" style="fill:none; stroke-width:1; fill-rule:evenodd; stroke:none;" > <path d="M31.073,26.453 L39.553,26.453 L39.553,21.467 L31.073,21.467 L31.073,26.453 Z M28.453,36.367 L28.453,32.09 C29.989,31.241 31.243,29.987 32.091,28.453 L36.367,28.453 C35.041,32.115 32.116,35.04 28.453,36.367 L28.453,36.367 Z M21.467,39.554 L26.453,39.554 L26.453,31.074 L21.467,31.074 L21.467,39.554 Z M11.553,28.453 L15.831,28.453 C16.678,29.987 17.933,31.242 19.466,32.09 L19.466,36.367 C15.805,35.04 12.881,32.115 11.553,28.453 L11.553,28.453 Z M8.367,26.453 L16.846,26.453 L16.846,21.467 L8.367,21.467 L8.367,26.453 Z M19.466,11.553 L19.466,15.83 C17.933,16.677 16.679,17.931 15.83,19.467 L11.553,19.467 C12.88,15.805 15.804,12.879 19.466,11.553 L19.466,11.553 Z M21.466,16.846 L26.452,16.846 L26.452,8.366 L21.466,8.366 L21.466,16.846 Z M28.388,29.75 C28.253,29.359 27.891,29.073 27.453,29.073 L20.466,29.073 C20.029,29.073 19.668,29.359 19.532,29.75 C19.019,29.359 18.562,28.902 18.17,28.388 C18.561,28.253 18.846,27.892 18.846,27.453 L18.846,20.467 C18.846,20.029 18.561,19.667 18.17,19.532 C18.562,19.019 19.019,18.562 19.532,18.17 C19.668,18.562 20.029,18.847 20.466,18.847 L27.453,18.847 C27.891,18.847 28.253,18.562 28.388,18.169 C28.901,18.562 29.359,19.019 29.751,19.531 C29.359,19.667 29.073,20.029 29.073,20.467 L29.073,27.453 C29.073,27.892 29.359,28.253 29.751,28.388 C29.359,28.901 28.901,29.359 28.388,29.75 L28.388,29.75 Z M36.367,19.467 L32.091,19.467 C31.243,17.931 29.987,16.677 28.453,15.83 L28.453,11.553 C32.116,12.879 35.041,15.804 36.367,19.467 L36.367,19.467 Z M40.553,19.467 L38.498,19.467 C37.031,14.7 33.22,10.889 28.453,9.423 L28.453,7.366 C28.453,6.814 28.006,6.366 27.453,6.366 L20.466,6.366 C19.914,6.366 19.466,6.814 19.466,7.366 L19.466,9.423 C14.701,10.89 10.89,14.699 9.423,19.467 L7.367,19.467 C6.814,19.467 6.367,19.914 6.367,20.467 L6.367,27.453 C6.367,28.006 6.814,28.453 7.367,28.453 L9.424,28.453 C10.89,33.22 14.701,37.029 19.466,38.497 L19.466,40.554 C19.466,41.107 19.914,41.554 20.466,41.554 L27.453,41.554 C28.006,41.554 28.453,41.107 28.453,40.554 L28.453,38.497 C33.22,37.03 37.03,33.22 38.497,28.453 L40.553,28.453 C41.106,28.453 41.553,28.006 41.553,27.453 L41.553,20.467 C41.553,19.914 41.106,19.467 40.553,19.467 L40.553,19.467 Z M43.92,39.472 C43.92,41.925 41.925,43.92 39.472,43.92 L8.448,43.92 C5.995,43.92 4,41.925 4,39.472 L4,8.447 C4,5.995 5.995,4 8.448,4 L39.472,4 C41.925,4 43.92,5.995 43.92,8.447 L43.92,39.472 Z M39.472,2 L8.448,2 C4.892,2 2,4.893 2,8.447 L2,39.472 C2,43.028 4.892,45.92 8.448,45.92 L39.472,45.92 C43.027,45.92 45.92,43.028 45.92,39.472 L45.92,8.447 C45.92,4.893 43.027,2 39.472,2 L39.472,2 Z" id="Amazon-EC2-Rescue_Resource-Icon_light-bg" style="fill:#ED7100;" /> </g > </svg > </y:Resource>
<y:Resource id="42" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="48px" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 48 48" height="48px" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.1" > <title >Icon-Resource/Compute/Res_Amazon-EC2_Spot-Instance_48</title > <g id="Icon-Resource/Compute/Res_Amazon-EC2_Spot-Instance_48" style="fill:none; stroke-width:1; fill-rule:evenodd; stroke:none;" > <path d="M3.675,24.96 L2,24.96 L2,22.96 L3.675,22.96 C3.864,19.016 5.161,15.264 7.481,12.061 L9.1,13.232 C7.03,16.093 5.863,19.439 5.675,22.96 L7.271,22.96 L7.271,24.96 L5.675,24.96 C5.863,28.481 7.03,31.827 9.101,34.689 L7.48,35.86 C5.161,32.656 3.864,28.904 3.675,24.96 L3.675,24.96 Z M35.861,40.44 C32.657,42.761 28.906,44.057 24.96,44.246 L24.96,45.862 L22.96,45.862 L22.96,44.246 C19.016,44.057 15.265,42.761 12.061,40.44 L13.233,38.821 C16.094,40.892 19.44,42.059 22.96,42.246 L22.96,40.649 L24.96,40.649 L24.96,42.246 C28.482,42.059 31.828,40.892 34.689,38.821 L35.861,40.44 Z M12.061,7.481 C15.265,5.16 19.016,3.864 22.96,3.674 L22.96,2 L24.96,2 L24.96,3.674 C28.906,3.864 32.657,5.16 35.861,7.481 L34.689,9.1 C31.828,7.029 28.482,5.862 24.96,5.674 L24.96,7.271 L22.96,7.271 L22.96,5.674 C19.44,5.862 16.094,7.029 13.233,9.1 L12.061,7.481 Z M45.92,24.96 L44.247,24.96 C44.057,28.904 42.761,32.656 40.442,35.86 L38.821,34.689 C40.892,31.827 42.059,28.481 42.247,24.96 L40.65,24.96 L40.65,22.96 L42.247,22.96 C42.059,19.439 40.892,16.093 38.821,13.232 L40.441,12.061 C42.761,15.264 44.057,19.016 44.247,22.96 L45.92,22.96 L45.92,24.96 Z M35.551,10.956 L41.699,4.807 L43.113,6.221 L36.965,12.37 L35.551,10.956 Z M12.37,36.965 L6.221,43.113 L4.807,41.699 L10.956,35.551 L12.37,36.965 Z M31.695,30.28 L43.113,41.699 L41.699,43.113 L30.28,31.694 L31.695,30.28 Z M16.226,17.64 L4.807,6.221 L6.221,4.807 L17.64,16.226 L16.226,17.64 Z M33.501,22.96 L33.501,14.419 L24.96,14.419 L24.96,16.904 L22.96,16.904 L22.96,13.827 C22.96,13.051 23.592,12.419 24.368,12.419 L34.093,12.419 C34.869,12.419 35.501,13.051 35.501,13.827 L35.501,23.552 C35.501,24.328 34.869,24.96 34.093,24.96 L30.987,24.96 L30.987,22.96 L33.501,22.96 Z M14.42,24.96 L14.42,33.501 L22.96,33.501 L22.96,30.987 L24.96,30.987 L24.96,34.093 C24.96,34.869 24.328,35.501 23.552,35.501 L13.828,35.501 C13.052,35.501 12.42,34.869 12.42,34.093 L12.42,24.368 C12.42,23.592 13.052,22.96 13.828,22.96 L16.933,22.96 L16.933,24.96 L14.42,24.96 Z M19.69,28.231 L28.231,28.231 L28.231,19.69 L19.69,19.69 L19.69,28.231 Z M30.231,28.579 L30.231,19.341 C30.231,18.431 29.489,17.689 28.579,17.689 L19.341,17.689 C18.431,17.689 17.69,18.431 17.69,19.341 L17.69,28.579 C17.69,29.489 18.431,30.231 19.341,30.231 L28.579,30.231 C29.489,30.231 30.231,29.489 30.231,28.579 L30.231,28.579 Z" id="Amazon-EC2-Spot-Instance_Resource-Icon_light-bg" style="fill:#ED7100;" /> </g > </svg > </y:Resource>
</y:Resources>
</data>
</graphml>