From 7327fbb37cdf6fce0aced6fdbd9e4b2735f8fa21 Mon Sep 17 00:00:00 2001 From: nikki everett Date: Tue, 10 Dec 2024 15:23:23 -0600 Subject: [PATCH] finish adding pages for amazon ECS agent Signed-off-by: nikki everett --- .../hybrid/agents/amazon-ecs/amazon-ecs-existing-vpc.md | 6 ------ .../hybrid/agents/amazon-ecs/amazon-ecs-new-vpc.md | 6 ------ .../hybrid/agents/amazon-ecs/configuration-reference.md | 6 ++++++ .../deployment/hybrid/agents/amazon-ecs/existing-vpc.md | 4 ++++ .../deployment/hybrid/agents/amazon-ecs/manual-provision.md | 6 ++++++ .../deployment/hybrid/agents/amazon-ecs/new-vpc.md | 4 ++++ 6 files changed, 20 insertions(+), 12 deletions(-) delete mode 100644 docs/docs-beta/docs/dagster-plus/deployment/hybrid/agents/amazon-ecs/amazon-ecs-existing-vpc.md delete mode 100644 docs/docs-beta/docs/dagster-plus/deployment/hybrid/agents/amazon-ecs/amazon-ecs-new-vpc.md create mode 100644 docs/docs-beta/docs/dagster-plus/deployment/hybrid/agents/amazon-ecs/configuration-reference.md create mode 100644 docs/docs-beta/docs/dagster-plus/deployment/hybrid/agents/amazon-ecs/existing-vpc.md create mode 100644 docs/docs-beta/docs/dagster-plus/deployment/hybrid/agents/amazon-ecs/manual-provision.md create mode 100644 docs/docs-beta/docs/dagster-plus/deployment/hybrid/agents/amazon-ecs/new-vpc.md diff --git a/docs/docs-beta/docs/dagster-plus/deployment/hybrid/agents/amazon-ecs/amazon-ecs-existing-vpc.md b/docs/docs-beta/docs/dagster-plus/deployment/hybrid/agents/amazon-ecs/amazon-ecs-existing-vpc.md deleted file mode 100644 index 8641f3430bb54..0000000000000 --- a/docs/docs-beta/docs/dagster-plus/deployment/hybrid/agents/amazon-ecs/amazon-ecs-existing-vpc.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Amazon ECS agents (Existing VPC)" -displayed_sidebar: "dagsterPlus" -sidebar_position: 110 -sidebar_label: "Amazon ECS (Existing VPC)" ---- diff --git a/docs/docs-beta/docs/dagster-plus/deployment/hybrid/agents/amazon-ecs/amazon-ecs-new-vpc.md b/docs/docs-beta/docs/dagster-plus/deployment/hybrid/agents/amazon-ecs/amazon-ecs-new-vpc.md deleted file mode 100644 index 7fee7ac73eb1a..0000000000000 --- a/docs/docs-beta/docs/dagster-plus/deployment/hybrid/agents/amazon-ecs/amazon-ecs-new-vpc.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Amazon ECS agents (New VPC)" -displayed_sidebar: "dagsterPlus" -sidebar_position: 100 -sidebar_label: "Amazon ECS (New VPC)" ---- diff --git a/docs/docs-beta/docs/dagster-plus/deployment/hybrid/agents/amazon-ecs/configuration-reference.md b/docs/docs-beta/docs/dagster-plus/deployment/hybrid/agents/amazon-ecs/configuration-reference.md new file mode 100644 index 0000000000000..a0578f15c72eb --- /dev/null +++ b/docs/docs-beta/docs/dagster-plus/deployment/hybrid/agents/amazon-ecs/configuration-reference.md @@ -0,0 +1,6 @@ +--- +title: Configuration reference +sidebar_position: 400 +--- + +{/* TODO copy from https://docs.dagster.io/dagster-plus/deployment/agents/amazon-ecs/configuration-reference */} diff --git a/docs/docs-beta/docs/dagster-plus/deployment/hybrid/agents/amazon-ecs/existing-vpc.md b/docs/docs-beta/docs/dagster-plus/deployment/hybrid/agents/amazon-ecs/existing-vpc.md new file mode 100644 index 0000000000000..9a07a6b58a478 --- /dev/null +++ b/docs/docs-beta/docs/dagster-plus/deployment/hybrid/agents/amazon-ecs/existing-vpc.md @@ -0,0 +1,4 @@ +--- +title: Existing VPC setup +sidebar_position: 200 +--- diff --git a/docs/docs-beta/docs/dagster-plus/deployment/hybrid/agents/amazon-ecs/manual-provision.md b/docs/docs-beta/docs/dagster-plus/deployment/hybrid/agents/amazon-ecs/manual-provision.md new file mode 100644 index 0000000000000..3b4298eed07ab --- /dev/null +++ b/docs/docs-beta/docs/dagster-plus/deployment/hybrid/agents/amazon-ecs/manual-provision.md @@ -0,0 +1,6 @@ +--- +title: Manual provision setup +sidebar_position: 300 +--- + +{/* TODO move content from https://docs.dagster.io/dagster-plus/deployment/agents/amazon-ecs/manually-provisioning-ecs-agent */} \ No newline at end of file diff --git a/docs/docs-beta/docs/dagster-plus/deployment/hybrid/agents/amazon-ecs/new-vpc.md b/docs/docs-beta/docs/dagster-plus/deployment/hybrid/agents/amazon-ecs/new-vpc.md new file mode 100644 index 0000000000000..7536d77371d33 --- /dev/null +++ b/docs/docs-beta/docs/dagster-plus/deployment/hybrid/agents/amazon-ecs/new-vpc.md @@ -0,0 +1,4 @@ +--- +title: New VPC setup +sidebar_position: 100 +---