Skip to content

Commit

Permalink
Improve diagram connections and colors
Browse files Browse the repository at this point in the history
  • Loading branch information
neidiom committed Jan 9, 2024
1 parent 09090d5 commit c1a3057
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions apprunner.plantuml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ AWSCloudGroup(aws_cloud, "AWS Cloud") {
AppRunner(api, "API service", "NodeJS")
AppRunner(fe, "Frontend service", "NuxtJS")
}
ElasticContainerRegistry(ecr_api, "ECR", "NodeJS") {
ElasticContainerRegistry(ecr_api, "ECR", "No deJS") {
ElasticContainerRegistryImage(api_ecr_image, "API Container image", "NodeJSs")
}
ElasticContainerRegistry(ecr_fe, "ECR", "NuxtJS") {
Expand All @@ -40,9 +40,19 @@ AWSCloudGroup(aws_cloud, "AWS Cloud") {
}
}

ingress -u-> fe
fe --> api
api_ecr_image -> api
fe_ecr_image -> fe
ingress <-[dashed,$AWS_COLOR_GALAXY]u----> fe


'ECR Image to AppRunner '
api_ecr_image -[$AWS_COLOR_SMILE]----> api : pull container image
fe_ecr_image -[$AWS_COLOR_SMILE]----> fe : pull container image

'AppRunner to AppRunner '
fe -[$AWS_COLOR_SMILE]-> api

'Positioning'
ecr_api -[hidden]left--------> ecr_fe
vpc -[hidden]up--> fe
vpc -[hidden]down--> api

@enduml
Binary file modified out/apprunner/apprunner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c1a3057

Please sign in to comment.