How to setup ec2 on costomer's aws environment

0

I have a saas product in my company where a user needs to upload his stl file. And we take that stl file and we do operations on it like finding blender-wall-thickness, material-anlaysis, complexity -analysis and save the stl in our database. Our server is hosted in ec2 and we are storing stls in s3. We are making docker containers then running this container in the ec2 while exposing one specific to each service. Now one of our costomer does not want to upload his stl files in our s3 and ec2 instead they want to use their ec2 and s3 due to confidentiality reasons. How can we setup a system in their environment where their stl files does not leave their environment still uses our service. But We don't have to share our code .

Suman
asked 4 months ago195 views
1 Answer
1
Accepted Answer

Hello.

For example, why not try setting the bucket policy for the S3 bucket that your customer has so that it can be accessed from your AWS account?
https://repost.aws/knowledge-center/cross-account-access-s3

profile picture
EXPERT
answered 4 months ago
profile picture
EXPERT
reviewed 4 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions