You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: terraform/python/ec2/adot-genai/main.tf
+11-26Lines changed: 11 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -123,34 +123,19 @@ for i in {1..60}; do
123
123
sleep 5
124
124
done
125
125
126
-
# Create traffic generator script
127
-
cat > /app/generate_traffic.sh << 'TRAFFIC_EOF'
128
-
#!/bin/bash
129
-
DELAY_SECONDS="$${DELAY_SECONDS:-10}"
130
-
NUM_REQUESTS="$${NUM_REQUESTS:-5}"
131
-
TIMEOUT="$${TIMEOUT:-30}"
132
-
MESSAGES=("What is the weather like today?" "Tell me a joke" "How do I make a cup of coffee?" "What are the benefits of exercise?" "Explain quantum computing in simple terms")
133
-
134
-
echo "Starting traffic generator with $$NUM_REQUESTS requests, $$DELAY_SECONDS second delay"
0 commit comments