I'm consistently experiencing this problem when I try to deploy this quick start:
- DeploymentWaitCondition Fails
- Looking at the DeploymentStateMachine, there is an error in the Check ISE Status Step
- There is a Runtime error when executing the Lambda function for this step:
{
"errorMessage": "Unable to import module 'index': cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_' (/opt/python/urllib3/util/ssl_.py)",
"errorType": "Runtime.ImportModuleError",
"requestId": "2bb099aa-d584-4e12-95c7-43ce8ec3a0ca",
"stackTrace": []
}
I found this thread that can point to the root cause, but I might be wrong: psf/requests#6443
Hope you can fix this quickly.
Thanks!!