Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady authored Sep 6, 2024
1 parent f786cc1 commit 4234f2a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions design/content-ingest-2024/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Content Ingest Workspace Design

```mermaid
graph TD
Eric
Eric --> Desktop
Eric --> Browser
Eric --> EC2
HardDrive --> Desktop
Desktop --> S3
S3 --> LustreFSX
S3 --> Lambda
LustreFSX --> EC2
LoadBalancer --> LoadBalancerListener
LoadBalancerListener --> TargetGroup
TargetGroup --> Lambda
DNSName --> LoadBalancer
Cert --> DNSName
Cert --> LoadBalancer
Browser --> DNSName
```

## Workspace Domain
- Content may be ingested into either Stage or Prod.

Expand Down

0 comments on commit 4234f2a

Please sign in to comment.