Please enable JavaScript.
Coggle requires JavaScript to display documents.
Architecture Software - Coggle Diagram
Architecture Software
AWS Architecture
Infras as code
Key concepts
Terraform
State management : this is the json data (file) that terraform use store data/state of the infrastructure in order to regcozine what is the change.
Should use remote state manage file with blocking to make sure there is only 1 active terraform apply running to avoid collapse
Modules
Like the application code, for core modules,securiry,utility... should package as module to reuse and governance
-
-
Micro frontend
Pattern
Frontend Federation :
- supported from Webpack 5 , allow host application can share library to remote apps
-
-
-
-
Practice
Subject 1 : need to build a new real-time notification platform for our B2B corporate clients. This platform must alert them instantly about critical events like large incoming fund transfers, trade finance document approvals, or potential security issues.
Scope
Functional Requirements
-
type notifications : large incoming fund transfer , trade document approvals , security issues
-
Assumptions: assume number of corporate clients (including merchants, SMEs...) is 1mil and regular get notifications 30 times/months ==> average 13 noti/seconds