From a0259712df265484f502ddc09cb94cfa8efe1fb6 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Mon, 15 Apr 2024 03:36:12 -0400 Subject: [PATCH] Update aws-ecs.mdx --- docs/self-hosting/reference-architectures/aws-ecs.mdx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/self-hosting/reference-architectures/aws-ecs.mdx b/docs/self-hosting/reference-architectures/aws-ecs.mdx index 95aaa22ed..a4ce4a2b6 100644 --- a/docs/self-hosting/reference-architectures/aws-ecs.mdx +++ b/docs/self-hosting/reference-architectures/aws-ecs.mdx @@ -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. - \ No newline at end of file +