File tree 1 file changed +0
-1
lines changed
content/beginner/190_fsx_lustre
1 file changed +0
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ ACCOUNT_ID=$(aws sts get-caller-identity --query "Account" --output text)
31
31
CLUSTER_NAME=eksworkshop-eksctl
32
32
VPC_ID=$(aws eks describe-cluster --name $CLUSTER_NAME --query "cluster.resourcesVpcConfig.vpcId" --output text)
33
33
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)
35
34
CIDR_BLOCK=$(aws ec2 describe-vpcs --vpc-ids $VPC_ID --query "Vpcs[].CidrBlock" --output text)
36
35
S3_LOGS_BUCKET=eks-fsx-lustre-$(cat /dev/urandom | LC_ALL=C tr -dc "[:alpha:]" | tr '[:upper:]' '[:lower:]' | head -c 32)
37
36
SECURITY_GROUP_ID=$(aws eks describe-cluster --name $CLUSTER_NAME --query "cluster.resourcesVpcConfig.clusterSecurityGroupId" --output text)
You can’t perform that action at this time.
0 commit comments