New AWS tool to quickly spot and fix database lock issues in Aurora PostgreSQL
If your Aurora PostgreSQL database slows down because different queries are blocking each other, it can be hard to figure out why. Now, Amazon CloudWatch can show you exactly which queries are causing the problem and who’s waiting on what, using clear visual diagrams.
AWS adds real-time flow visibility and control to Network Firewall
AWS Network Firewall now lets you see all active network connections and shut down specific ones instantly. This helps you monitor traffic in real time, catch suspicious behavior, and make sure new firewall rules apply right away, even to existing connections.
How to use Postgres and pgRouting for graph problems like scheduling and recommendations
You can use Postgres as a simple graph database by adding the pgRouting extension. Even though it's meant for mapping routes, pgRouting can also help solve general problems like task scheduling or resource allocation, by treating your data as a network of connected points and paths.
Sigma makes threat detection easier by writing one rule for all your security tools
Sigma is a simple rule language that helps cybersecurity teams detect threats in logs without rewriting the same logic for every different security tool or query language. Instead of creating new detection rules for each system, you can write one Sigma rule and automatically convert it to formats like Splunk or Sentinel.
There’s no best observability tool because the best depends on your needs
Not every observability tool is the best for every situation. What works well for one company might be too complex, too expensive, or just unnecessary for another. The right tool is the one that fits your goals, data, budget, and team—not the one with the most features.