Token Platform
Issuer DashboardInvestor DashboardPT-BR Version
  • 🟢Overview
    • Introduction
    • Meet the Products
    • FAQ
    • Support and Feedback
  • 📒Issuer Dashboard
    • KYB
    • Analytics
    • Token Issuance
    • Types of Tokens
    • BRLA Stablecoin
  • 💲Investor Dashboard
    • White-Label App
    • Investor Registration
      • KYC & AML
      • Investor Profile
    • Token Marketplace
    • Token Purchase Process
    • Investor Wallet
      • Wallet Balance
      • Tokens in Wallet
      • Statement
      • Deposits and Withdrawals
  • 🧑‍🚀Engineering
    • Stacks Used
    • AWS Infrastructure
    • Product Roadmap
    • Team Structure
  • ⚙️API
    • API Documentation
Powered by GitBook
On this page
  1. Engineering

AWS Infrastructure

Implementation of Infrastructure-as-code using Terraform.

Last updated 1 year ago

Root Modules

The project is structured with the following root module architecture:

Cluster: Main resources such as application runtime, database, and dependencies.

Network: Contains the core VPC configuration.

CloudFront: CloudFront distribution and WAF ACL.

Core: This is a helper module for resources that should remain separate from their main modules for better governance, such as ACM, ECR, and others.

🧑‍🚀
Representation of AWS Infrastructure
Representation of root module dependencies