kmanuwai
kmanuwai
The definition of a private website here is that the website will only be accessible from the VPC or any client (i.e. on a VPN) that can reach the internal...
You should be able to use existing VPC endpoints although I have not tested this. If you remove the endpoints you don't want created from here: https://github.com/aws-samples/aws-genai-llm-chatbot/blob/372710ae19ec7f8331f3190590185db711094b73/lib/shared/index.ts#L80-L82 Then in this...
I believe the VPC endpoints should be used. If not some VPC network configurations may need to be updated. Check the pre-req's here: https://docs.aws.amazon.com/vpc/latest/privatelink/create-interface-endpoint.html#prerequisites-interface-endpoints
A clickable link to the document would be extremely useful. Even better a link that leads directly to the relevant chunk within the document.
Still an issue. To make it work have to change `memory_limit_mi_b` to `memory_limit_mib` in `ecs_patterns.ApplicationLoadBalancedFargateService`. This issue is leading to incorrect code to be propagated at least here, where else...