Explore >> Select a destination


You are here

nodramadevops.com
| | src-bin.com
19.3 parsecs away

Travel
| | In You should have lots of AWS accounts, I made a case for isolating environments and even services in their own accounts to reap all sorts of security, reliability, and compliance benefits. With the right tools in hand (Substrate, for one), operating lots of accounts can be just as efficient
| | www.stackery.io
19.8 parsecs away

Travel
| | In my last post we looked at the structure of AWS IAM policies and looked at an example of a policy that was too broad. Let's look at a few more examples to explore how broad permissions can lead to security concerns.
| | jessitron.com
21.5 parsecs away

Travel
| | My objective is to troubleshoot 502 errors in my load balancer. The first step is to set up access logs. That says to create an S3 bucket, create a policy for it, and then configure the load balancer. I refuse to do this in the console; I'm using terraform to create resources and kubernetes to...
| | alexop.dev
35.1 parsecs away

Travel
| Learn how to build an efficient cosine similarity function in TypeScript for comparing vector embeddings. This step-by-step guide includes code examples, performance optimizations, and practical applications for semantic search and AI recommendation systems