https - AWS Lambda cannot connect to Kinesis Firehose "Max retries exceeded with url" -


i've followed several tutorials , added different iam configurations , security groups keep things open , obvious possible , nothing has worked. here debug log, , main error pasted below. let me know if there's other data should add make clear.

[debug] 2016-09-22t13:57:40.965z    5b770867-80cc-11e6-b5b8-018d2de39616    connectionerror received when sending http request. traceback (most recent call last): file "/var/runtime/botocore/endpoint.py", line 174, in _get_response proxies=self.proxies, timeout=self.timeout) file "/var/runtime/botocore/vendored/requests/sessions.py", line 573, in send r = adapter.send(request, **kwargs) file "/var/runtime/botocore/vendored/requests/adapters.py", line 419, in send raise connecttimeout(e, request=request) connecttimeout: httpsconnectionpool(host='firehose.us-east-1.amazonaws.com', port=443): max retries exceeded url: / (caused connecttimeouterror(<botocore.awsrequest.awshttpsconnection object @ 0x7fbbc4c92c10>, 'connection firehose.us-east-1.amazonaws.com timed out. (connect timeout=60)')) 

debug output lambda log in cloudwatch

please follow answer in thread. explain how make lambda contact service on internet (such s3, kinesis , so).


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -