Update aws-ecs.mdx

This commit is contained in:
Maidul Islam
2024-04-15 03:36:12 -04:00
committed by GitHub
parent 1132d07dea
commit a0259712df

View File

@@ -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>