Last active
December 30, 2019 03:27
-
-
Save nabinno/5cb0f310da64992399203af52b498faa to your computer and use it in GitHub Desktop.
Revisions
-
nabinno renamed this gist
Dec 30, 2019 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
nabinno created this gist
Dec 30, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,41 @@  ```uml skinparam monochrome true skinparam backgroundColor #EEEEEE actor User as U control VPC as V participant CloudWatchLogs as CL actor Lambda as L actor Kibana as K participant Elasticsearch as E U -> V: request activate U activate V V -> U: response V -> CL: |Flow Log|\nsend deactivate V activate CL CL -> L: execute activate L L -> E activate E L -> CL deactivate L deactivate CL U -> V: request activate V V -> K activate K K <-> E deactivate E K -> V deactivate K V -> U: response deactivate V ```