Last Modified: Aug 25, 2026
Affected Product(s):
BIG-IP Install/Upgrade
Fixed In:
21.1.0.1
Opened: May 18, 2026 Severity: 2-Critical
The tmos_cloudinit_declared test was failing in AWS and Azure due to ECONNRESET errors
tmos_cloudinit_declared could not reliably pass in AWS or Azure causing development delays
- Install DO on an AWS or Azure-deployed BIG-IP
- The fix was to switch from a Promise.all() to 10 managed threads - This limits the number of calls to the BIG-IP, improving reliability. 10 threads was an arbitrary decision
The issue is resolved