aws-samples / aws-genai-llm-chatbot

A modular and comprehensive solution to deploy a Multi-LLM and Multi-RAG powered chatbot (Amazon Bedrock, Anthropic, HuggingFace, OpenAI, Meta, AI21, Cohere, Mistral) using AWS CDK on AWS
https://aws-samples.github.io/aws-genai-llm-chatbot/
MIT No Attribution
973 stars 286 forks source link

How to deploy without some permissions? Can we use existing resources? #258

Open michaelhsieh42 opened 7 months ago

michaelhsieh42 commented 7 months ago

Customer ran into errors during deployment due to lack of ec2:CreateVPC, ec2:CreateInternetGateway, and apigateway:POST permissions. There is a thread about reusing an existing VPC. How can customer use existing Internet Gateway? How can customer work around apigateway:POST?

massi-ang commented 6 months ago

We are moving away from API Gateway in favour of AppSync. Would this work better for your customer?