Skip to content

Commit

Permalink
put right sg-id
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-nhs committed Sep 20, 2024
1 parent 49bdea6 commit 397c121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_psu_load_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ then
fi

security_group=$(aws cloudformation list-exports --output json | jq -r '.Exports[] | select(.Name == "vpc-resources:VpcDefaultSecurityGroup") | .Value' | grep -o '[^:]*$')
security_group=prescribe-dispense-LoadBalancers-SZHMHZ5I7IEP-LoadBalancerSecurityGroup-euCBejTNhIVM
security_group=sg-0008adcf48e06f27b
export security_group
vpc_subnets=$(aws cloudformation list-exports --output json | jq -r '.Exports[] | select(.Name == "vpc-resources:PrivateSubnets") | .Value' | grep -o '[^:]*$')
export vpc_subnets
Expand Down

0 comments on commit 397c121

Please sign in to comment.