Commit a960199
🐛 Handle DNS resolution errors in ElastiCache discovery (#6902)
ElastiCache endpoints may not resolve in all regions, causing
discovery to fail with "no such host" errors. Use the existing
IsServiceNotAvailableInRegionError helper to gracefully skip
unavailable regions, matching the pattern used by 12+ other
AWS resources (memorydb, msk, opensearch, etc.).
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent e29a520 commit a960199
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
70 | 74 | | |
71 | 75 | | |
72 | 76 | | |
| |||
205 | 209 | | |
206 | 210 | | |
207 | 211 | | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
208 | 216 | | |
209 | 217 | | |
210 | 218 | | |
| |||
0 commit comments