Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady authored Jun 25, 2024
1 parent c6df970 commit 6953a68
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion design/aws-build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ graph TD
WarFiles
end
EC2[EC2 Stage/Prod]
EC2_Dev[EC2 Dev Docker Stack]
WarFiles --> |deploy| EC2
WarFiles -.-> |docker build| Build
JarFiles -.-> Build
Expand Down Expand Up @@ -60,6 +61,8 @@ graph TD
ECR -.-> |docker pull| EC2_Dev
ECR -.-> |docker pull| Build
EC2[EC2 Stage/Prod]
EC2_Dev[EC2 Dev Docker Stack]
Lambda[Lambda Stage/Prod]
Gems[Ruby Code include by Git Tag]
Gems -.-> Build
Gems --> EC2
Expand Down Expand Up @@ -90,7 +93,7 @@ graph TD
end
```

### Private Config Data
### Private Config Data - Evolve From File System Copy
```mermaid
graph TD
GitHub --> Pipeline
Expand All @@ -100,6 +103,12 @@ graph TD
Build(Code Build)
S3_Private
Build --> |copy| S3_Private
EC2[EC2 Stage/Prod]
EC2_Dev[EC2 Dev Docker Stack]
Lambda[Lambda Stage/Prod]
S3_Private -.-> EC2
S3_Private -.-> EC2_Dev
S3_Private -.-> Lambda
```

---
Expand Down

0 comments on commit 6953a68

Please sign in to comment.