Skip to content

Commit 0e098bd

Browse files
committed
add Screenshots
1 parent 13c1978 commit 0e098bd

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
- **AWS**: Deployed via Terraform Cloud.
3737
- **Components**:
3838
- <img width="33" src="https://raw.githubusercontent.com/marwin1991/profile-technology-icons/refs/heads/main/icons/python.png" alt="Python" title="Python"/> **AI Agent**: Core anomaly detection service (port 8000).
39+
<p align="center">
40+
<img src="Screenshot 2025-07-15 183315.png" width="533"/>
41+
</p>
3942
- <img height="32" width="32" src="https://cdn.simpleicons.org/go" /> **Go Microservices**:
4043
- `blockchain-monitor`: Tracks transactions (port 8081).
4144
- `anomaly-detector`: Analyzes anomalies (port 8082).
@@ -419,6 +422,11 @@ Obtain an Infura API key by creating an account at <a href="https://infura.io">i
419422
curl http://<blockchain-monitor-load-balancer>:8081/health
420423
curl http://<ai-agent-load-balancer>:8000/health
421424
```
425+
426+
<p align="center">
427+
<img src="Screenshot 2025-07-12 215045.png" width="533"/>
428+
</p>
429+
422430
- Ensure the `network` field matches the configured value.
423431

424432
4. **IAM Role (`TerraformCloudRole`)**:
@@ -583,6 +591,10 @@ Obtain an Infura API key by creating an account at <a href="https://infura.io">i
583591
```
584592
- Use the LoadBalancer URL (port 8083).
585593

594+
<p align="center">
595+
<img src="Screenshot 2025-07-12 192906.png" width="533"/>
596+
</p>
597+
586598
## 🏗️🧱📐Infrastructure Details
587599
Infrastructure is managed in the `terraform/` folder:
588600
- **Modules**: `eks`, `alb`, `s3`, `iam`, `network`, `vault`, `rds`, `vault`.

Screenshot 2025-07-12 192906.png

54.2 KB
Loading

Screenshot 2025-07-12 215045.png

28.5 KB
Loading

Screenshot 2025-07-15 183315.png

656 KB
Loading

0 commit comments

Comments
 (0)