diff --git a/demos/architecture.html b/demos/architecture.html index 32edb6f1d..163afff0a 100644 --- a/demos/architecture.html +++ b/demos/architecture.html @@ -226,6 +226,17 @@
+

AWS Icon Demo

+
+    architecture
+      service s3(s3)[Cloud Store]
+      service ec2(ec2)[Server]
+      service wave(wavelength)[Wave]
+
+      s3 L--R ec2
+      s3 T--B wave
+  
+