{"templateId":"markdown","versions":[{"version":"v1.39","label":"v1.39 STS","link":"/products/custody/deployment/integrate-kms/mpc/aws-deployment","default":true,"active":true,"folderId":"c15a2701"},{"version":"v1.38","label":"v1.38 STS","link":"/products/custody/v1.38/deployment/integrate-kms/mpc/aws-deployment","default":false,"active":false,"folderId":"c15a2701"},{"version":"v1.34","label":"v1.34 LTS","link":"/products/custody/v1.34/deployment/integrate-kms/mpc/aws-deployment","default":false,"active":false,"folderId":"c15a2701"},{"version":"v1.26","label":"v1.26 LTS","link":"/products/custody/v1.26/deployment/integrate-kms/mpc/aws-deployment","default":false,"active":false,"folderId":"c15a2701"},{"version":"v1.19","label":"v1.19 LTS","link":"/products/custody/v1.19/deployment/integrate-kms/mpc/aws-deployment","default":false,"active":false,"folderId":"c15a2701"},{"version":"v1.15","label":"v1.15 LTS","link":"/products/custody/v1.15/deployment/integrate-kms/mpc/aws-deployment","default":false,"active":false,"folderId":"c15a2701"}],"sharedDataIds":{"sidebar":"sidebar-products/custody/@v1.15/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":["admonition"]},"type":"markdown"},"seo":{"title":"MPC deployment on AWS","description":"User guides, API reference, and support resources.","siteUrl":"https://docs.ripple.com","lang":"en-US","llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"mpc-deployment-on-aws","__idx":0},"children":["MPC deployment on AWS"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This guide covers deploying customer MPC nodes (Node 2 and Node 3) to AWS using the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["MPC Deployer"]}," tool."]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Prerequisites:"]}," Review the ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/custody/deployment/integrate-kms/mpc/overview"},"children":["MPC overview"]}," to understand the architecture, shared responsibility model, and node ownership before proceeding."]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"overview","__idx":1},"children":["Overview"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The MPC Deployer automates the deployment of customer MPC nodes to ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["AWS Nitro Enclaves"]},", providing hardware-based isolation for key material."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"what-gets-deployed","__idx":2},"children":["What gets deployed"]},{"$$mdtype":"Tag","name":"Diagram","attributes":{"data-language":"mermaid","diagramType":"mermaid","diagramSource":"flowchart TB\n    subgraph aws[\"AWS Account (Customer)\"]\n        subgraph vpc[\"VPC\"]\n            subgraph pub1[\"Public Subnet 1\"]\n                nat1[\"NAT Gateway 1\"]\n            end\n            subgraph pub2[\"Public Subnet 2\"]\n                nat2[\"NAT Gateway 2\"]\n            end\n            subgraph priv1[\"Private Subnet 1 (AZ1)\"]\n                ec2_1[\"EC2 Nitro Instance<br/>MPC Node 2\"]\n            end\n            subgraph priv2[\"Private Subnet 2 (AZ2)\"]\n                ec2_2[\"EC2 Nitro Instance<br/>MPC Node 3\"]\n            end\n        end\n        igw[\"Internet Gateway\"]\n        s3[\"S3 Bucket<br/>Enclave Config\"]\n        secrets[\"Secrets Manager<br/>Keys & Config\"]\n        cw[\"CloudWatch<br/>Logs\"]\n    end\n\n    igw --> nat1\n    igw --> nat2\n    nat1 --> ec2_1\n    nat2 --> ec2_2\n    ec2_1 --> s3\n    ec2_2 --> s3\n    ec2_1 --> secrets\n    ec2_2 --> secrets\n    ec2_1 --> cw\n    ec2_2 --> cw\n\n    style aws fill:#fff3e0,stroke:#ef6c00\n    style vpc fill:#e3f2fd,stroke:#1565c0\n    style ec2_1 fill:#e8f5e9,stroke:#2e7d32\n    style ec2_2 fill:#e8f5e9,stroke:#2e7d32\n","diagramHtml":"<svg id=\"diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"flowchart\" style=\"max-width: 1282.25px;\" viewBox=\"0 0 1282.25 539\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810{font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;font-size:16px;fill:#333;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .error-icon{fill:#552222;}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .error-text{fill:#552222;stroke:#552222;}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .edge-thickness-normal{stroke-width:1px;}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .edge-thickness-thick{stroke-width:3.5px;}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .edge-pattern-solid{stroke-dasharray:0;}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .edge-pattern-dashed{stroke-dasharray:3;}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .edge-pattern-dotted{stroke-dasharray:2;}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .marker{fill:#333333;stroke:#333333;}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .marker.cross{stroke:#333333;}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 svg{font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;font-size:16px;}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 p{margin:0;}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .label{font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;color:#333;}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .cluster-label text{fill:#333;}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .cluster-label span{color:#333;}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .cluster-label span p{background-color:transparent;}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .label text,#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 span{fill:#333;color:#333;}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .node rect,#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .node circle,#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .node ellipse,#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .node polygon,#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .node path{fill:#ECECFF;stroke:#9370DB;stroke-width:1px;}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .rough-node .label text,#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .node .label text,#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .image-shape .label,#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .icon-shape .label{text-anchor:middle;}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .rough-node .label,#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .node .label,#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .image-shape .label,#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .icon-shape .label{text-align:center;}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .node.clickable{cursor:pointer;}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .root .anchor path{fill:#333333!important;stroke-width:0;stroke:#333333;}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .arrowheadPath{fill:#333333;}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .edgePath .path{stroke:#333333;stroke-width:1px;}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .flowchart-link{stroke:#333333;fill:none;}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .edgeLabel{background-color:rgba(232,232,232, 0.8);text-align:center;}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .edgeLabel p{background-color:rgba(232,232,232, 0.8);}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .edgeLabel rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .labelBkg{background-color:rgba(232, 232, 232, 0.5);}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .cluster rect{fill:#ffffde;stroke:#aaaa33;stroke-width:1px;}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .cluster text{fill:#333;}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .cluster span{color:#333;}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;font-size:12px;background:hsl(80, 100%, 96.2745098039%);border:1px solid #aaaa33;border-radius:2px;pointer-events:none;z-index:100;}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#333;}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 rect.text{fill:none;stroke-width:0;}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .icon-shape,#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .image-shape{background-color:rgba(232,232,232, 0.8);text-align:center;}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .icon-shape p,#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .image-shape p{background-color:rgba(232,232,232, 0.8);padding:2px;}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .icon-shape .label rect,#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .image-shape .label rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 .node .neo-node{stroke:#9370DB;}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 [data-look=\"neo\"].node rect,#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 [data-look=\"neo\"].cluster rect,#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 [data-look=\"neo\"].node polygon{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 [data-look=\"neo\"].swimlane.cluster rect{filter:none;}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 [data-look=\"neo\"].node path{stroke:#9370DB;stroke-width:1px;}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 [data-look=\"neo\"].node .outer-path{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 [data-look=\"neo\"].node .neo-line path{stroke:#9370DB;filter:none;}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 [data-look=\"neo\"].node circle{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 [data-look=\"neo\"].icon-shape .icon{fill:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 [data-look=\"neo\"].icon-shape .icon-neo path{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;}#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;}</style><g><marker id=\"diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810_flowchart-v2-pointEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 0 L 10 5 L 0 10 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810_flowchart-v2-pointStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"4.5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 5 L 10 10 L 10 0 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810_flowchart-v2-pointEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"11.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"10.5\" markerHeight=\"14\" orient=\"auto\"><path d=\"M 0 0 L 11.5 7 L 0 14 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810_flowchart-v2-pointStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"1\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11.5\" markerHeight=\"14\" orient=\"auto\"><polygon points=\"0,7 11.5,14 11.5,0\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></polygon></marker><marker id=\"diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810_flowchart-v2-circleEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"11\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810_flowchart-v2-circleStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-1\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810_flowchart-v2-circleEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refY=\"5\" refX=\"12.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810_flowchart-v2-circleStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-2\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810_flowchart-v2-crossEnd\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"12\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810_flowchart-v2-crossStart\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"-1\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810_flowchart-v2-crossEnd-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"17.7\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5;\"></path></marker><marker id=\"diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810_flowchart-v2-crossStart-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"-3.5\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5; stroke-dasharray: 1, 0;\"></path></marker><g class=\"root\"><g class=\"clusters\"></g><g class=\"edgePaths\"></g><g class=\"edgeLabels\"></g><g class=\"nodes\"><g class=\"root\" transform=\"translate(0, 0)\"><g class=\"clusters\"><g class=\"cluster\" id=\"diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810-aws\" data-look=\"classic\"><rect style=\"fill:#fff3e0 !important;stroke:#ef6c00 !important\" x=\"8\" y=\"8\" width=\"1266.25\" height=\"523\"></rect><g class=\"cluster-label\" transform=\"translate(548.9140625, 8)\"><foreignObject width=\"184.421875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5;\"><span class=\"nodeLabel\"><p>AWS Account (Customer)</p></span></div></foreignObject></g></g><g class=\"cluster\" id=\"diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810-vpc\" data-look=\"classic\"><rect style=\"fill:#e3f2fd !important;stroke:#1565c0 !important\" x=\"308.796875\" y=\"28\" width=\"668.609375\" height=\"483\"></rect><g class=\"cluster-label\" transform=\"translate(628.4765625, 28)\"><foreignObject width=\"29.25\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5;\"><span class=\"nodeLabel\"><p>VPC</p></span></div></foreignObject></g></g><g class=\"cluster\" id=\"diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810-priv2\" data-look=\"classic\"><rect style=\"\" x=\"667.9375\" y=\"283\" width=\"271.96875\" height=\"208\"></rect><g class=\"cluster-label\" transform=\"translate(721.875, 283)\"><foreignObject width=\"164.09375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5;\"><span class=\"nodeLabel\"><p>Private Subnet 2 (AZ2)</p></span></div></foreignObject></g></g><g class=\"cluster\" id=\"diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810-priv1\" data-look=\"classic\"><rect style=\"\" x=\"667.9375\" y=\"48\" width=\"271.96875\" height=\"215\"></rect><g class=\"cluster-label\" transform=\"translate(721.875, 48)\"><foreignObject width=\"164.09375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5;\"><span class=\"nodeLabel\"><p>Private Subnet 1 (AZ1)</p></span></div></foreignObject></g></g><g class=\"cluster\" id=\"diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810-pub2\" data-look=\"classic\"><rect style=\"\" x=\"346.296875\" y=\"311\" width=\"246.640625\" height=\"124\"></rect><g class=\"cluster-label\" transform=\"translate(411.9765625, 311)\"><foreignObject width=\"115.28125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5;\"><span class=\"nodeLabel\"><p>Public Subnet 2</p></span></div></foreignObject></g></g><g class=\"cluster\" id=\"diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810-pub1\" data-look=\"classic\"><rect style=\"\" x=\"346.296875\" y=\"120\" width=\"246.640625\" height=\"124\"></rect><g class=\"cluster-label\" transform=\"translate(411.9765625, 120)\"><foreignObject width=\"115.28125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5;\"><span class=\"nodeLabel\"><p>Public Subnet 1</p></span></div></foreignObject></g></g></g><g class=\"edgePaths\"><path d=\"M176.293,252L192.127,240.333C207.961,228.667,239.629,205.333,261.713,193.667C283.797,182,296.297,182,308.797,182C321.297,182,333.797,182,345.63,182C357.464,182,368.63,182,374.214,182L379.797,182\" id=\"diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810-L_igw_nat1_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_igw_nat1_0\" data-points=\"W3sieCI6MTc2LjI5Mjg0NzkzODE0NDMyLCJ5IjoyNTJ9LHsieCI6MjcxLjI5Njg3NSwieSI6MTgyfSx7IngiOjMwOC43OTY4NzUsInkiOjE4Mn0seyJ4IjozNDYuMjk2ODc1LCJ5IjoxODJ9LHsieCI6MzgzLjc5Njg3NSwieSI6MTgyfV0=\" data-look=\"classic\" marker-end=\"url(#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810_flowchart-v2-pointEnd)\"></path><path d=\"M177.462,306L193.101,317.167C208.741,328.333,240.019,350.667,261.908,361.833C283.797,373,296.297,373,308.797,373C321.297,373,333.797,373,345.63,373C357.464,373,368.63,373,374.214,373L379.797,373\" id=\"diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810-L_igw_nat2_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_igw_nat2_0\" data-points=\"W3sieCI6MTc3LjQ2MjM1MDM5ODkzNjE3LCJ5IjozMDZ9LHsieCI6MjcxLjI5Njg3NSwieSI6MzczfSx7IngiOjMwOC43OTY4NzUsInkiOjM3M30seyJ4IjozNDYuMjk2ODc1LCJ5IjozNzN9LHsieCI6MzgzLjc5Njg3NSwieSI6MzczfV0=\" data-look=\"classic\" marker-end=\"url(#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810_flowchart-v2-pointEnd)\"></path><path d=\"M555.438,182L561.688,182C567.938,182,580.438,182,592.938,182C605.438,182,617.938,182,630.438,182C642.938,182,655.438,182,667.271,182C679.104,182,690.271,182,695.854,182L701.438,182\" id=\"diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810-L_nat1_ec2_1_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_nat1_ec2_1_0\" data-points=\"W3sieCI6NTU1LjQzNzUsInkiOjE4Mn0seyJ4Ijo1OTIuOTM3NSwieSI6MTgyfSx7IngiOjYzMC40Mzc1LCJ5IjoxODJ9LHsieCI6NjY3LjkzNzUsInkiOjE4Mn0seyJ4Ijo3MDUuNDM3NSwieSI6MTgyfV0=\" data-look=\"classic\" marker-end=\"url(#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810_flowchart-v2-pointEnd)\"></path><path d=\"M555.438,373L561.688,373C567.938,373,580.438,373,592.938,373C605.438,373,617.938,373,630.438,373C642.938,373,655.438,373,667.271,373C679.104,373,690.271,373,695.854,373L701.438,373\" id=\"diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810-L_nat2_ec2_2_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_nat2_ec2_2_0\" data-points=\"W3sieCI6NTU1LjQzNzUsInkiOjM3M30seyJ4Ijo1OTIuOTM3NSwieSI6MzczfSx7IngiOjYzMC40Mzc1LCJ5IjozNzN9LHsieCI6NjY3LjkzNzUsInkiOjM3M30seyJ4Ijo3MDUuNDM3NSwieSI6MzczfV0=\" data-look=\"classic\" marker-end=\"url(#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810_flowchart-v2-pointEnd)\"></path><path d=\"M860.341,143L873.602,133.833C886.863,124.667,913.384,106.333,932.895,97.167C952.406,88,964.906,88,977.406,88C989.906,88,1002.406,88,1015.598,89.606C1028.79,91.212,1042.673,94.424,1049.614,96.03L1056.556,97.636\" id=\"diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810-L_ec2_1_s3_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_ec2_1_s3_0\" data-points=\"W3sieCI6ODYwLjM0MDkyNDIwMjEyNzcsInkiOjE0M30seyJ4Ijo5MzkuOTA2MjUsInkiOjg4fSx7IngiOjk3Ny40MDYyNSwieSI6ODh9LHsieCI6MTAxNC45MDYyNSwieSI6ODh9LHsieCI6MTA2MC40NTMxMjUsInkiOjk4LjUzNzQxNDE0NjI4MjY5fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810_flowchart-v2-pointEnd)\"></path><path d=\"M902.406,349.1L908.656,347.584C914.906,346.067,927.406,343.033,939.906,319.017C952.406,295,964.906,250,977.406,227.5C989.906,205,1002.406,205,1020.026,197.371C1037.647,189.743,1060.387,174.486,1071.757,166.857L1083.128,159.229\" id=\"diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810-L_ec2_2_s3_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_ec2_2_s3_0\" data-points=\"W3sieCI6OTAyLjQwNjI1LCJ5IjozNDkuMTAwMzEwMjM3ODQ5MDR9LHsieCI6OTM5LjkwNjI1LCJ5IjozNDB9LHsieCI6OTc3LjQwNjI1LCJ5IjoyMDV9LHsieCI6MTAxNC45MDYyNSwieSI6MjA1fSx7IngiOjEwODYuNDQ5MzUzNDQ4Mjc1OCwieSI6MTU3fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810_flowchart-v2-pointEnd)\"></path><path d=\"M902.406,153.031L908.656,151.192C914.906,149.354,927.406,145.677,939.906,157.672C952.406,169.667,964.906,197.333,977.406,211.167C989.906,225,1002.406,225,1014.286,227.214C1026.165,229.428,1037.425,233.856,1043.054,236.071L1048.684,238.285\" id=\"diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810-L_ec2_1_secrets_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_ec2_1_secrets_0\" data-points=\"W3sieCI6OTAyLjQwNjI1LCJ5IjoxNTMuMDMwNjc5MDc2MTgwNjN9LHsieCI6OTM5LjkwNjI1LCJ5IjoxNDJ9LHsieCI6OTc3LjQwNjI1LCJ5IjoyMjV9LHsieCI6MTAxNC45MDYyNSwieSI6MjI1fSx7IngiOjEwNTIuNDA2MjUsInkiOjIzOS43NDg3NjQ5MTE0MzUxfV0=\" data-look=\"classic\" marker-end=\"url(#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810_flowchart-v2-pointEnd)\"></path><path d=\"M902.406,402.694L908.656,404.578C914.906,406.462,927.406,410.231,939.906,398.616C952.406,387,964.906,360,977.406,346.5C989.906,333,1002.406,333,1014.871,330.268C1027.335,327.537,1039.764,322.073,1045.979,319.341L1052.193,316.61\" id=\"diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810-L_ec2_2_secrets_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_ec2_2_secrets_0\" data-points=\"W3sieCI6OTAyLjQwNjI1LCJ5Ijo0MDIuNjkzNTUzOTQ2OTE0ODV9LHsieCI6OTM5LjkwNjI1LCJ5Ijo0MTR9LHsieCI6OTc3LjQwNjI1LCJ5IjozMzN9LHsieCI6MTAxNC45MDYyNSwieSI6MzMzfSx7IngiOjEwNTUuODU1MjYzMTU3ODk0OCwieSI6MzE1fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810_flowchart-v2-pointEnd)\"></path><path d=\"M902.406,206.624L908.656,208.187C914.906,209.749,927.406,212.875,939.906,237.271C952.406,261.667,964.906,307.333,977.406,330.167C989.906,353,1002.406,353,1019.297,359.647C1036.188,366.294,1057.469,379.587,1068.11,386.234L1078.751,392.881\" id=\"diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810-L_ec2_1_cw_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_ec2_1_cw_0\" data-points=\"W3sieCI6OTAyLjQwNjI1LCJ5IjoyMDYuNjIzOTIyNzg1MjQ2NDZ9LHsieCI6OTM5LjkwNjI1LCJ5IjoyMTZ9LHsieCI6OTc3LjQwNjI1LCJ5IjozNTN9LHsieCI6MTAxNC45MDYyNSwieSI6MzUzfSx7IngiOjEwODIuMTQzNTE4NTE4NTE4NSwieSI6Mzk1fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810_flowchart-v2-pointEnd)\"></path><path d=\"M862.201,412L875.152,420.667C888.103,429.333,914.004,446.667,933.205,455.333C952.406,464,964.906,464,977.406,464C989.906,464,1002.406,464,1017.127,462.04C1031.847,460.081,1048.787,456.161,1057.258,454.202L1065.728,452.242\" id=\"diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810-L_ec2_2_cw_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_ec2_2_cw_0\" data-points=\"W3sieCI6ODYyLjIwMDg5Mjg1NzE0MjksInkiOjQxMn0seyJ4Ijo5MzkuOTA2MjUsInkiOjQ2NH0seyJ4Ijo5NzcuNDA2MjUsInkiOjQ2NH0seyJ4IjoxMDE0LjkwNjI1LCJ5Ijo0NjR9LHsieCI6MTA2OS42MjUsInkiOjQ1MS4zNDA2NDM0NTEwMTgyfV0=\" data-look=\"classic\" marker-end=\"url(#diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810_flowchart-v2-pointEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_igw_nat1_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_igw_nat2_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_nat1_ec2_1_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_nat2_ec2_2_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_ec2_1_s3_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_ec2_2_s3_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_ec2_1_secrets_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_ec2_2_secrets_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_ec2_1_cw_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_ec2_2_cw_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default\" id=\"diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810-flowchart-ec2_2-3\" data-look=\"classic\" transform=\"translate(803.921875, 373)\"><rect class=\"basic label-container\" style=\"fill:#e8f5e9 !important;stroke:#2e7d32 !important\" x=\"-98.484375\" y=\"-39\" width=\"196.96875\" height=\"78\"></rect><g class=\"label\" style=\"\" transform=\"translate(-68.484375, -24)\"><rect></rect><foreignObject width=\"136.96875\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>EC2 Nitro Instance<br>MPC Node 3</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810-flowchart-igw-4\" data-look=\"classic\" transform=\"translate(139.6484375, 279)\"><rect class=\"basic label-container\" style=\"\" x=\"-94.1484375\" y=\"-27\" width=\"188.296875\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-64.1484375, -12)\"><rect></rect><foreignObject width=\"128.296875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Internet Gateway</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810-flowchart-nat1-0\" data-look=\"classic\" transform=\"translate(469.6171875, 182)\"><rect class=\"basic label-container\" style=\"\" x=\"-85.8203125\" y=\"-27\" width=\"171.640625\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-55.8203125, -12)\"><rect></rect><foreignObject width=\"111.640625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>NAT Gateway 1</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810-flowchart-nat2-1\" data-look=\"classic\" transform=\"translate(469.6171875, 373)\"><rect class=\"basic label-container\" style=\"\" x=\"-85.8203125\" y=\"-27\" width=\"171.640625\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-55.8203125, -12)\"><rect></rect><foreignObject width=\"111.640625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>NAT Gateway 2</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810-flowchart-ec2_1-2\" data-look=\"classic\" transform=\"translate(803.921875, 182)\"><rect class=\"basic label-container\" style=\"fill:#e8f5e9 !important;stroke:#2e7d32 !important\" x=\"-98.484375\" y=\"-39\" width=\"196.96875\" height=\"78\"></rect><g class=\"label\" style=\"\" transform=\"translate(-68.484375, -24)\"><rect></rect><foreignObject width=\"136.96875\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>EC2 Nitro Instance<br>MPC Node 2</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810-flowchart-s3-5\" data-look=\"classic\" transform=\"translate(1144.578125, 118)\"><rect class=\"basic label-container\" style=\"\" x=\"-84.125\" y=\"-39\" width=\"168.25\" height=\"78\"></rect><g class=\"label\" style=\"\" transform=\"translate(-54.125, -24)\"><rect></rect><foreignObject width=\"108.25\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>S3 Bucket<br>Enclave Config</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810-flowchart-secrets-6\" data-look=\"classic\" transform=\"translate(1144.578125, 276)\"><rect class=\"basic label-container\" style=\"\" x=\"-92.171875\" y=\"-39\" width=\"184.34375\" height=\"78\"></rect><g class=\"label\" style=\"\" transform=\"translate(-62.171875, -24)\"><rect></rect><foreignObject width=\"124.34375\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Secrets Manager<br>Keys &amp; Config</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810-flowchart-cw-7\" data-look=\"classic\" transform=\"translate(1144.578125, 434)\"><rect class=\"basic label-container\" style=\"\" x=\"-74.953125\" y=\"-39\" width=\"149.90625\" height=\"78\"></rect><g class=\"label\" style=\"\" transform=\"translate(-44.953125, -24)\"><rect></rect><foreignObject width=\"89.90625\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>CloudWatch<br>Logs</p></span></div></foreignObject></g></g></g></g></g></g></g><defs><filter id=\"diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810-drop-shadow\" height=\"130%\" width=\"130%\"><feDropShadow dx=\"4\" dy=\"4\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#000000\"></feDropShadow></filter></defs><defs><filter id=\"diagram-f3c7e0650e3699a662d2f81b1f51481f85c525ee3086377123c6cc36f638f810-drop-shadow-small\" height=\"150%\" width=\"150%\"><feDropShadow dx=\"2\" dy=\"2\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#000000\"></feDropShadow></filter></defs></svg>","diagramHtmlDark":"<svg id=\"diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"flowchart\" style=\"max-width: 1282.25px;\" viewBox=\"0 0 1282.25 539\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922{font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;font-size:16px;fill:#ccc;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .error-icon{fill:#a44141;}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .error-text{fill:#ddd;stroke:#ddd;}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .edge-thickness-normal{stroke-width:1px;}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .edge-thickness-thick{stroke-width:3.5px;}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .edge-pattern-solid{stroke-dasharray:0;}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .edge-pattern-dashed{stroke-dasharray:3;}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .edge-pattern-dotted{stroke-dasharray:2;}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .marker{fill:lightgrey;stroke:lightgrey;}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .marker.cross{stroke:lightgrey;}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 svg{font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;font-size:16px;}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 p{margin:0;}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .label{font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;color:#ccc;}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .cluster-label text{fill:#F9FFFE;}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .cluster-label span{color:#F9FFFE;}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .cluster-label span p{background-color:transparent;}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .label text,#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 span{fill:#ccc;color:#ccc;}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .node rect,#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .node circle,#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .node ellipse,#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .node polygon,#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .node path{fill:#1f2020;stroke:#ccc;stroke-width:1px;}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .rough-node .label text,#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .node .label text,#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .image-shape .label,#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .icon-shape .label{text-anchor:middle;}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .rough-node .label,#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .node .label,#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .image-shape .label,#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .icon-shape .label{text-align:center;}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .node.clickable{cursor:pointer;}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .root .anchor path{fill:lightgrey!important;stroke-width:0;stroke:lightgrey;}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .arrowheadPath{fill:lightgrey;}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .edgePath .path{stroke:lightgrey;stroke-width:1px;}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .flowchart-link{stroke:lightgrey;fill:none;}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .edgeLabel{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .edgeLabel p{background-color:hsl(0, 0%, 34.4117647059%);}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .edgeLabel rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .labelBkg{background-color:rgba(87.75, 87.75, 87.75, 0.5);}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .cluster rect{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:rgba(255, 255, 255, 0.25);stroke-width:1px;}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .cluster text{fill:#F9FFFE;}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .cluster span{color:#F9FFFE;}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;font-size:12px;background:hsl(20, 1.5873015873%, 12.3529411765%);border:1px solid rgba(255, 255, 255, 0.25);border-radius:2px;pointer-events:none;z-index:100;}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#ccc;}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 rect.text{fill:none;stroke-width:0;}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .icon-shape,#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .image-shape{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .icon-shape p,#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .image-shape p{background-color:hsl(0, 0%, 34.4117647059%);padding:2px;}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .icon-shape .label rect,#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .image-shape .label rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 .node .neo-node{stroke:#ccc;}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 [data-look=\"neo\"].node rect,#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 [data-look=\"neo\"].cluster rect,#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 [data-look=\"neo\"].node polygon{stroke:url(#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 [data-look=\"neo\"].swimlane.cluster rect{filter:none;}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 [data-look=\"neo\"].node path{stroke:url(#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922-gradient);stroke-width:1px;}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 [data-look=\"neo\"].node .outer-path{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 [data-look=\"neo\"].node .neo-line path{stroke:#ccc;filter:none;}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 [data-look=\"neo\"].node circle{stroke:url(#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 [data-look=\"neo\"].icon-shape .icon{fill:url(#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 [data-look=\"neo\"].icon-shape .icon-neo path{stroke:url(#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;}#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;}</style><g><marker id=\"diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922_flowchart-v2-pointEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 0 L 10 5 L 0 10 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922_flowchart-v2-pointStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"4.5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 5 L 10 10 L 10 0 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922_flowchart-v2-pointEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"11.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"10.5\" markerHeight=\"14\" orient=\"auto\"><path d=\"M 0 0 L 11.5 7 L 0 14 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922_flowchart-v2-pointStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"1\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11.5\" markerHeight=\"14\" orient=\"auto\"><polygon points=\"0,7 11.5,14 11.5,0\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></polygon></marker><marker id=\"diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922_flowchart-v2-circleEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"11\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922_flowchart-v2-circleStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-1\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922_flowchart-v2-circleEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refY=\"5\" refX=\"12.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922_flowchart-v2-circleStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-2\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922_flowchart-v2-crossEnd\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"12\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922_flowchart-v2-crossStart\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"-1\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922_flowchart-v2-crossEnd-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"17.7\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5;\"></path></marker><marker id=\"diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922_flowchart-v2-crossStart-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"-3.5\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5; stroke-dasharray: 1, 0;\"></path></marker><g class=\"root\"><g class=\"clusters\"></g><g class=\"edgePaths\"></g><g class=\"edgeLabels\"></g><g class=\"nodes\"><g class=\"root\" transform=\"translate(0, 0)\"><g class=\"clusters\"><g class=\"cluster\" id=\"diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922-aws\" data-look=\"classic\"><rect style=\"fill:#fff3e0 !important;stroke:#ef6c00 !important\" x=\"8\" y=\"8\" width=\"1266.25\" height=\"523\"></rect><g class=\"cluster-label\" transform=\"translate(548.9140625, 8)\"><foreignObject width=\"184.421875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5;\"><span class=\"nodeLabel\"><p>AWS Account (Customer)</p></span></div></foreignObject></g></g><g class=\"cluster\" id=\"diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922-vpc\" data-look=\"classic\"><rect style=\"fill:#e3f2fd !important;stroke:#1565c0 !important\" x=\"308.796875\" y=\"28\" width=\"668.609375\" height=\"483\"></rect><g class=\"cluster-label\" transform=\"translate(628.4765625, 28)\"><foreignObject width=\"29.25\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5;\"><span class=\"nodeLabel\"><p>VPC</p></span></div></foreignObject></g></g><g class=\"cluster\" id=\"diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922-priv2\" data-look=\"classic\"><rect style=\"\" x=\"667.9375\" y=\"283\" width=\"271.96875\" height=\"208\"></rect><g class=\"cluster-label\" transform=\"translate(721.875, 283)\"><foreignObject width=\"164.09375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5;\"><span class=\"nodeLabel\"><p>Private Subnet 2 (AZ2)</p></span></div></foreignObject></g></g><g class=\"cluster\" id=\"diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922-priv1\" data-look=\"classic\"><rect style=\"\" x=\"667.9375\" y=\"48\" width=\"271.96875\" height=\"215\"></rect><g class=\"cluster-label\" transform=\"translate(721.875, 48)\"><foreignObject width=\"164.09375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5;\"><span class=\"nodeLabel\"><p>Private Subnet 1 (AZ1)</p></span></div></foreignObject></g></g><g class=\"cluster\" id=\"diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922-pub2\" data-look=\"classic\"><rect style=\"\" x=\"346.296875\" y=\"311\" width=\"246.640625\" height=\"124\"></rect><g class=\"cluster-label\" transform=\"translate(411.9765625, 311)\"><foreignObject width=\"115.28125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5;\"><span class=\"nodeLabel\"><p>Public Subnet 2</p></span></div></foreignObject></g></g><g class=\"cluster\" id=\"diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922-pub1\" data-look=\"classic\"><rect style=\"\" x=\"346.296875\" y=\"120\" width=\"246.640625\" height=\"124\"></rect><g class=\"cluster-label\" transform=\"translate(411.9765625, 120)\"><foreignObject width=\"115.28125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5;\"><span class=\"nodeLabel\"><p>Public Subnet 1</p></span></div></foreignObject></g></g></g><g class=\"edgePaths\"><path d=\"M176.293,252L192.127,240.333C207.961,228.667,239.629,205.333,261.713,193.667C283.797,182,296.297,182,308.797,182C321.297,182,333.797,182,345.63,182C357.464,182,368.63,182,374.214,182L379.797,182\" id=\"diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922-L_igw_nat1_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_igw_nat1_0\" data-points=\"W3sieCI6MTc2LjI5Mjg0NzkzODE0NDMyLCJ5IjoyNTJ9LHsieCI6MjcxLjI5Njg3NSwieSI6MTgyfSx7IngiOjMwOC43OTY4NzUsInkiOjE4Mn0seyJ4IjozNDYuMjk2ODc1LCJ5IjoxODJ9LHsieCI6MzgzLjc5Njg3NSwieSI6MTgyfV0=\" data-look=\"classic\" marker-end=\"url(#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922_flowchart-v2-pointEnd)\"></path><path d=\"M177.462,306L193.101,317.167C208.741,328.333,240.019,350.667,261.908,361.833C283.797,373,296.297,373,308.797,373C321.297,373,333.797,373,345.63,373C357.464,373,368.63,373,374.214,373L379.797,373\" id=\"diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922-L_igw_nat2_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_igw_nat2_0\" data-points=\"W3sieCI6MTc3LjQ2MjM1MDM5ODkzNjE3LCJ5IjozMDZ9LHsieCI6MjcxLjI5Njg3NSwieSI6MzczfSx7IngiOjMwOC43OTY4NzUsInkiOjM3M30seyJ4IjozNDYuMjk2ODc1LCJ5IjozNzN9LHsieCI6MzgzLjc5Njg3NSwieSI6MzczfV0=\" data-look=\"classic\" marker-end=\"url(#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922_flowchart-v2-pointEnd)\"></path><path d=\"M555.438,182L561.688,182C567.938,182,580.438,182,592.938,182C605.438,182,617.938,182,630.438,182C642.938,182,655.438,182,667.271,182C679.104,182,690.271,182,695.854,182L701.438,182\" id=\"diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922-L_nat1_ec2_1_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_nat1_ec2_1_0\" data-points=\"W3sieCI6NTU1LjQzNzUsInkiOjE4Mn0seyJ4Ijo1OTIuOTM3NSwieSI6MTgyfSx7IngiOjYzMC40Mzc1LCJ5IjoxODJ9LHsieCI6NjY3LjkzNzUsInkiOjE4Mn0seyJ4Ijo3MDUuNDM3NSwieSI6MTgyfV0=\" data-look=\"classic\" marker-end=\"url(#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922_flowchart-v2-pointEnd)\"></path><path d=\"M555.438,373L561.688,373C567.938,373,580.438,373,592.938,373C605.438,373,617.938,373,630.438,373C642.938,373,655.438,373,667.271,373C679.104,373,690.271,373,695.854,373L701.438,373\" id=\"diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922-L_nat2_ec2_2_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_nat2_ec2_2_0\" data-points=\"W3sieCI6NTU1LjQzNzUsInkiOjM3M30seyJ4Ijo1OTIuOTM3NSwieSI6MzczfSx7IngiOjYzMC40Mzc1LCJ5IjozNzN9LHsieCI6NjY3LjkzNzUsInkiOjM3M30seyJ4Ijo3MDUuNDM3NSwieSI6MzczfV0=\" data-look=\"classic\" marker-end=\"url(#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922_flowchart-v2-pointEnd)\"></path><path d=\"M860.341,143L873.602,133.833C886.863,124.667,913.384,106.333,932.895,97.167C952.406,88,964.906,88,977.406,88C989.906,88,1002.406,88,1015.598,89.606C1028.79,91.212,1042.673,94.424,1049.614,96.03L1056.556,97.636\" id=\"diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922-L_ec2_1_s3_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_ec2_1_s3_0\" data-points=\"W3sieCI6ODYwLjM0MDkyNDIwMjEyNzcsInkiOjE0M30seyJ4Ijo5MzkuOTA2MjUsInkiOjg4fSx7IngiOjk3Ny40MDYyNSwieSI6ODh9LHsieCI6MTAxNC45MDYyNSwieSI6ODh9LHsieCI6MTA2MC40NTMxMjUsInkiOjk4LjUzNzQxNDE0NjI4MjY5fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922_flowchart-v2-pointEnd)\"></path><path d=\"M902.406,349.1L908.656,347.584C914.906,346.067,927.406,343.033,939.906,319.017C952.406,295,964.906,250,977.406,227.5C989.906,205,1002.406,205,1020.026,197.371C1037.647,189.743,1060.387,174.486,1071.757,166.857L1083.128,159.229\" id=\"diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922-L_ec2_2_s3_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_ec2_2_s3_0\" data-points=\"W3sieCI6OTAyLjQwNjI1LCJ5IjozNDkuMTAwMzEwMjM3ODQ5MDR9LHsieCI6OTM5LjkwNjI1LCJ5IjozNDB9LHsieCI6OTc3LjQwNjI1LCJ5IjoyMDV9LHsieCI6MTAxNC45MDYyNSwieSI6MjA1fSx7IngiOjEwODYuNDQ5MzUzNDQ4Mjc1OCwieSI6MTU3fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922_flowchart-v2-pointEnd)\"></path><path d=\"M902.406,153.031L908.656,151.192C914.906,149.354,927.406,145.677,939.906,157.672C952.406,169.667,964.906,197.333,977.406,211.167C989.906,225,1002.406,225,1014.286,227.214C1026.165,229.428,1037.425,233.856,1043.054,236.071L1048.684,238.285\" id=\"diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922-L_ec2_1_secrets_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_ec2_1_secrets_0\" data-points=\"W3sieCI6OTAyLjQwNjI1LCJ5IjoxNTMuMDMwNjc5MDc2MTgwNjN9LHsieCI6OTM5LjkwNjI1LCJ5IjoxNDJ9LHsieCI6OTc3LjQwNjI1LCJ5IjoyMjV9LHsieCI6MTAxNC45MDYyNSwieSI6MjI1fSx7IngiOjEwNTIuNDA2MjUsInkiOjIzOS43NDg3NjQ5MTE0MzUxfV0=\" data-look=\"classic\" marker-end=\"url(#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922_flowchart-v2-pointEnd)\"></path><path d=\"M902.406,402.694L908.656,404.578C914.906,406.462,927.406,410.231,939.906,398.616C952.406,387,964.906,360,977.406,346.5C989.906,333,1002.406,333,1014.871,330.268C1027.335,327.537,1039.764,322.073,1045.979,319.341L1052.193,316.61\" id=\"diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922-L_ec2_2_secrets_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_ec2_2_secrets_0\" data-points=\"W3sieCI6OTAyLjQwNjI1LCJ5Ijo0MDIuNjkzNTUzOTQ2OTE0ODV9LHsieCI6OTM5LjkwNjI1LCJ5Ijo0MTR9LHsieCI6OTc3LjQwNjI1LCJ5IjozMzN9LHsieCI6MTAxNC45MDYyNSwieSI6MzMzfSx7IngiOjEwNTUuODU1MjYzMTU3ODk0OCwieSI6MzE1fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922_flowchart-v2-pointEnd)\"></path><path d=\"M902.406,206.624L908.656,208.187C914.906,209.749,927.406,212.875,939.906,237.271C952.406,261.667,964.906,307.333,977.406,330.167C989.906,353,1002.406,353,1019.297,359.647C1036.188,366.294,1057.469,379.587,1068.11,386.234L1078.751,392.881\" id=\"diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922-L_ec2_1_cw_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_ec2_1_cw_0\" data-points=\"W3sieCI6OTAyLjQwNjI1LCJ5IjoyMDYuNjIzOTIyNzg1MjQ2NDZ9LHsieCI6OTM5LjkwNjI1LCJ5IjoyMTZ9LHsieCI6OTc3LjQwNjI1LCJ5IjozNTN9LHsieCI6MTAxNC45MDYyNSwieSI6MzUzfSx7IngiOjEwODIuMTQzNTE4NTE4NTE4NSwieSI6Mzk1fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922_flowchart-v2-pointEnd)\"></path><path d=\"M862.201,412L875.152,420.667C888.103,429.333,914.004,446.667,933.205,455.333C952.406,464,964.906,464,977.406,464C989.906,464,1002.406,464,1017.127,462.04C1031.847,460.081,1048.787,456.161,1057.258,454.202L1065.728,452.242\" id=\"diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922-L_ec2_2_cw_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_ec2_2_cw_0\" data-points=\"W3sieCI6ODYyLjIwMDg5Mjg1NzE0MjksInkiOjQxMn0seyJ4Ijo5MzkuOTA2MjUsInkiOjQ2NH0seyJ4Ijo5NzcuNDA2MjUsInkiOjQ2NH0seyJ4IjoxMDE0LjkwNjI1LCJ5Ijo0NjR9LHsieCI6MTA2OS42MjUsInkiOjQ1MS4zNDA2NDM0NTEwMTgyfV0=\" data-look=\"classic\" marker-end=\"url(#diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922_flowchart-v2-pointEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_igw_nat1_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_igw_nat2_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_nat1_ec2_1_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_nat2_ec2_2_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_ec2_1_s3_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_ec2_2_s3_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_ec2_1_secrets_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_ec2_2_secrets_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_ec2_1_cw_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_ec2_2_cw_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default\" id=\"diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922-flowchart-ec2_2-3\" data-look=\"classic\" transform=\"translate(803.921875, 373)\"><rect class=\"basic label-container\" style=\"fill:#e8f5e9 !important;stroke:#2e7d32 !important\" x=\"-98.484375\" y=\"-39\" width=\"196.96875\" height=\"78\"></rect><g class=\"label\" style=\"\" transform=\"translate(-68.484375, -24)\"><rect></rect><foreignObject width=\"136.96875\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>EC2 Nitro Instance<br>MPC Node 3</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922-flowchart-igw-4\" data-look=\"classic\" transform=\"translate(139.6484375, 279)\"><rect class=\"basic label-container\" style=\"\" x=\"-94.1484375\" y=\"-27\" width=\"188.296875\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-64.1484375, -12)\"><rect></rect><foreignObject width=\"128.296875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Internet Gateway</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922-flowchart-nat1-0\" data-look=\"classic\" transform=\"translate(469.6171875, 182)\"><rect class=\"basic label-container\" style=\"\" x=\"-85.8203125\" y=\"-27\" width=\"171.640625\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-55.8203125, -12)\"><rect></rect><foreignObject width=\"111.640625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>NAT Gateway 1</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922-flowchart-nat2-1\" data-look=\"classic\" transform=\"translate(469.6171875, 373)\"><rect class=\"basic label-container\" style=\"\" x=\"-85.8203125\" y=\"-27\" width=\"171.640625\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-55.8203125, -12)\"><rect></rect><foreignObject width=\"111.640625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>NAT Gateway 2</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922-flowchart-ec2_1-2\" data-look=\"classic\" transform=\"translate(803.921875, 182)\"><rect class=\"basic label-container\" style=\"fill:#e8f5e9 !important;stroke:#2e7d32 !important\" x=\"-98.484375\" y=\"-39\" width=\"196.96875\" height=\"78\"></rect><g class=\"label\" style=\"\" transform=\"translate(-68.484375, -24)\"><rect></rect><foreignObject width=\"136.96875\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>EC2 Nitro Instance<br>MPC Node 2</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922-flowchart-s3-5\" data-look=\"classic\" transform=\"translate(1144.578125, 118)\"><rect class=\"basic label-container\" style=\"\" x=\"-84.125\" y=\"-39\" width=\"168.25\" height=\"78\"></rect><g class=\"label\" style=\"\" transform=\"translate(-54.125, -24)\"><rect></rect><foreignObject width=\"108.25\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>S3 Bucket<br>Enclave Config</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922-flowchart-secrets-6\" data-look=\"classic\" transform=\"translate(1144.578125, 276)\"><rect class=\"basic label-container\" style=\"\" x=\"-92.171875\" y=\"-39\" width=\"184.34375\" height=\"78\"></rect><g class=\"label\" style=\"\" transform=\"translate(-62.171875, -24)\"><rect></rect><foreignObject width=\"124.34375\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Secrets Manager<br>Keys &amp; Config</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922-flowchart-cw-7\" data-look=\"classic\" transform=\"translate(1144.578125, 434)\"><rect class=\"basic label-container\" style=\"\" x=\"-74.953125\" y=\"-39\" width=\"149.90625\" height=\"78\"></rect><g class=\"label\" style=\"\" transform=\"translate(-44.953125, -24)\"><rect></rect><foreignObject width=\"89.90625\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>CloudWatch<br>Logs</p></span></div></foreignObject></g></g></g></g></g></g></g><defs><filter id=\"diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922-drop-shadow\" height=\"130%\" width=\"130%\"><feDropShadow dx=\"4\" dy=\"4\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#FFFFFF\"></feDropShadow></filter></defs><defs><filter id=\"diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922-drop-shadow-small\" height=\"150%\" width=\"150%\"><feDropShadow dx=\"2\" dy=\"2\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#FFFFFF\"></feDropShadow></filter></defs><linearGradient id=\"diagram-fe2f09326fcf0b905331d5c88d095967c24bfff1e1bd5783642ac4aadb8c3922-gradient\" gradientUnits=\"objectBoundingBox\" x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"0%\"><stop offset=\"0%\" stop-color=\"#cccccc\" stop-opacity=\"1\"></stop><stop offset=\"100%\" stop-color=\"hsl(180, 0%, 18.3529411765%)\" stop-opacity=\"1\"></stop></linearGradient></svg>"},"children":["flowchart TB\n    subgraph aws[\"AWS Account (Customer)\"]\n        subgraph vpc[\"VPC\"]\n            subgraph pub1[\"Public Subnet 1\"]\n                nat1[\"NAT Gateway 1\"]\n            end\n            subgraph pub2[\"Public Subnet 2\"]\n                nat2[\"NAT Gateway 2\"]\n            end\n            subgraph priv1[\"Private Subnet 1 (AZ1)\"]\n                ec2_1[\"EC2 Nitro Instance<br/>MPC Node 2\"]\n            end\n            subgraph priv2[\"Private Subnet 2 (AZ2)\"]\n                ec2_2[\"EC2 Nitro Instance<br/>MPC Node 3\"]\n            end\n        end\n        igw[\"Internet Gateway\"]\n        s3[\"S3 Bucket<br/>Enclave Config\"]\n        secrets[\"Secrets Manager<br/>Keys & Config\"]\n        cw[\"CloudWatch<br/>Logs\"]\n    end\n\n    igw --> nat1\n    igw --> nat2\n    nat1 --> ec2_1\n    nat2 --> ec2_2\n    ec2_1 --> s3\n    ec2_2 --> s3\n    ec2_1 --> secrets\n    ec2_2 --> secrets\n    ec2_1 --> cw\n    ec2_2 --> cw\n\n    style aws fill:#fff3e0,stroke:#ef6c00\n    style vpc fill:#e3f2fd,stroke:#1565c0\n    style ec2_1 fill:#e8f5e9,stroke:#2e7d32\n    style ec2_2 fill:#e8f5e9,stroke:#2e7d32\n"]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Existing VPC support:"]}," The deployer supports a mode where networking resources (VPC, subnets, NAT gateways, etc.) are not created. Use the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--no-create-vpc"]}," flag if your organization manages networking centrally."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"aws-resources-created","__idx":3},"children":["AWS resources created"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Resource"},"children":["Resource"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Count"},"children":["Count"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Purpose"},"children":["Purpose"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Notes"},"children":["Notes"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VPC"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Network isolation"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Optional - use ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--no-create-vpc"]}," to skip"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Public Subnets"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["NAT gateway hosting"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Optional - not created with ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--no-create-vpc"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Private Subnets"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["MPC node hosting (one per AZ)"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Optional - not created with ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--no-create-vpc"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Internet Gateway"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Outbound internet access"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Optional - not created with ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--no-create-vpc"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["NAT Gateways"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Outbound access for private subnets"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Optional - not created with ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--no-create-vpc"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Route Tables"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["4"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Network routing"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Optional - not created with ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--no-create-vpc"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["EC2 Nitro Instances"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["MPC Node 2 and Node 3"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Required"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Security Groups"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Network access control"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Required"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["S3 Bucket"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Enclave configuration storage"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Required"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Secrets Manager"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Keys and configuration storage"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Required"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["CloudWatch Log Groups"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Centralized logging"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Required"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["IAM Roles"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["EC2 instance permissions"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Required"]}]}]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"prerequisites","__idx":4},"children":["Prerequisites"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"aws-requirements","__idx":5},"children":["AWS requirements"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Account & permissions:"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["AWS account with administrative access"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Permissions allowing the deployer tool to create resources in the AWS account"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Credentials (one of):"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"# Option 1: Environment variables\nexport AWS_ACCESS_KEY_ID=\"your-access-key\"\nexport AWS_SECRET_ACCESS_KEY=\"your-secret-key\"\nexport AWS_DEFAULT_REGION=\"us-east-1\"\n\n# Option 2: AWS credentials file (~/.aws/credentials)\n[default]\naws_access_key_id = your-access-key\naws_secret_access_key = your-secret-key\nregion = us-east-1\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"execution-requirements","__idx":6},"children":["Execution requirements"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Docker"]},": Docker Desktop or Docker Engine installed and running"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["MPC Deployer Image"]},": Access to Ripple's Docker registry"]}]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"warning"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Important:"]}," Contact your Ripple representative to obtain the official MPC Deployer Docker image and registry credentials. Do not use locally-built images in production."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"from-ripple","__idx":7},"children":["From Ripple"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Before deployment, Ripple will provide:"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Item"},"children":["Item"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["MPC Deployer Image"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Official Docker image tag and registry credentials"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Tenant Alias"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Your organization identifier"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Tenant Instance Code"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Environment identifier (e.g., prod, uat)"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Docker Registry Credentials"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Access to ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["metaco.azurecr.io"]}," (where MPC core component images are stored)"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Decryption Server URL"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Enclave decryption service endpoint"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["OpenTelemetry Endpoint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Observability service configuration"]}]}]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"deployment-process","__idx":8},"children":["Deployment process"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The deployment follows a coordinated process between you and Ripple:"]},{"$$mdtype":"Tag","name":"Diagram","attributes":{"data-language":"mermaid","diagramType":"mermaid","diagramSource":"sequenceDiagram\n    participant C as Customer\n    participant T as MPC Deployer Tool\n    participant AWS as AWS Account\n    participant R as Ripple\n\n    Note over C,R: Phase 1: Key Generation\n    C->>T: Run --keygen mode\n    T->>AWS: Store keys in Secrets Manager\n    T->>C: Output Node 2 & 3 Peer IDs\n    C->>R: Share Peer IDs\n\n    Note over C,R: Phase 2: Ripple Setup\n    R->>R: Configure Nodes 0 & 1\n    R->>R: Configure Relay Server\n    R->>C: Provide Ripple config\n\n    Note over C,R: Phase 3: Deployment\n    C->>T: Run deployment mode\n    T->>AWS: Provision infrastructure\n    T->>AWS: Deploy EC2 Nitro instances\n    T->>C: Deployment complete\n\n    Note over C,R: Phase 4: Verification\n    C->>R: Confirm connectivity\n    R->>C: Run cluster health check\n","diagramHtml":"<svg id=\"diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" style=\"max-width: 1030.5px;\" viewBox=\"-50 -10 1030.5 1141\" role=\"graphics-document document\" aria-roledescription=\"sequence\"><g><rect x=\"770\" y=\"1055\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"R\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"845\" y=\"1087.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif;\"><tspan x=\"845\" dy=\"0\">Ripple</tspan></text></g><g><rect x=\"570\" y=\"1055\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"AWS\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"645\" y=\"1087.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif;\"><tspan x=\"645\" dy=\"0\">AWS Account</tspan></text></g><g><rect x=\"271.5\" y=\"1055\" fill=\"#eaeaea\" stroke=\"#666\" width=\"161\" height=\"65\" name=\"T\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"352\" y=\"1087.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif;\"><tspan x=\"352\" dy=\"0\">MPC Deployer Tool</tspan></text></g><g><rect x=\"0\" y=\"1055\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"C\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"75\" y=\"1087.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif;\"><tspan x=\"75\" dy=\"0\">Customer</tspan></text></g><g><line id=\"actor3\" x1=\"845\" y1=\"65\" x2=\"845\" y2=\"1055\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"R\" data-et=\"life-line\" data-id=\"R\"></line><g id=\"root-3\" data-et=\"participant\" data-type=\"participant\" data-id=\"R\"><rect x=\"770\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"R\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"845\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif;\"><tspan x=\"845\" dy=\"0\">Ripple</tspan></text></g></g><g><line id=\"actor2\" x1=\"645\" y1=\"65\" x2=\"645\" y2=\"1055\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"AWS\" data-et=\"life-line\" data-id=\"AWS\"></line><g id=\"root-2\" data-et=\"participant\" data-type=\"participant\" data-id=\"AWS\"><rect x=\"570\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"AWS\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"645\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif;\"><tspan x=\"645\" dy=\"0\">AWS Account</tspan></text></g></g><g><line id=\"actor1\" x1=\"352\" y1=\"65\" x2=\"352\" y2=\"1055\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"T\" data-et=\"life-line\" data-id=\"T\"></line><g id=\"root-1\" data-et=\"participant\" data-type=\"participant\" data-id=\"T\"><rect x=\"271.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"161\" height=\"65\" name=\"T\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"352\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif;\"><tspan x=\"352\" dy=\"0\">MPC Deployer Tool</tspan></text></g></g><g><line id=\"actor0\" x1=\"75\" y1=\"65\" x2=\"75\" y2=\"1055\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"C\" data-et=\"life-line\" data-id=\"C\"></line><g id=\"root-0\" data-et=\"participant\" data-type=\"participant\" data-id=\"C\"><rect x=\"0\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"C\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"75\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif;\"><tspan x=\"75\" dy=\"0\">Customer</tspan></text></g></g><style>#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b{font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;font-size:16px;fill:#333;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b .error-icon{fill:#552222;}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b .error-text{fill:#552222;stroke:#552222;}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b .edge-thickness-normal{stroke-width:1px;}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b .edge-thickness-thick{stroke-width:3.5px;}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b .edge-pattern-solid{stroke-dasharray:0;}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b .edge-pattern-dashed{stroke-dasharray:3;}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b .edge-pattern-dotted{stroke-dasharray:2;}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b .marker{fill:#333333;stroke:#333333;}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b .marker.cross{stroke:#333333;}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b svg{font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;font-size:16px;}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b p{margin:0;}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b .actor{stroke:#9370DB;fill:#ECECFF;stroke-width:1;}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b rect.actor.outer-path[data-look=\"neo\"]{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b rect.note[data-look=\"neo\"]{stroke:#aaaa33;fill:#fff5ad;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b text.actor&gt;tspan{fill:black;stroke:none;}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b .actor-line{stroke:#9370DB;}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b .innerArc{stroke-width:1.5;stroke-dasharray:none;}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b .messageLine0{stroke-width:1.5;stroke-dasharray:none;stroke:#333;}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b .messageLine1{stroke-width:1.5;stroke-dasharray:2,2;stroke:#333;}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b [id$=\"-arrowhead\"] path{fill:#333;stroke:#333;}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b .sequenceNumber{fill:white;}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b [id$=\"-sequencenumber\"]{fill:#333;}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b [id$=\"-crosshead\"] path{fill:#333;stroke:#333;}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b .messageText{fill:#333;stroke:none;}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b .labelBox{stroke:#9370DB;fill:#ECECFF;filter:none;}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b .labelText,#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b .labelText&gt;tspan{fill:black;stroke:none;}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b .loopText,#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b .loopText&gt;tspan{fill:black;stroke:none;}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b .sectionTitle,#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b .sectionTitle&gt;tspan{fill:black;stroke:none;}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b .loopLine{stroke-width:2px;stroke-dasharray:2,2;stroke:#9370DB;fill:#9370DB;}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b .note{stroke:#aaaa33;fill:#fff5ad;}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b .noteText,#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b .noteText&gt;tspan{fill:black;stroke:none;font-weight:normal;}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b .activation0{fill:#f4f4f4;stroke:#666;}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b .activation1{fill:#f4f4f4;stroke:#666;}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b .activation2{fill:#f4f4f4;stroke:#666;}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b .actorPopupMenu{position:absolute;}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b .actorPopupMenuPanel{position:absolute;fill:#ECECFF;box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);filter:drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b .actor-man circle,#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b line{fill:#ECECFF;stroke-width:2px;}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b g rect.rect{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));stroke:#9370DB;}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b .node .neo-node{stroke:#9370DB;}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b [data-look=\"neo\"].node rect,#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b [data-look=\"neo\"].cluster rect,#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b [data-look=\"neo\"].node polygon{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b [data-look=\"neo\"].swimlane.cluster rect{filter:none;}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b [data-look=\"neo\"].node path{stroke:#9370DB;stroke-width:1px;}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b [data-look=\"neo\"].node .outer-path{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b [data-look=\"neo\"].node .neo-line path{stroke:#9370DB;filter:none;}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b [data-look=\"neo\"].node circle{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b [data-look=\"neo\"].icon-shape .icon{fill:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b [data-look=\"neo\"].icon-shape .icon-neo path{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b :root{--mermaid-font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;}#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b :root{--mermaid-font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;}</style><g></g><defs><symbol id=\"diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b-computer\" width=\"24\" height=\"24\"><path transform=\"scale(.5)\" d=\"M2 2v13h20v-13h-20zm18 11h-16v-9h16v9zm-10.228 6l.466-1h3.524l.467 1h-4.457zm14.228 3h-24l2-6h2.104l-1.33 4h18.45l-1.297-4h2.073l2 6zm-5-10h-14v-7h14v7z\"></path></symbol></defs><defs><symbol id=\"diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b-database\" fill-rule=\"evenodd\" clip-rule=\"evenodd\"><path transform=\"scale(.5)\" d=\"M12.258.001l.256.004.255.005.253.008.251.01.249.012.247.015.246.016.242.019.241.02.239.023.236.024.233.027.231.028.229.031.225.032.223.034.22.036.217.038.214.04.211.041.208.043.205.045.201.046.198.048.194.05.191.051.187.053.183.054.18.056.175.057.172.059.168.06.163.061.16.063.155.064.15.066.074.033.073.033.071.034.07.034.069.035.068.035.067.035.066.035.064.036.064.036.062.036.06.036.06.037.058.037.058.037.055.038.055.038.053.038.052.038.051.039.05.039.048.039.047.039.045.04.044.04.043.04.041.04.04.041.039.041.037.041.036.041.034.041.033.042.032.042.03.042.029.042.027.042.026.043.024.043.023.043.021.043.02.043.018.044.017.043.015.044.013.044.012.044.011.045.009.044.007.045.006.045.004.045.002.045.001.045v17l-.001.045-.002.045-.004.045-.006.045-.007.045-.009.044-.011.045-.012.044-.013.044-.015.044-.017.043-.018.044-.02.043-.021.043-.023.043-.024.043-.026.043-.027.042-.029.042-.03.042-.032.042-.033.042-.034.041-.036.041-.037.041-.039.041-.04.041-.041.04-.043.04-.044.04-.045.04-.047.039-.048.039-.05.039-.051.039-.052.038-.053.038-.055.038-.055.038-.058.037-.058.037-.06.037-.06.036-.062.036-.064.036-.064.036-.066.035-.067.035-.068.035-.069.035-.07.034-.071.034-.073.033-.074.033-.15.066-.155.064-.16.063-.163.061-.168.06-.172.059-.175.057-.18.056-.183.054-.187.053-.191.051-.194.05-.198.048-.201.046-.205.045-.208.043-.211.041-.214.04-.217.038-.22.036-.223.034-.225.032-.229.031-.231.028-.233.027-.236.024-.239.023-.241.02-.242.019-.246.016-.247.015-.249.012-.251.01-.253.008-.255.005-.256.004-.258.001-.258-.001-.256-.004-.255-.005-.253-.008-.251-.01-.249-.012-.247-.015-.245-.016-.243-.019-.241-.02-.238-.023-.236-.024-.234-.027-.231-.028-.228-.031-.226-.032-.223-.034-.22-.036-.217-.038-.214-.04-.211-.041-.208-.043-.204-.045-.201-.046-.198-.048-.195-.05-.19-.051-.187-.053-.184-.054-.179-.056-.176-.057-.172-.059-.167-.06-.164-.061-.159-.063-.155-.064-.151-.066-.074-.033-.072-.033-.072-.034-.07-.034-.069-.035-.068-.035-.067-.035-.066-.035-.064-.036-.063-.036-.062-.036-.061-.036-.06-.037-.058-.037-.057-.037-.056-.038-.055-.038-.053-.038-.052-.038-.051-.039-.049-.039-.049-.039-.046-.039-.046-.04-.044-.04-.043-.04-.041-.04-.04-.041-.039-.041-.037-.041-.036-.041-.034-.041-.033-.042-.032-.042-.03-.042-.029-.042-.027-.042-.026-.043-.024-.043-.023-.043-.021-.043-.02-.043-.018-.044-.017-.043-.015-.044-.013-.044-.012-.044-.011-.045-.009-.044-.007-.045-.006-.045-.004-.045-.002-.045-.001-.045v-17l.001-.045.002-.045.004-.045.006-.045.007-.045.009-.044.011-.045.012-.044.013-.044.015-.044.017-.043.018-.044.02-.043.021-.043.023-.043.024-.043.026-.043.027-.042.029-.042.03-.042.032-.042.033-.042.034-.041.036-.041.037-.041.039-.041.04-.041.041-.04.043-.04.044-.04.046-.04.046-.039.049-.039.049-.039.051-.039.052-.038.053-.038.055-.038.056-.038.057-.037.058-.037.06-.037.061-.036.062-.036.063-.036.064-.036.066-.035.067-.035.068-.035.069-.035.07-.034.072-.034.072-.033.074-.033.151-.066.155-.064.159-.063.164-.061.167-.06.172-.059.176-.057.179-.056.184-.054.187-.053.19-.051.195-.05.198-.048.201-.046.204-.045.208-.043.211-.041.214-.04.217-.038.22-.036.223-.034.226-.032.228-.031.231-.028.234-.027.236-.024.238-.023.241-.02.243-.019.245-.016.247-.015.249-.012.251-.01.253-.008.255-.005.256-.004.258-.001.258.001zm-9.258 20.499v.01l.001.021.003.021.004.022.005.021.006.022.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.023.018.024.019.024.021.024.022.025.023.024.024.025.052.049.056.05.061.051.066.051.07.051.075.051.079.052.084.052.088.052.092.052.097.052.102.051.105.052.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.048.144.049.147.047.152.047.155.047.16.045.163.045.167.043.171.043.176.041.178.041.183.039.187.039.19.037.194.035.197.035.202.033.204.031.209.03.212.029.216.027.219.025.222.024.226.021.23.02.233.018.236.016.24.015.243.012.246.01.249.008.253.005.256.004.259.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.021.224-.024.22-.026.216-.027.212-.028.21-.031.205-.031.202-.034.198-.034.194-.036.191-.037.187-.039.183-.04.179-.04.175-.042.172-.043.168-.044.163-.045.16-.046.155-.046.152-.047.148-.048.143-.049.139-.049.136-.05.131-.05.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.053.083-.051.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.05.023-.024.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.023.01-.022.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.127l-.077.055-.08.053-.083.054-.085.053-.087.052-.09.052-.093.051-.095.05-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.045-.118.044-.12.043-.122.042-.124.042-.126.041-.128.04-.13.04-.132.038-.134.038-.135.037-.138.037-.139.035-.142.035-.143.034-.144.033-.147.032-.148.031-.15.03-.151.03-.153.029-.154.027-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.01-.179.008-.179.008-.181.006-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.006-.179-.008-.179-.008-.178-.01-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.027-.153-.029-.151-.03-.15-.03-.148-.031-.146-.032-.145-.033-.143-.034-.141-.035-.14-.035-.137-.037-.136-.037-.134-.038-.132-.038-.13-.04-.128-.04-.126-.041-.124-.042-.122-.042-.12-.044-.117-.043-.116-.045-.113-.045-.112-.046-.109-.047-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.05-.093-.052-.09-.051-.087-.052-.085-.053-.083-.054-.08-.054-.077-.054v4.127zm0-5.654v.011l.001.021.003.021.004.021.005.022.006.022.007.022.009.022.01.022.011.023.012.023.013.023.015.024.016.023.017.024.018.024.019.024.021.024.022.024.023.025.024.024.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.052.11.051.114.051.119.052.123.05.127.051.131.05.135.049.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.044.171.042.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.022.23.02.233.018.236.016.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.012.241-.015.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.048.139-.05.136-.049.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.051.051-.049.023-.025.023-.024.021-.025.02-.024.019-.024.018-.024.017-.024.015-.023.014-.023.013-.024.012-.022.01-.023.01-.023.008-.022.006-.022.006-.022.004-.021.004-.022.001-.021.001-.021v-4.139l-.077.054-.08.054-.083.054-.085.052-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.044-.118.044-.12.044-.122.042-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.035-.143.033-.144.033-.147.033-.148.031-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.009-.179.009-.179.007-.181.007-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.007-.179-.007-.179-.009-.178-.009-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.031-.146-.033-.145-.033-.143-.033-.141-.035-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.04-.126-.041-.124-.042-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.051-.093-.051-.09-.051-.087-.053-.085-.052-.083-.054-.08-.054-.077-.054v4.139zm0-5.666v.011l.001.02.003.022.004.021.005.022.006.021.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.024.018.023.019.024.021.025.022.024.023.024.024.025.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.051.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.043.171.043.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.021.23.02.233.018.236.017.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.013.241-.014.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.049.139-.049.136-.049.131-.051.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.049.023-.025.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.022.01-.023.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.153l-.077.054-.08.054-.083.053-.085.053-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.048-.105.048-.106.048-.109.046-.111.046-.114.046-.115.044-.118.044-.12.043-.122.043-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.034-.143.034-.144.033-.147.032-.148.032-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.024-.161.024-.162.023-.163.023-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.01-.178.01-.179.009-.179.007-.181.006-.182.006-.182.004-.184.003-.184.001-.185.001-.185-.001-.184-.001-.184-.003-.182-.004-.182-.006-.181-.006-.179-.007-.179-.009-.178-.01-.176-.01-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.023-.162-.023-.161-.024-.159-.024-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.032-.146-.032-.145-.033-.143-.034-.141-.034-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.041-.126-.041-.124-.041-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.048-.105-.048-.102-.048-.1-.05-.097-.049-.095-.051-.093-.051-.09-.052-.087-.052-.085-.053-.083-.053-.08-.054-.077-.054v4.153zm8.74-8.179l-.257.004-.254.005-.25.008-.247.011-.244.012-.241.014-.237.016-.233.018-.231.021-.226.022-.224.023-.22.026-.216.027-.212.028-.21.031-.205.032-.202.033-.198.034-.194.036-.191.038-.187.038-.183.04-.179.041-.175.042-.172.043-.168.043-.163.045-.16.046-.155.046-.152.048-.148.048-.143.048-.139.049-.136.05-.131.05-.126.051-.123.051-.118.051-.114.052-.11.052-.106.052-.101.052-.096.052-.092.052-.088.052-.083.052-.079.052-.074.051-.07.052-.065.051-.06.05-.056.05-.051.05-.023.025-.023.024-.021.024-.02.025-.019.024-.018.024-.017.023-.015.024-.014.023-.013.023-.012.023-.01.023-.01.022-.008.022-.006.023-.006.021-.004.022-.004.021-.001.021-.001.021.001.021.001.021.004.021.004.022.006.021.006.023.008.022.01.022.01.023.012.023.013.023.014.023.015.024.017.023.018.024.019.024.02.025.021.024.023.024.023.025.051.05.056.05.06.05.065.051.07.052.074.051.079.052.083.052.088.052.092.052.096.052.101.052.106.052.11.052.114.052.118.051.123.051.126.051.131.05.136.05.139.049.143.048.148.048.152.048.155.046.16.046.163.045.168.043.172.043.175.042.179.041.183.04.187.038.191.038.194.036.198.034.202.033.205.032.21.031.212.028.216.027.22.026.224.023.226.022.231.021.233.018.237.016.241.014.244.012.247.011.25.008.254.005.257.004.26.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.022.224-.023.22-.026.216-.027.212-.028.21-.031.205-.032.202-.033.198-.034.194-.036.191-.038.187-.038.183-.04.179-.041.175-.042.172-.043.168-.043.163-.045.16-.046.155-.046.152-.048.148-.048.143-.048.139-.049.136-.05.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.05.051-.05.023-.025.023-.024.021-.024.02-.025.019-.024.018-.024.017-.023.015-.024.014-.023.013-.023.012-.023.01-.023.01-.022.008-.022.006-.023.006-.021.004-.022.004-.021.001-.021.001-.021-.001-.021-.001-.021-.004-.021-.004-.022-.006-.021-.006-.023-.008-.022-.01-.022-.01-.023-.012-.023-.013-.023-.014-.023-.015-.024-.017-.023-.018-.024-.019-.024-.02-.025-.021-.024-.023-.024-.023-.025-.051-.05-.056-.05-.06-.05-.065-.051-.07-.052-.074-.051-.079-.052-.083-.052-.088-.052-.092-.052-.096-.052-.101-.052-.106-.052-.11-.052-.114-.052-.118-.051-.123-.051-.126-.051-.131-.05-.136-.05-.139-.049-.143-.048-.148-.048-.152-.048-.155-.046-.16-.046-.163-.045-.168-.043-.172-.043-.175-.042-.179-.041-.183-.04-.187-.038-.191-.038-.194-.036-.198-.034-.202-.033-.205-.032-.21-.031-.212-.028-.216-.027-.22-.026-.224-.023-.226-.022-.231-.021-.233-.018-.237-.016-.241-.014-.244-.012-.247-.011-.25-.008-.254-.005-.257-.004-.26-.001-.26.001z\"></path></symbol></defs><defs><symbol id=\"diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b-clock\" width=\"24\" height=\"24\"><path transform=\"scale(.5)\" d=\"M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm5.848 12.459c.202.038.202.333.001.372-1.907.361-6.045 1.111-6.547 1.111-.719 0-1.301-.582-1.301-1.301 0-.512.77-5.447 1.125-7.445.034-.192.312-.181.343.014l.985 6.238 5.394 1.011z\"></path></symbol></defs><defs><marker id=\"diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b-arrowhead\" refX=\"7.9\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M -1 0 L 10 5 L 0 10 z\"></path></marker></defs><defs><marker id=\"diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b-crosshead\" markerWidth=\"15\" markerHeight=\"8\" orient=\"auto\" refX=\"4\" refY=\"4.5\"><path fill=\"none\" stroke=\"#000000\" stroke-width=\"1pt\" d=\"M 1,2 L 6,7 M 6,2 L 1,7\" style=\"stroke-dasharray: 0, 0;\"></path></marker></defs><defs><marker id=\"diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b-filled-head\" refX=\"15.5\" refY=\"7\" markerWidth=\"20\" markerHeight=\"28\" orient=\"auto\"><path d=\"M 18,7 L9,13 L14,7 L9,1 Z\"></path></marker></defs><defs><marker id=\"diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b-sequencenumber\" refX=\"15\" refY=\"15\" markerWidth=\"60\" markerHeight=\"40\" orient=\"auto\"><circle cx=\"15\" cy=\"15\" r=\"6\"></circle></marker></defs><defs><marker id=\"diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b-solidTopArrowHead\" refX=\"7.9\" refY=\"7.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 10 8 L 0 8 z\"></path></marker></defs><defs><marker id=\"diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b-solidBottomArrowHead\" refX=\"7.9\" refY=\"0.75\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 10 0 L 0 8 z\"></path></marker></defs><defs><marker id=\"diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b-stickTopArrowHead\" refX=\"7.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 7 7\" stroke=\"black\" stroke-width=\"1.5\" fill=\"none\"></path></marker></defs><defs><marker id=\"diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b-stickBottomArrowHead\" refX=\"7.5\" refY=\"0\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 7 L 7 0\" stroke=\"black\" stroke-width=\"1.5\" fill=\"none\"></path></marker></defs><g data-et=\"note\" data-id=\"i0\"><rect x=\"50\" y=\"75\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"820\" height=\"42\" class=\"note\"></rect><text x=\"460\" y=\"80\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"460\">Phase 1: Key Generation</tspan></text></g><g data-et=\"note\" data-id=\"i5\"><rect x=\"50\" y=\"343\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"820\" height=\"42\" class=\"note\"></rect><text x=\"460\" y=\"348\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"460\">Phase 2: Ripple Setup</tspan></text></g><g data-et=\"note\" data-id=\"i9\"><rect x=\"50\" y=\"617\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"820\" height=\"42\" class=\"note\"></rect><text x=\"460\" y=\"622\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"460\">Phase 3: Deployment</tspan></text></g><g data-et=\"note\" data-id=\"i14\"><rect x=\"50\" y=\"885\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"820\" height=\"42\" class=\"note\"></rect><text x=\"460\" y=\"890\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"460\">Phase 4: Verification</tspan></text></g><text x=\"212\" y=\"132\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Run --keygen mode</text><line x1=\"76\" y1=\"171\" x2=\"348\" y2=\"171\" class=\"messageLine0\" data-et=\"message\" data-id=\"i1\" data-from=\"C\" data-to=\"T\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b-arrowhead)\" style=\"fill: none;\"></line><text x=\"497\" y=\"186\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Store keys in Secrets Manager</text><line x1=\"353\" y1=\"225\" x2=\"641\" y2=\"225\" class=\"messageLine0\" data-et=\"message\" data-id=\"i2\" data-from=\"T\" data-to=\"AWS\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b-arrowhead)\" style=\"fill: none;\"></line><text x=\"215\" y=\"240\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Output Node 2 &amp; 3 Peer IDs</text><line x1=\"351\" y1=\"279\" x2=\"79\" y2=\"279\" class=\"messageLine0\" data-et=\"message\" data-id=\"i3\" data-from=\"T\" data-to=\"C\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b-arrowhead)\" style=\"fill: none;\"></line><text x=\"459\" y=\"294\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Share Peer IDs</text><line x1=\"76\" y1=\"333\" x2=\"841\" y2=\"333\" class=\"messageLine0\" data-et=\"message\" data-id=\"i4\" data-from=\"C\" data-to=\"R\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b-arrowhead)\" style=\"fill: none;\"></line><text x=\"846\" y=\"400\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Configure Nodes 0 &amp; 1</text><path d=\"M 846,439 C 906,429 906,469 846,459\" class=\"messageLine0\" data-et=\"message\" data-id=\"i6\" data-from=\"R\" data-to=\"R\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b-arrowhead)\" style=\"fill: none;\"></path><text x=\"846\" y=\"484\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Configure Relay Server</text><path d=\"M 846,523 C 906,513 906,553 846,543\" class=\"messageLine0\" data-et=\"message\" data-id=\"i7\" data-from=\"R\" data-to=\"R\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b-arrowhead)\" style=\"fill: none;\"></path><text x=\"462\" y=\"568\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Provide Ripple config</text><line x1=\"844\" y1=\"607\" x2=\"79\" y2=\"607\" class=\"messageLine0\" data-et=\"message\" data-id=\"i8\" data-from=\"R\" data-to=\"C\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b-arrowhead)\" style=\"fill: none;\"></line><text x=\"212\" y=\"674\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Run deployment mode</text><line x1=\"76\" y1=\"713\" x2=\"348\" y2=\"713\" class=\"messageLine0\" data-et=\"message\" data-id=\"i10\" data-from=\"C\" data-to=\"T\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b-arrowhead)\" style=\"fill: none;\"></line><text x=\"497\" y=\"728\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Provision infrastructure</text><line x1=\"353\" y1=\"767\" x2=\"641\" y2=\"767\" class=\"messageLine0\" data-et=\"message\" data-id=\"i11\" data-from=\"T\" data-to=\"AWS\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b-arrowhead)\" style=\"fill: none;\"></line><text x=\"497\" y=\"782\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Deploy EC2 Nitro instances</text><line x1=\"353\" y1=\"821\" x2=\"641\" y2=\"821\" class=\"messageLine0\" data-et=\"message\" data-id=\"i12\" data-from=\"T\" data-to=\"AWS\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b-arrowhead)\" style=\"fill: none;\"></line><text x=\"215\" y=\"836\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Deployment complete</text><line x1=\"351\" y1=\"875\" x2=\"79\" y2=\"875\" class=\"messageLine0\" data-et=\"message\" data-id=\"i13\" data-from=\"T\" data-to=\"C\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b-arrowhead)\" style=\"fill: none;\"></line><text x=\"459\" y=\"942\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Confirm connectivity</text><line x1=\"76\" y1=\"981\" x2=\"841\" y2=\"981\" class=\"messageLine0\" data-et=\"message\" data-id=\"i15\" data-from=\"C\" data-to=\"R\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b-arrowhead)\" style=\"fill: none;\"></line><text x=\"462\" y=\"996\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Run cluster health check</text><line x1=\"844\" y1=\"1035\" x2=\"79\" y2=\"1035\" class=\"messageLine0\" data-et=\"message\" data-id=\"i16\" data-from=\"R\" data-to=\"C\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-bf1f0fefddffea5280dada54c8dbd7b422efcbea778c8034c6512f257a66e25b-arrowhead)\" style=\"fill: none;\"></line></svg>","diagramHtmlDark":"<svg id=\"diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" style=\"max-width: 1030.5px;\" viewBox=\"-50 -10 1030.5 1141\" role=\"graphics-document document\" aria-roledescription=\"sequence\"><g><rect x=\"770\" y=\"1055\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"R\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"845\" y=\"1087.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif;\"><tspan x=\"845\" dy=\"0\">Ripple</tspan></text></g><g><rect x=\"570\" y=\"1055\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"AWS\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"645\" y=\"1087.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif;\"><tspan x=\"645\" dy=\"0\">AWS Account</tspan></text></g><g><rect x=\"271.5\" y=\"1055\" fill=\"#eaeaea\" stroke=\"#666\" width=\"161\" height=\"65\" name=\"T\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"352\" y=\"1087.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif;\"><tspan x=\"352\" dy=\"0\">MPC Deployer Tool</tspan></text></g><g><rect x=\"0\" y=\"1055\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"C\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"75\" y=\"1087.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif;\"><tspan x=\"75\" dy=\"0\">Customer</tspan></text></g><g><line id=\"actor3\" x1=\"845\" y1=\"65\" x2=\"845\" y2=\"1055\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"R\" data-et=\"life-line\" data-id=\"R\"></line><g id=\"root-3\" data-et=\"participant\" data-type=\"participant\" data-id=\"R\"><rect x=\"770\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"R\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"845\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif;\"><tspan x=\"845\" dy=\"0\">Ripple</tspan></text></g></g><g><line id=\"actor2\" x1=\"645\" y1=\"65\" x2=\"645\" y2=\"1055\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"AWS\" data-et=\"life-line\" data-id=\"AWS\"></line><g id=\"root-2\" data-et=\"participant\" data-type=\"participant\" data-id=\"AWS\"><rect x=\"570\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"AWS\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"645\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif;\"><tspan x=\"645\" dy=\"0\">AWS Account</tspan></text></g></g><g><line id=\"actor1\" x1=\"352\" y1=\"65\" x2=\"352\" y2=\"1055\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"T\" data-et=\"life-line\" data-id=\"T\"></line><g id=\"root-1\" data-et=\"participant\" data-type=\"participant\" data-id=\"T\"><rect x=\"271.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"161\" height=\"65\" name=\"T\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"352\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif;\"><tspan x=\"352\" dy=\"0\">MPC Deployer Tool</tspan></text></g></g><g><line id=\"actor0\" x1=\"75\" y1=\"65\" x2=\"75\" y2=\"1055\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"C\" data-et=\"life-line\" data-id=\"C\"></line><g id=\"root-0\" data-et=\"participant\" data-type=\"participant\" data-id=\"C\"><rect x=\"0\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"C\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"75\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif;\"><tspan x=\"75\" dy=\"0\">Customer</tspan></text></g></g><style>#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd{font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;font-size:16px;fill:#ccc;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd .error-icon{fill:#a44141;}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd .error-text{fill:#ddd;stroke:#ddd;}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd .edge-thickness-normal{stroke-width:1px;}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd .edge-thickness-thick{stroke-width:3.5px;}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd .edge-pattern-solid{stroke-dasharray:0;}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd .edge-pattern-dashed{stroke-dasharray:3;}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd .edge-pattern-dotted{stroke-dasharray:2;}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd .marker{fill:lightgrey;stroke:lightgrey;}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd .marker.cross{stroke:lightgrey;}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd svg{font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;font-size:16px;}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd p{margin:0;}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd .actor{stroke:#ccc;fill:#1f2020;stroke-width:1;}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd rect.actor.outer-path[data-look=\"neo\"]{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd rect.note[data-look=\"neo\"]{stroke:hsl(180, 0%, 18.3529411765%);fill:hsl(180, 1.5873015873%, 28.3529411765%);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd text.actor&gt;tspan{fill:lightgrey;stroke:none;}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd .actor-line{stroke:#ccc;}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd .innerArc{stroke-width:1.5;stroke-dasharray:none;}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd .messageLine0{stroke-width:1.5;stroke-dasharray:none;stroke:lightgrey;}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd .messageLine1{stroke-width:1.5;stroke-dasharray:2,2;stroke:lightgrey;}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd [id$=\"-arrowhead\"] path{fill:lightgrey;stroke:lightgrey;}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd .sequenceNumber{fill:black;}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd [id$=\"-sequencenumber\"]{fill:lightgrey;}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd [id$=\"-crosshead\"] path{fill:lightgrey;stroke:lightgrey;}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd .messageText{fill:lightgrey;stroke:none;}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd .labelBox{stroke:#ccc;fill:#1f2020;filter:none;}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd .labelText,#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd .labelText&gt;tspan{fill:lightgrey;stroke:none;}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd .loopText,#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd .loopText&gt;tspan{fill:lightgrey;stroke:none;}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd .sectionTitle,#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd .sectionTitle&gt;tspan{fill:lightgrey;stroke:none;}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd .loopLine{stroke-width:2px;stroke-dasharray:2,2;stroke:#ccc;fill:#ccc;}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd .note{stroke:hsl(180, 0%, 18.3529411765%);fill:hsl(180, 1.5873015873%, 28.3529411765%);}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd .noteText,#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd .noteText&gt;tspan{fill:rgb(183.8476190475, 181.5523809523, 181.5523809523);stroke:none;font-weight:normal;}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd .activation0{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:#ccc;}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd .activation1{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:#ccc;}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd .activation2{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:#ccc;}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd .actorPopupMenu{position:absolute;}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd .actorPopupMenuPanel{position:absolute;fill:#1f2020;box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);filter:drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd .actor-man circle,#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd line{fill:#1f2020;stroke-width:2px;}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd g rect.rect{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));stroke:#ccc;}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd .node .neo-node{stroke:#ccc;}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd [data-look=\"neo\"].node rect,#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd [data-look=\"neo\"].cluster rect,#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd [data-look=\"neo\"].node polygon{stroke:url(#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd [data-look=\"neo\"].swimlane.cluster rect{filter:none;}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd [data-look=\"neo\"].node path{stroke:url(#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd-gradient);stroke-width:1px;}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd [data-look=\"neo\"].node .outer-path{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd [data-look=\"neo\"].node .neo-line path{stroke:#ccc;filter:none;}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd [data-look=\"neo\"].node circle{stroke:url(#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd [data-look=\"neo\"].icon-shape .icon{fill:url(#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd [data-look=\"neo\"].icon-shape .icon-neo path{stroke:url(#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd :root{--mermaid-font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;}#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd :root{--mermaid-font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;}</style><g></g><defs><symbol id=\"diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd-computer\" width=\"24\" height=\"24\"><path transform=\"scale(.5)\" d=\"M2 2v13h20v-13h-20zm18 11h-16v-9h16v9zm-10.228 6l.466-1h3.524l.467 1h-4.457zm14.228 3h-24l2-6h2.104l-1.33 4h18.45l-1.297-4h2.073l2 6zm-5-10h-14v-7h14v7z\"></path></symbol></defs><defs><symbol id=\"diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd-database\" fill-rule=\"evenodd\" clip-rule=\"evenodd\"><path transform=\"scale(.5)\" d=\"M12.258.001l.256.004.255.005.253.008.251.01.249.012.247.015.246.016.242.019.241.02.239.023.236.024.233.027.231.028.229.031.225.032.223.034.22.036.217.038.214.04.211.041.208.043.205.045.201.046.198.048.194.05.191.051.187.053.183.054.18.056.175.057.172.059.168.06.163.061.16.063.155.064.15.066.074.033.073.033.071.034.07.034.069.035.068.035.067.035.066.035.064.036.064.036.062.036.06.036.06.037.058.037.058.037.055.038.055.038.053.038.052.038.051.039.05.039.048.039.047.039.045.04.044.04.043.04.041.04.04.041.039.041.037.041.036.041.034.041.033.042.032.042.03.042.029.042.027.042.026.043.024.043.023.043.021.043.02.043.018.044.017.043.015.044.013.044.012.044.011.045.009.044.007.045.006.045.004.045.002.045.001.045v17l-.001.045-.002.045-.004.045-.006.045-.007.045-.009.044-.011.045-.012.044-.013.044-.015.044-.017.043-.018.044-.02.043-.021.043-.023.043-.024.043-.026.043-.027.042-.029.042-.03.042-.032.042-.033.042-.034.041-.036.041-.037.041-.039.041-.04.041-.041.04-.043.04-.044.04-.045.04-.047.039-.048.039-.05.039-.051.039-.052.038-.053.038-.055.038-.055.038-.058.037-.058.037-.06.037-.06.036-.062.036-.064.036-.064.036-.066.035-.067.035-.068.035-.069.035-.07.034-.071.034-.073.033-.074.033-.15.066-.155.064-.16.063-.163.061-.168.06-.172.059-.175.057-.18.056-.183.054-.187.053-.191.051-.194.05-.198.048-.201.046-.205.045-.208.043-.211.041-.214.04-.217.038-.22.036-.223.034-.225.032-.229.031-.231.028-.233.027-.236.024-.239.023-.241.02-.242.019-.246.016-.247.015-.249.012-.251.01-.253.008-.255.005-.256.004-.258.001-.258-.001-.256-.004-.255-.005-.253-.008-.251-.01-.249-.012-.247-.015-.245-.016-.243-.019-.241-.02-.238-.023-.236-.024-.234-.027-.231-.028-.228-.031-.226-.032-.223-.034-.22-.036-.217-.038-.214-.04-.211-.041-.208-.043-.204-.045-.201-.046-.198-.048-.195-.05-.19-.051-.187-.053-.184-.054-.179-.056-.176-.057-.172-.059-.167-.06-.164-.061-.159-.063-.155-.064-.151-.066-.074-.033-.072-.033-.072-.034-.07-.034-.069-.035-.068-.035-.067-.035-.066-.035-.064-.036-.063-.036-.062-.036-.061-.036-.06-.037-.058-.037-.057-.037-.056-.038-.055-.038-.053-.038-.052-.038-.051-.039-.049-.039-.049-.039-.046-.039-.046-.04-.044-.04-.043-.04-.041-.04-.04-.041-.039-.041-.037-.041-.036-.041-.034-.041-.033-.042-.032-.042-.03-.042-.029-.042-.027-.042-.026-.043-.024-.043-.023-.043-.021-.043-.02-.043-.018-.044-.017-.043-.015-.044-.013-.044-.012-.044-.011-.045-.009-.044-.007-.045-.006-.045-.004-.045-.002-.045-.001-.045v-17l.001-.045.002-.045.004-.045.006-.045.007-.045.009-.044.011-.045.012-.044.013-.044.015-.044.017-.043.018-.044.02-.043.021-.043.023-.043.024-.043.026-.043.027-.042.029-.042.03-.042.032-.042.033-.042.034-.041.036-.041.037-.041.039-.041.04-.041.041-.04.043-.04.044-.04.046-.04.046-.039.049-.039.049-.039.051-.039.052-.038.053-.038.055-.038.056-.038.057-.037.058-.037.06-.037.061-.036.062-.036.063-.036.064-.036.066-.035.067-.035.068-.035.069-.035.07-.034.072-.034.072-.033.074-.033.151-.066.155-.064.159-.063.164-.061.167-.06.172-.059.176-.057.179-.056.184-.054.187-.053.19-.051.195-.05.198-.048.201-.046.204-.045.208-.043.211-.041.214-.04.217-.038.22-.036.223-.034.226-.032.228-.031.231-.028.234-.027.236-.024.238-.023.241-.02.243-.019.245-.016.247-.015.249-.012.251-.01.253-.008.255-.005.256-.004.258-.001.258.001zm-9.258 20.499v.01l.001.021.003.021.004.022.005.021.006.022.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.023.018.024.019.024.021.024.022.025.023.024.024.025.052.049.056.05.061.051.066.051.07.051.075.051.079.052.084.052.088.052.092.052.097.052.102.051.105.052.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.048.144.049.147.047.152.047.155.047.16.045.163.045.167.043.171.043.176.041.178.041.183.039.187.039.19.037.194.035.197.035.202.033.204.031.209.03.212.029.216.027.219.025.222.024.226.021.23.02.233.018.236.016.24.015.243.012.246.01.249.008.253.005.256.004.259.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.021.224-.024.22-.026.216-.027.212-.028.21-.031.205-.031.202-.034.198-.034.194-.036.191-.037.187-.039.183-.04.179-.04.175-.042.172-.043.168-.044.163-.045.16-.046.155-.046.152-.047.148-.048.143-.049.139-.049.136-.05.131-.05.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.053.083-.051.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.05.023-.024.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.023.01-.022.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.127l-.077.055-.08.053-.083.054-.085.053-.087.052-.09.052-.093.051-.095.05-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.045-.118.044-.12.043-.122.042-.124.042-.126.041-.128.04-.13.04-.132.038-.134.038-.135.037-.138.037-.139.035-.142.035-.143.034-.144.033-.147.032-.148.031-.15.03-.151.03-.153.029-.154.027-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.01-.179.008-.179.008-.181.006-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.006-.179-.008-.179-.008-.178-.01-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.027-.153-.029-.151-.03-.15-.03-.148-.031-.146-.032-.145-.033-.143-.034-.141-.035-.14-.035-.137-.037-.136-.037-.134-.038-.132-.038-.13-.04-.128-.04-.126-.041-.124-.042-.122-.042-.12-.044-.117-.043-.116-.045-.113-.045-.112-.046-.109-.047-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.05-.093-.052-.09-.051-.087-.052-.085-.053-.083-.054-.08-.054-.077-.054v4.127zm0-5.654v.011l.001.021.003.021.004.021.005.022.006.022.007.022.009.022.01.022.011.023.012.023.013.023.015.024.016.023.017.024.018.024.019.024.021.024.022.024.023.025.024.024.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.052.11.051.114.051.119.052.123.05.127.051.131.05.135.049.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.044.171.042.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.022.23.02.233.018.236.016.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.012.241-.015.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.048.139-.05.136-.049.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.051.051-.049.023-.025.023-.024.021-.025.02-.024.019-.024.018-.024.017-.024.015-.023.014-.023.013-.024.012-.022.01-.023.01-.023.008-.022.006-.022.006-.022.004-.021.004-.022.001-.021.001-.021v-4.139l-.077.054-.08.054-.083.054-.085.052-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.044-.118.044-.12.044-.122.042-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.035-.143.033-.144.033-.147.033-.148.031-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.009-.179.009-.179.007-.181.007-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.007-.179-.007-.179-.009-.178-.009-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.031-.146-.033-.145-.033-.143-.033-.141-.035-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.04-.126-.041-.124-.042-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.051-.093-.051-.09-.051-.087-.053-.085-.052-.083-.054-.08-.054-.077-.054v4.139zm0-5.666v.011l.001.02.003.022.004.021.005.022.006.021.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.024.018.023.019.024.021.025.022.024.023.024.024.025.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.051.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.043.171.043.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.021.23.02.233.018.236.017.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.013.241-.014.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.049.139-.049.136-.049.131-.051.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.049.023-.025.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.022.01-.023.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.153l-.077.054-.08.054-.083.053-.085.053-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.048-.105.048-.106.048-.109.046-.111.046-.114.046-.115.044-.118.044-.12.043-.122.043-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.034-.143.034-.144.033-.147.032-.148.032-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.024-.161.024-.162.023-.163.023-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.01-.178.01-.179.009-.179.007-.181.006-.182.006-.182.004-.184.003-.184.001-.185.001-.185-.001-.184-.001-.184-.003-.182-.004-.182-.006-.181-.006-.179-.007-.179-.009-.178-.01-.176-.01-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.023-.162-.023-.161-.024-.159-.024-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.032-.146-.032-.145-.033-.143-.034-.141-.034-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.041-.126-.041-.124-.041-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.048-.105-.048-.102-.048-.1-.05-.097-.049-.095-.051-.093-.051-.09-.052-.087-.052-.085-.053-.083-.053-.08-.054-.077-.054v4.153zm8.74-8.179l-.257.004-.254.005-.25.008-.247.011-.244.012-.241.014-.237.016-.233.018-.231.021-.226.022-.224.023-.22.026-.216.027-.212.028-.21.031-.205.032-.202.033-.198.034-.194.036-.191.038-.187.038-.183.04-.179.041-.175.042-.172.043-.168.043-.163.045-.16.046-.155.046-.152.048-.148.048-.143.048-.139.049-.136.05-.131.05-.126.051-.123.051-.118.051-.114.052-.11.052-.106.052-.101.052-.096.052-.092.052-.088.052-.083.052-.079.052-.074.051-.07.052-.065.051-.06.05-.056.05-.051.05-.023.025-.023.024-.021.024-.02.025-.019.024-.018.024-.017.023-.015.024-.014.023-.013.023-.012.023-.01.023-.01.022-.008.022-.006.023-.006.021-.004.022-.004.021-.001.021-.001.021.001.021.001.021.004.021.004.022.006.021.006.023.008.022.01.022.01.023.012.023.013.023.014.023.015.024.017.023.018.024.019.024.02.025.021.024.023.024.023.025.051.05.056.05.06.05.065.051.07.052.074.051.079.052.083.052.088.052.092.052.096.052.101.052.106.052.11.052.114.052.118.051.123.051.126.051.131.05.136.05.139.049.143.048.148.048.152.048.155.046.16.046.163.045.168.043.172.043.175.042.179.041.183.04.187.038.191.038.194.036.198.034.202.033.205.032.21.031.212.028.216.027.22.026.224.023.226.022.231.021.233.018.237.016.241.014.244.012.247.011.25.008.254.005.257.004.26.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.022.224-.023.22-.026.216-.027.212-.028.21-.031.205-.032.202-.033.198-.034.194-.036.191-.038.187-.038.183-.04.179-.041.175-.042.172-.043.168-.043.163-.045.16-.046.155-.046.152-.048.148-.048.143-.048.139-.049.136-.05.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.05.051-.05.023-.025.023-.024.021-.024.02-.025.019-.024.018-.024.017-.023.015-.024.014-.023.013-.023.012-.023.01-.023.01-.022.008-.022.006-.023.006-.021.004-.022.004-.021.001-.021.001-.021-.001-.021-.001-.021-.004-.021-.004-.022-.006-.021-.006-.023-.008-.022-.01-.022-.01-.023-.012-.023-.013-.023-.014-.023-.015-.024-.017-.023-.018-.024-.019-.024-.02-.025-.021-.024-.023-.024-.023-.025-.051-.05-.056-.05-.06-.05-.065-.051-.07-.052-.074-.051-.079-.052-.083-.052-.088-.052-.092-.052-.096-.052-.101-.052-.106-.052-.11-.052-.114-.052-.118-.051-.123-.051-.126-.051-.131-.05-.136-.05-.139-.049-.143-.048-.148-.048-.152-.048-.155-.046-.16-.046-.163-.045-.168-.043-.172-.043-.175-.042-.179-.041-.183-.04-.187-.038-.191-.038-.194-.036-.198-.034-.202-.033-.205-.032-.21-.031-.212-.028-.216-.027-.22-.026-.224-.023-.226-.022-.231-.021-.233-.018-.237-.016-.241-.014-.244-.012-.247-.011-.25-.008-.254-.005-.257-.004-.26-.001-.26.001z\"></path></symbol></defs><defs><symbol id=\"diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd-clock\" width=\"24\" height=\"24\"><path transform=\"scale(.5)\" d=\"M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm5.848 12.459c.202.038.202.333.001.372-1.907.361-6.045 1.111-6.547 1.111-.719 0-1.301-.582-1.301-1.301 0-.512.77-5.447 1.125-7.445.034-.192.312-.181.343.014l.985 6.238 5.394 1.011z\"></path></symbol></defs><defs><marker id=\"diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd-arrowhead\" refX=\"7.9\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M -1 0 L 10 5 L 0 10 z\"></path></marker></defs><defs><marker id=\"diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd-crosshead\" markerWidth=\"15\" markerHeight=\"8\" orient=\"auto\" refX=\"4\" refY=\"4.5\"><path fill=\"none\" stroke=\"#000000\" stroke-width=\"1pt\" d=\"M 1,2 L 6,7 M 6,2 L 1,7\" style=\"stroke-dasharray: 0, 0;\"></path></marker></defs><defs><marker id=\"diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd-filled-head\" refX=\"15.5\" refY=\"7\" markerWidth=\"20\" markerHeight=\"28\" orient=\"auto\"><path d=\"M 18,7 L9,13 L14,7 L9,1 Z\"></path></marker></defs><defs><marker id=\"diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd-sequencenumber\" refX=\"15\" refY=\"15\" markerWidth=\"60\" markerHeight=\"40\" orient=\"auto\"><circle cx=\"15\" cy=\"15\" r=\"6\"></circle></marker></defs><defs><marker id=\"diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd-solidTopArrowHead\" refX=\"7.9\" refY=\"7.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 10 8 L 0 8 z\"></path></marker></defs><defs><marker id=\"diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd-solidBottomArrowHead\" refX=\"7.9\" refY=\"0.75\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 10 0 L 0 8 z\"></path></marker></defs><defs><marker id=\"diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd-stickTopArrowHead\" refX=\"7.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 7 7\" stroke=\"black\" stroke-width=\"1.5\" fill=\"none\"></path></marker></defs><defs><marker id=\"diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd-stickBottomArrowHead\" refX=\"7.5\" refY=\"0\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 7 L 7 0\" stroke=\"black\" stroke-width=\"1.5\" fill=\"none\"></path></marker></defs><g data-et=\"note\" data-id=\"i0\"><rect x=\"50\" y=\"75\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"820\" height=\"42\" class=\"note\"></rect><text x=\"460\" y=\"80\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"460\">Phase 1: Key Generation</tspan></text></g><g data-et=\"note\" data-id=\"i5\"><rect x=\"50\" y=\"343\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"820\" height=\"42\" class=\"note\"></rect><text x=\"460\" y=\"348\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"460\">Phase 2: Ripple Setup</tspan></text></g><g data-et=\"note\" data-id=\"i9\"><rect x=\"50\" y=\"617\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"820\" height=\"42\" class=\"note\"></rect><text x=\"460\" y=\"622\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"460\">Phase 3: Deployment</tspan></text></g><g data-et=\"note\" data-id=\"i14\"><rect x=\"50\" y=\"885\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"820\" height=\"42\" class=\"note\"></rect><text x=\"460\" y=\"890\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"460\">Phase 4: Verification</tspan></text></g><text x=\"212\" y=\"132\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Run --keygen mode</text><line x1=\"76\" y1=\"171\" x2=\"348\" y2=\"171\" class=\"messageLine0\" data-et=\"message\" data-id=\"i1\" data-from=\"C\" data-to=\"T\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd-arrowhead)\" style=\"fill: none;\"></line><text x=\"497\" y=\"186\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Store keys in Secrets Manager</text><line x1=\"353\" y1=\"225\" x2=\"641\" y2=\"225\" class=\"messageLine0\" data-et=\"message\" data-id=\"i2\" data-from=\"T\" data-to=\"AWS\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd-arrowhead)\" style=\"fill: none;\"></line><text x=\"215\" y=\"240\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Output Node 2 &amp; 3 Peer IDs</text><line x1=\"351\" y1=\"279\" x2=\"79\" y2=\"279\" class=\"messageLine0\" data-et=\"message\" data-id=\"i3\" data-from=\"T\" data-to=\"C\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd-arrowhead)\" style=\"fill: none;\"></line><text x=\"459\" y=\"294\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Share Peer IDs</text><line x1=\"76\" y1=\"333\" x2=\"841\" y2=\"333\" class=\"messageLine0\" data-et=\"message\" data-id=\"i4\" data-from=\"C\" data-to=\"R\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd-arrowhead)\" style=\"fill: none;\"></line><text x=\"846\" y=\"400\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Configure Nodes 0 &amp; 1</text><path d=\"M 846,439 C 906,429 906,469 846,459\" class=\"messageLine0\" data-et=\"message\" data-id=\"i6\" data-from=\"R\" data-to=\"R\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd-arrowhead)\" style=\"fill: none;\"></path><text x=\"846\" y=\"484\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Configure Relay Server</text><path d=\"M 846,523 C 906,513 906,553 846,543\" class=\"messageLine0\" data-et=\"message\" data-id=\"i7\" data-from=\"R\" data-to=\"R\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd-arrowhead)\" style=\"fill: none;\"></path><text x=\"462\" y=\"568\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Provide Ripple config</text><line x1=\"844\" y1=\"607\" x2=\"79\" y2=\"607\" class=\"messageLine0\" data-et=\"message\" data-id=\"i8\" data-from=\"R\" data-to=\"C\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd-arrowhead)\" style=\"fill: none;\"></line><text x=\"212\" y=\"674\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Run deployment mode</text><line x1=\"76\" y1=\"713\" x2=\"348\" y2=\"713\" class=\"messageLine0\" data-et=\"message\" data-id=\"i10\" data-from=\"C\" data-to=\"T\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd-arrowhead)\" style=\"fill: none;\"></line><text x=\"497\" y=\"728\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Provision infrastructure</text><line x1=\"353\" y1=\"767\" x2=\"641\" y2=\"767\" class=\"messageLine0\" data-et=\"message\" data-id=\"i11\" data-from=\"T\" data-to=\"AWS\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd-arrowhead)\" style=\"fill: none;\"></line><text x=\"497\" y=\"782\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Deploy EC2 Nitro instances</text><line x1=\"353\" y1=\"821\" x2=\"641\" y2=\"821\" class=\"messageLine0\" data-et=\"message\" data-id=\"i12\" data-from=\"T\" data-to=\"AWS\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd-arrowhead)\" style=\"fill: none;\"></line><text x=\"215\" y=\"836\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Deployment complete</text><line x1=\"351\" y1=\"875\" x2=\"79\" y2=\"875\" class=\"messageLine0\" data-et=\"message\" data-id=\"i13\" data-from=\"T\" data-to=\"C\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd-arrowhead)\" style=\"fill: none;\"></line><text x=\"459\" y=\"942\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Confirm connectivity</text><line x1=\"76\" y1=\"981\" x2=\"841\" y2=\"981\" class=\"messageLine0\" data-et=\"message\" data-id=\"i15\" data-from=\"C\" data-to=\"R\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd-arrowhead)\" style=\"fill: none;\"></line><text x=\"462\" y=\"996\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Run cluster health check</text><line x1=\"844\" y1=\"1035\" x2=\"79\" y2=\"1035\" class=\"messageLine0\" data-et=\"message\" data-id=\"i16\" data-from=\"R\" data-to=\"C\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-60d366bed760a81b0e019a56302df6bd572c9ab7cc477f9f741e537af4487efd-arrowhead)\" style=\"fill: none;\"></line></svg>"},"children":["sequenceDiagram\n    participant C as Customer\n    participant T as MPC Deployer Tool\n    participant AWS as AWS Account\n    participant R as Ripple\n\n    Note over C,R: Phase 1: Key Generation\n    C->>T: Run --keygen mode\n    T->>AWS: Store keys in Secrets Manager\n    T->>C: Output Node 2 & 3 Peer IDs\n    C->>R: Share Peer IDs\n\n    Note over C,R: Phase 2: Ripple Setup\n    R->>R: Configure Nodes 0 & 1\n    R->>R: Configure Relay Server\n    R->>C: Provide Ripple config\n\n    Note over C,R: Phase 3: Deployment\n    C->>T: Run deployment mode\n    T->>AWS: Provision infrastructure\n    T->>AWS: Deploy EC2 Nitro instances\n    T->>C: Deployment complete\n\n    Note over C,R: Phase 4: Verification\n    C->>R: Confirm connectivity\n    R->>C: Run cluster health check\n"]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"step-1-generate-node-keys","__idx":9},"children":["Step 1: Generate node keys"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Generate cryptographic keys for your MPC nodes (Node 2 and Node 3):"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"docker run --rm -it \\\n  -e AWS_ACCESS_KEY_ID \\\n  -e AWS_SECRET_ACCESS_KEY \\\n  -e AWS_DEFAULT_REGION \\\n  -v $(pwd)/output:/app/output \\\n  <RIPPLE_REGISTRY>/mpc-deployer:<VERSION> \\\n  --keygen --output /app/output\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The tool will prompt for:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Region"]},": Primary AWS region (e.g., ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["us-east-1"]},")"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Secondary region"]},": DR region (e.g., ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["us-west-2"]},")."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Tenant alias"]},": Your organization identifier."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Tenant Instance Code"]},": Environment code"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Output:"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"🎉 Key material successfully generated and stored in AWS Secrets Manager.\n🔑 Node 2 Public Key (Peer ID): 12D3KooWBhMevWJT...\n🔑 Node 3 Public Key (Peer ID): 12D3KooWCdEfGhIj...\n"},"children":[]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"warning"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Share with Ripple:"]}," Send the Node 2 and Node 3 Peer IDs to your Ripple representative. These are public identifiers and are safe to share."]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"step-2-wait-for-ripple-configuration","__idx":10},"children":["Step 2: Wait for Ripple configuration"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Ripple will configure their infrastructure and provide you with:"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Configuration"},"children":["Configuration"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Example"},"children":["Example"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Relay Host"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["relay.mpc.ripple.com"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Relay Port"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["6000"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Relay Public Key"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["12D3KooW..."]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Node 0 Public Key"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["12D3KooW..."]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Node 1 Public Key"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["12D3KooW..."]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["MPC Docker Image"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["metaco.azurecr.io/custody/mpc-core:1.3.12"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"step-3-deploy-mpc-nodes","__idx":11},"children":["Step 3: Deploy MPC nodes"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Once you receive configuration from Ripple, deploy the infrastructure:"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"non-interactive-deployment-recommended","__idx":12},"children":["Non-interactive deployment (recommended)"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["For production deployments, use environment variables with the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--non-interactive"]}," flag:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"# Create .env file with configuration\ncat > .env << EOF\nREGION=us-east-1\nSECONDARY_REGION=us-west-2\nTENANT_ALIAS=your-tenant\nTENANT_INSTANCE_CODE=prod\n\nMPC_DOCKER_IMAGE=metaco.azurecr.io/custody/mpc-core:1.3.12\nMPC_DOCKER_REGISTRY_USERNAME=your-username\nMPC_DOCKER_REGISTRY_PASSWORD=your-password\n\nMPC_RELAY_HOST=relay.mpc.ripple.com\nMPC_RELAY_PORT=6000\nMPC_RELAY_PUBLIC_KEY=12D3KooW...\nMPC_NODE0_PUBLIC_KEY=12D3KooW...\nMPC_NODE1_PUBLIC_KEY=12D3KooW...\n\nOTEL_HTTP_ENDPOINT=https://your-otel-endpoint\nOTEL_HTTP_USER=your-username\nOTEL_HTTP_PASSWORD=your-password\n\nENCLAVE_DECRYPTION_SERVER_URL=https://decrypter.metaco.services\nEOF\n\n# Run deployment\ndocker run --rm -it \\\n  --env-file .env \\\n  -e AWS_ACCESS_KEY_ID \\\n  -e AWS_SECRET_ACCESS_KEY \\\n  -v $(pwd)/output:/app/output \\\n  -v $(pwd)/.terraform-state:/terraform-state \\\n  <RIPPLE_REGISTRY>/mpc-deployer:<VERSION> \\\n  --output /app/output --non-interactive\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"interactive-deployment-fallback","__idx":13},"children":["Interactive deployment (fallback)"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If you prefer to enter configuration interactively:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"docker run --rm -it \\\n  -e AWS_ACCESS_KEY_ID \\\n  -e AWS_SECRET_ACCESS_KEY \\\n  -e AWS_DEFAULT_REGION \\\n  -v $(pwd)/output:/app/output \\\n  -v $(pwd)/.terraform-state:/terraform-state \\\n  <RIPPLE_REGISTRY>/mpc-deployer:<VERSION> \\\n  --output /app/output\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The tool will prompt for all required configuration. Previously stored values (from key generation) will be pre-populated from AWS Secrets Manager."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"deployment-into-existing-vpc","__idx":14},"children":["Deployment into existing VPC"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If you have an existing VPC, use the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--no-create-vpc"]}," flag:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"docker run --rm -it \\\n  -e AWS_ACCESS_KEY_ID \\\n  -e AWS_SECRET_ACCESS_KEY \\\n  -e AWS_DEFAULT_REGION \\\n  -v $(pwd)/output:/app/output \\\n  -v $(pwd)/.terraform-state:/terraform-state \\\n  <RIPPLE_REGISTRY>/mpc-deployer:<VERSION> \\\n  --output /app/output --no-create-vpc\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["You will be prompted for:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["VPC ID"]},": ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["vpc-0123456789abcdef0"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Private Subnet 1 ID"]},": ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["subnet-0123456789abcdef0"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Private Subnet 2 ID"]},": ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["subnet-0123456789abcdef1"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Both subnets must be private and in separate Availability Zones. MPC nodes are outbound-only — each node dials the relay server and nothing ever connects to them — so a public subnet adds internet-reachable attack surface with no benefit."]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"warning"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Egress is your responsibility in this mode."]}," Each subnet needs a default route to a NAT gateway or corporate egress path, reaching the destinations you configure above. Without one, provisioning succeeds and the nodes then fail to start."]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"step-4-verify-deployment","__idx":15},"children":["Step 4: Verify deployment"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["After deployment completes, verify the infrastructure:"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"check-ec2-instances","__idx":16},"children":["Check EC2 instances"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Verify that the Nitro Enclave instances are running and have the correct instance type:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"aws ec2 describe-instances \\\n  --filters \"Name=tag:Type,Values=nitro-enclave\" \\\n  --query 'Reservations[].Instances[].{ID:InstanceId,State:State.Name,Type:InstanceType}'\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["What to check:"]}," Confirm both instances show ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["State: running"]}," and are using a Nitro-compatible instance type (e.g., ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["m5.xlarge"]}," or larger)."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"check-cloudwatch-logs","__idx":17},"children":["Check CloudWatch logs"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Verify that log groups exist and contain enclave boot logs:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"aws logs describe-log-groups \\\n  --log-group-name-prefix \"<TENANT_ALIAS>-<INSTANCE_CODE>\"\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["What to check:"]}," Look for log entries indicating the enclave has successfully booted and connected to the relay server."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"verify-secrets-manager","__idx":18},"children":["Verify Secrets Manager"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Confirm that secrets were created for your deployment:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"aws secretsmanager list-secrets \\\n  --filter Key=name,Values=\"<TENANT_ALIAS>-<INSTANCE_CODE>\"\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["What to check:"]}," This command lists secret names only and does not reveal key material. Verify that secrets for Node 2 and Node 3 exist."]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"command-reference","__idx":19},"children":["Command reference"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Flag"},"children":["Flag"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Default"},"children":["Default"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--output"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Output directory for logs and generated files"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["./output/"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--keygen"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Generate key material for customer nodes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["false"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--no-create-vpc"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Use existing VPC (prompts for VPC/subnet IDs)"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["false"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--non-interactive"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Disable interactive prompts (recommended for production)"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["false"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--dry-run"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Simulate deployment without making changes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["false"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"troubleshooting","__idx":20},"children":["Troubleshooting"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"common-issues","__idx":21},"children":["Common issues"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Issue"},"children":["Issue"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Cause"},"children":["Cause"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Solution"},"children":["Solution"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["AWS credentials error"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Invalid or expired credentials"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Refresh credentials, verify IAM permissions"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VPC quota exceeded"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Account VPC limit reached"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Request limit increase or use ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--no-create-vpc"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["EC2 instance launch failed"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Nitro instance not available in AZ"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Try different region or instance type"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Nodes fail to start with ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--no-create-vpc"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Supplied subnet has no egress path"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Add a default route to a NAT gateway or corporate egress path"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Docker registry auth failed"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Invalid registry credentials"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Verify credentials with Ripple"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Secrets Manager access denied"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Missing IAM permissions"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Verify your Secrets Manager permissions"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"log-files","__idx":22},"children":["Log files"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["All operations are logged to the output directory:"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Log File"},"children":["Log File"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Content"},"children":["Content"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["output.log"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Main application logs"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["cdktf.log"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Infrastructure provisioning logs"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"getting-help","__idx":23},"children":["Getting help"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If you encounter issues:"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Check log files in the output directory"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Verify AWS credentials and permissions"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Contact your Ripple representative with log files"]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"next-steps","__idx":24},"children":["Next steps"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["After successful deployment, contact your Ripple representative to:"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Verify connectivity"]}," between your nodes and Ripple nodes"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Complete cluster configuration"]}," and run health checks"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Test key generation"]}," using the DKG process"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Set up ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/custody/deployment/integrate-kms/mpc/backups"},"children":["MPC backups"]}]}," for encrypted shard backups with verifiable encryption"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Review ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/custody/deployment/integrate-kms/production-best-practices"},"children":["Production best practices"]}]}," for namespace segmentation, HA, and monitoring"]}]}]},"headings":[{"value":"MPC deployment on AWS","id":"mpc-deployment-on-aws","depth":1},{"value":"Overview","id":"overview","depth":2},{"value":"What gets deployed","id":"what-gets-deployed","depth":3},{"value":"AWS resources created","id":"aws-resources-created","depth":3},{"value":"Prerequisites","id":"prerequisites","depth":2},{"value":"AWS requirements","id":"aws-requirements","depth":3},{"value":"Execution requirements","id":"execution-requirements","depth":3},{"value":"From Ripple","id":"from-ripple","depth":3},{"value":"Deployment process","id":"deployment-process","depth":2},{"value":"Step 1: Generate node keys","id":"step-1-generate-node-keys","depth":2},{"value":"Step 2: Wait for Ripple configuration","id":"step-2-wait-for-ripple-configuration","depth":2},{"value":"Step 3: Deploy MPC nodes","id":"step-3-deploy-mpc-nodes","depth":2},{"value":"Non-interactive deployment (recommended)","id":"non-interactive-deployment-recommended","depth":3},{"value":"Interactive deployment (fallback)","id":"interactive-deployment-fallback","depth":3},{"value":"Deployment into existing VPC","id":"deployment-into-existing-vpc","depth":3},{"value":"Step 4: Verify deployment","id":"step-4-verify-deployment","depth":2},{"value":"Check EC2 instances","id":"check-ec2-instances","depth":3},{"value":"Check CloudWatch logs","id":"check-cloudwatch-logs","depth":3},{"value":"Verify Secrets Manager","id":"verify-secrets-manager","depth":3},{"value":"Command reference","id":"command-reference","depth":2},{"value":"Troubleshooting","id":"troubleshooting","depth":2},{"value":"Common issues","id":"common-issues","depth":3},{"value":"Log files","id":"log-files","depth":3},{"value":"Getting help","id":"getting-help","depth":3},{"value":"Next steps","id":"next-steps","depth":2}],"frontmatter":{"seo":{"title":"MPC deployment on AWS"}},"lastModified":"2026-08-04T20:25:11.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/products/custody/deployment/integrate-kms/mpc/aws-deployment","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}