Skip to content
toddb edited this page Dec 6, 2018 · 2 revisions

Contents

Deployment

              Security      Networking                  Compute          Storage         Database       Management
                            & Content Delivery




                            +----------+                               +------------+
AWS                  cdn    |          |                               | S3         |
      +-+--+----------------+Cloudfront+-------------------------------+            |
        ^  |         todo   |          |                               |  javascript|
        |  +----------------+          +-------------------------------+  html      |
        |  |                +----------+                               |            |
        |  |                                                           |    zip     |
        |  |                                                           +-----+------+
        |  |                      +----------+         +----------+          |           +---------+    +---------+
        |  |                      |          |         |          |          |           |DynamoDb |    | Cloud   |
        |  |           api.todo   | API      |         | Lambda   |  <-------+           |         |    | watch   |
        |  +----------------------+ Gateway  +---------+          |                      |         |    |         |
        |                         |          |         |          +----------------------+         |    |         |
        |                         +----------+         +--------+-+                      +---------+    +----+----+
        |                                                       |                                            |
        |     +----------+                                      |                                            |
        |     |          |                                      +--------------------------------------------+
        +-----+ Cert     |                                                    logs
              | Manager  |
              |          |
              |          |
              +----------+
              +----------+
              | IAM      |
              |          |                       todo --> todo.semanticlink.io
              |          |                       cdn  |-> cdn.semanticlink.io
              +----------+                       api  --> api.semanticlink.io


Dreamhost     +-----------+
              | CNAME     |
              | records   |
              | (todo, api, cdn)
              +-----------+


              +-----------+
Auth0         |           |
              | SPA (todo)|
              | App (api) |
              |           |
              | Users     |
              |           |
              +-----------+

Login to aws console

Clone this wiki locally