docs/internals/architecture/cloud.mdx
This document provides an overview of Infisical's cloud architecture for our US and EU deployments, detailing the core components and how they interact to provide security and infrastructure services.
Infisical Cloud operates on AWS infrastructure using containerized services deployed via Amazon ECS (Elastic Container Service). Our US and EU deployments use identical architectural patterns to ensure consistency and reliability across regions.
A typical Infisical Cloud deployment consists of the following components:
The Infisical application runs as multiple containerized services on ECS:
Container images are pulled from Docker Hub and managed via GitHub Actions for deployments.
Services are deployed in private subnets with the following connectivity:
Each region operates in a separate AWS account, providing strong isolation boundaries for security, compliance, and operational independence.
Application configuration and secrets are managed through AWS SSM Parameter Store, with deployment automation handled via GitHub Actions.
infisical/staging_infisical and infisical/license-api from Docker Hub