Secured ISP to Lambda?
Hi, I was wanting to "securely" stream data from a rack i have in an ISP to my AWS Lambda instance. I was wondering what the best solution might be? I thought of something sort of vpn and perhaps kinesis to lambda but not sure how i would initiate that from the on premises rack and that was a shot in the dark. Would appreciate any input. Thank you.
What types of data do you want to stream?
In either case, there are different options. As you did mention stream then Kinesis Data Streams seems like an appropriate solution. The client (application running in the ISP) will need to send the data into Kinesis. For that you will need to give it AWS credentials that will allow it to write ti the stream. Another option is to send the data to API GW that will place it into Kinesis Data Streams. Your client will also need some credentials to auth with API GW.
The answer will really depend on the type of data, the amount of data and if you want to have it streamed continuously. If you wanted to go the Kinesis route, then you can send via various methods https://docs.aws.amazon.com/streams/latest/dev/building-producers.html
The uploading and downloading of data to and from Kinesis is dine via SSL/TLS. You can also see the Security details here: https://aws.amazon.com/kinesis/data-streams/faqs/?nc=sn&loc=6
Relevant questions
cannot connect from web application to oracle rds from ISP
Accepted Answerasked 3 years agoHow do I configure an Amazon MQ instance that's in a VPC to invoke a Lambda function?
Accepted Answerasked a year agoHow do I deactivate an AWS service?
asked 2 months agoWhy can't I find my RDS database from my lambda function?
asked 4 months agoAt what point is an AWS SQS queue overkill as a Lambda function's source?
asked 4 months agohow do i delete a lambda@edge that isn't attached to a cloudfront?
asked 7 months agoaws lambda stream newest data in local html/php
asked 19 days agoSecured ISP to Lambda?
asked 20 days agoUsing AWS Lambda to run Python script, how can I save data?
Accepted Answerasked 3 years agoCan I create relationship from User pool to table in DynamoDB?
asked 3 years ago