Forum Discussion
LeoMatador
Sep 12, 2023Copper Contributor
Securely access Azure OpenAI in another cloud provider
For you what architecture is suitable for this need ? I was thinking of Azure AD Proxy Application with SSO enabled. What do you think
nl889
Sep 14, 2023Copper Contributor
You could just access OpenAI on the other cloud rather than via Azure? (as Open AI has an API that can be accessed). For example on AWS you could create an EC2 instance and then use the CLI there to access OpenAI?
LeoMatador
Sep 14, 2023Copper Contributor
Yes it's a good option but can we use internal data in a S3 bucket to train the model rather than public data ?
- nl889Sep 14, 2023Copper ContributorThis product seems to do it: https://n8n.io/integrations/aws-s3/and/openai/
Even doing it yourself this indicates it can be done: https://dominguezdaniel.medium.com/building-ai-models-with-openai-and-aws-fff1f0c1b723- LeoMatadorSep 14, 2023Copper ContributorThank you I think it would work