mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Update aws-ecs.mdx
This commit is contained in:
@@ -3,8 +3,6 @@ title: "AWS ECS"
|
||||
description: "Reference architecture for self-hosting Infisical on AWS ECS"
|
||||
---
|
||||
|
||||
# Infisical AWS ECS Reference Architecture
|
||||
|
||||
This guide will provide high-level architecture design for deploying the Infisical on AWS ECS and give insights into the core components, high availability strategies, and secure credential management for Infisical's root secrets.
|
||||
|
||||
## Overview
|
||||
@@ -55,4 +53,4 @@ This ensures that if there is a failure in one availability zone, the working re
|
||||
- To automate schema migrations, you may setup CI/CD pipeline with access to the same RDS network to run the schema migrations before making deployment to ECS. This ensures that if migrations fail, your Infisical instances continues to run.
|
||||
- If you would like to run the migrations manually, consider using AWS Systems Manager Session Manager to access the RDS within the VPC on your local machine.
|
||||
- If your organization already has mechanisms in place for secure access to the VPC, such as VPNs or Direct Connect, these can also be utilized for performing database migrations manually.
|
||||
</Accordion>
|
||||
</Accordion>
|
||||
|
||||
Reference in New Issue
Block a user