Skip to content

Commit 33c145a

Browse files
authored
Remove the wrong SECURITY_GROUP_ID variable (#1516)
There are two SECURITY_GROUP_ID variables in this doc, and obviously the first one is wrong.
1 parent 3ef5de7 commit 33c145a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

content/beginner/190_fsx_lustre/launching-fsx.md

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ ACCOUNT_ID=$(aws sts get-caller-identity --query "Account" --output text)
3131
CLUSTER_NAME=eksworkshop-eksctl
3232
VPC_ID=$(aws eks describe-cluster --name $CLUSTER_NAME --query "cluster.resourcesVpcConfig.vpcId" --output text)
3333
SUBNET_ID=$(aws eks describe-cluster --name $CLUSTER_NAME --query "cluster.resourcesVpcConfig.subnetIds[0]" --output text)
34-
SECURITY_GROUP_ID=$(aws eks describe-cluster --name $CLUSTER_NAME --query "cluster.resourcesVpcConfig.securityGroupIds" --output text)
3534
CIDR_BLOCK=$(aws ec2 describe-vpcs --vpc-ids $VPC_ID --query "Vpcs[].CidrBlock" --output text)
3635
S3_LOGS_BUCKET=eks-fsx-lustre-$(cat /dev/urandom | LC_ALL=C tr -dc "[:alpha:]" | tr '[:upper:]' '[:lower:]' | head -c 32)
3736
SECURITY_GROUP_ID=$(aws eks describe-cluster --name $CLUSTER_NAME --query "cluster.resourcesVpcConfig.clusterSecurityGroupId" --output text)

0 commit comments

Comments
 (0)