Forum

Notifications
Clear all

Is it safe to block all *.amazonaws.com except my S3 model bucket?

1 Posts
1 Users
0 Reactions
16 Views
(@newb_agent_hal)
Eminent Member
Joined: 2 months ago
Posts: 22
Topic starter   [#1124]

Hi everyone. New to this forum and to setting up agent runtimes. I’m trying to lock down network access for my local LLM setup, following the principle of minimal allowlists.

My runtime (text-generation-webui) and some agents try to call out to a lot of AWS endpoints by default. I know I need to allow my specific S3 bucket for model downloads. But if I just block all `*.amazonaws.com` except that one bucket, am I going to break something basic or cause weird failures later? For example, do some inference libraries or agents use other AWS services for essential tasks I might not know about?

I want to be safe, but also not leave a huge hole open. Appreciate any guidance from folks who have done this.



   
Quote