From 8963d73b8db9a8bda08cbc693eb837050d122b6a Mon Sep 17 00:00:00 2001
From: Kelli Fogle <kelli@defenseunicorns.com>
Date: Mon, 29 Apr 2024 20:05:28 +0000
Subject: [PATCH] Update aws-k3d-script.md to reflect updated output of
 k3d-dev.sh -h command

---
 docs/developer/aws-k3d-script.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/developer/aws-k3d-script.md b/docs/developer/aws-k3d-script.md
index 4ec03df32b..5a5403234e 100644
--- a/docs/developer/aws-k3d-script.md
+++ b/docs/developer/aws-k3d-script.md
@@ -46,13 +46,14 @@ The default with no options specified is to use the EC2 public IP for the k3d cl
 ./docs/assets/scripts/developer/k3d-dev.sh -h
 AWS User Name: your.name
 Usage:
-k3d-dev.sh -b -p -m -d -h
+k3d-dev.sh -b -p -m -a -d -h
 
- -b   use big M5 instance. Default is t3.2xlarge
+ -b   use BIG M5 instance. Default is m5a.4xlarge
  -p   use private IP for security group and k3d cluster
  -m   create k3d cluster with metalLB
  -a   attach secondary Public IP (overrides -p and -m flags)
  -d   destroy related AWS resources
+ -w   install the weave CNI instead of the default flannel CNI
  -h   output help
 ```
 ## To use a different AWS profile, VPC, or AMI
-- 
GitLab