Google Sign-In Required

Use your company Google account to access the BetterFleet private content.

Back to private home

BetterFleet Support Private
Skip to content
BetterFleet Dev Wiki
Cloud Dependencies
Initializing search
    bf-dev
    • Home
    • Product Capabilities
    • Process
    • Current Work
    • System Design
    • Software Reference
    • Operations
    bf-dev
    • Home
      • Overview
      • Manage
      • Overview
      • Product Engineering Workflow
      • Product Engineering Delivery
      • Product Engineering Workflow in Linear
        • GitLab Feature Flags
        • In-App Docs Authoring
        • Release Notes
      • Templates
      • Publishing
      • Workflow Companions
      • Overview
      • Active Artifacts
      • Backlog Artifacts
      • Archived Artifacts
      • Overview
      • Microgrid
      • OSCP
        • Challenge
        • Specification
        • Spec
        • Architecture
        • Overview
        • Script Runtime Model
        • Compose Profiles and Modes
        • Repo Topology
        • CI and Release Integration
        • Overview
        • Internal Application Diagrams
          • Overview
          • Web Model
          • Core Model
        • Service Interaction Flows
        • Data and State
          • Index
          • bf-manage-web
          • bf-manage-core
          • bf-manage-connect
          • bf-manage-sitepwrmon
          • bf-manage-incidents
          • bf-telematics
          • bf-depot-sim
          • bf-manage-roaming
          • bf-support-microsite
          • bf-digital-twin
          • bf-schedule-creator
        • Overview
        • Internal Application Diagrams
        • Migration and Flags
        • Simulation Request Lifecycle
          • Index
          • bf-bnl-ui
          • bf-bnl-settings
          • bf-bnl-schedule-analysis-compute
          • bf-route-modelling
          • bf-schedule-creator
          • bf-digital-twin
        • Overview
        • Secrets and Env Strategy
        • Vendors and Local Dependencies
        • ADRs
        • Service Matrix
        • Cloud Dependencies
          • Service Dependency Matrix
          • Manage and Shared Cloud Map
          • Plan Cloud Map
          • Additional AWS Integration Surface
        • Ports and URLs
      • Onboarding
      • Daily Operations Runbook
        • Overview
        • Staging Hotfix Release
        • Production Hotfix Release
        • Terraform Plan Dry Runs
      • Troubleshooting
      • Testing Guide
    • Service Dependency Matrix
    • Manage and Shared Cloud Map
    • Plan Cloud Map
    • Additional AWS Integration Surface

    Cloud Data Dependencies¶

    This page captures cloud data-store dependencies validated against in-repo code usage (boto3/aioboto3) as of 2026-03-03.

    Service Dependency Matrix¶

    Service AWS S3 AWS DynamoDB Notes
    bf-manage-core yes yes report cache writes to S3 and report or packet-log style data paths use DynamoDB
    bf-digital-twin yes yes simulation artifacts and run metadata persistence
    bf-bnl-settings yes yes settings resources and scenario metadata persistence
    bf-bnl-schedule-analysis-compute yes no known direct dynamodb use compute artifact and intermediate data storage paths
    bf-schedule-creator yes no known direct dynamodb use schedule payload and output storage

    Manage and Shared Cloud Map¶

    flowchart LR
      MC[bf-manage-core] --> S3[(aws s3)]
      MC --> DDB[(aws dynamodb)]
      DT[bf-digital-twin] --> S3
      DT --> DDB

    Plan Cloud Map¶

    flowchart LR
      Settings[bf-bnl-settings] --> S3[(aws s3)]
      Settings --> DDB[(aws dynamodb)]
      Compute[bf-bnl-schedule-analysis-compute] --> S3
      Creator[bf-schedule-creator] --> S3
      Twin[bf-digital-twin] --> S3
      Twin --> DDB

    Additional AWS Integration Surface¶

    flowchart LR
      MC[bf-manage-core] --> Cognito[aws cognito]
      MC --> Iot[aws iot]
      MC --> Ses[aws ses]
      MC --> Scheduler[aws eventbridge scheduler]
    Made with Material for MkDocs