From a1aec22ecec9825d7d3920a2ad94800f595f9fa4 Mon Sep 17 00:00:00 2001 From: Chris Helma <25470211+chelma@users.noreply.github.com> Date: Wed, 17 Jan 2024 10:59:24 -0600 Subject: [PATCH] Removed misleading section of the README (#153) * The CLI now performs the cdk-bootstrap for the user and it isn't possible for them to perform it themselves due to the special arguments that must be passed. Having a section of the README imply that the user can perform this action will just cause pain. Signed-off-by: Chris Helma --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index 0d5e511..3580ff4 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,6 @@ The CDK is used to perform infrastructure specification, setup, management, and - [Quick Start Guide](#quick-start-guide) - [Architecture and Design](#architecture-and-design) - [How to Run the AWS All-in-One CLI](#how-to-run-the-aws-all-in-one-cli) - - [Performing CDK Bootstrap](#performing-cdk-bootstrap) - [Setting up your Arkime Cluster](#setting-up-your-arkime-cluster) - [Setting up capture for a VPC in the Cluster account](#setting-up-capture-for-a-vpc-in-the-cluster-account) - [Setting up capture for a VPC in another account](#setting-up-capture-for-a-vpc-in-another-account) @@ -86,19 +85,6 @@ Why each of these needed: NOTE: By default, the CDK CLI will use the AWS Region specified as default in your AWS Configuration file; you can set this using the `aws configure` command. It will also use the AWS Account your credentials are associated with. - -### Performing CDK Bootstrap - -Before deploying AWS Resources to your account using the CDK, you must first perform a bootstrapping step. The management CLI should take care of this for you, but the following is provided in case you want/need to do this manually. - -At a high level the CDK needs some existing resources in your AWS account before it deploys your target infrastructure, which you can [learn more about here](https://docs.aws.amazon.com/cdk/v2/guide/bootstrapping.html). Examples include an AWS S3 bucket to stage deployment resources and an AWS ECR repo to receive/house locally-defined Docker images. - -You can bootstrap your AWS Account/Region like so: - -``` -cdk bootstrap -``` - ### Setting up your Arkime Cluster You can deploy the Arkime Cluster into your AWS account like so: