# VPC

Published articles for VPC.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## How AWS Lambda logs every flow across thousands of microVMs per host with eBPF and Rust

DevFeed: [How AWS Lambda logs every flow across thousands of microVMs per host with eBPF and Rust](<https://devfeed.tech/articles/how-aws-lambda-logs-every-flow-across-thousands-of-microvms-per-host-with-ebpf-and-rust-8470.md>)

Original publisher: [Read original article](<https://thenewstack.io/aws-lambda-ebpf-rust/>)

Author: Prashant Kumar Singh

Published: 2026-09-11T12:00:00Z

Content type: article

Language: en

Sources: [The New Stack](<https://devfeed.tech/sources/the-new-stack.md>)

Topics: [AWS Lambda](<https://devfeed.tech/topics/aws-lambda.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [SIEM, Security, Observability](<https://devfeed.tech/topics/siem-security-observability.md>), [telemetry](<https://devfeed.tech/topics/telemetry.md>), [Amazon EC2](<https://devfeed.tech/topics/amazon-ec2.md>), [Amazon S3](<https://devfeed.tech/topics/amazon-s3.md>), [VPC](<https://devfeed.tech/topics/vpc.md>)

Tags: [architecture](<https://devfeed.tech/tags/architecture.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [aws-marketplace](<https://devfeed.tech/tags/aws-marketplace.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [ebpf](<https://devfeed.tech/tags/ebpf.md>), [firecracker](<https://devfeed.tech/tags/firecracker.md>), [incident](<https://devfeed.tech/tags/incident.md>), [incident-response](<https://devfeed.tech/tags/incident-response.md>), [logs](<https://devfeed.tech/tags/logs.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [observability](<https://devfeed.tech/tags/observability.md>), [post-contributed](<https://devfeed.tech/tags/post-contributed.md>), [rust](<https://devfeed.tech/tags/rust.md>), [s3](<https://devfeed.tech/tags/s3.md>), [scale](<https://devfeed.tech/tags/scale.md>), [security](<https://devfeed.tech/tags/security.md>), [server](<https://devfeed.tech/tags/server.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [sponsor-aws-marketplace](<https://devfeed.tech/tags/sponsor-aws-marketplace.md>), [sponsored-post-contributed](<https://devfeed.tech/tags/sponsored-post-contributed.md>), [vpc](<https://devfeed.tech/tags/vpc.md>)

### AI overview

AWS Lambda describes replacing an aging network-capture system with an eBPF and Rust pipeline that records network flows across short-lived, tenant-isolated microVMs. The system prioritizes complete, correctly attributed records with minimal overhead for security investigation, metering, audit, observability, and monitoring.

### Source excerpt

On any compute platform, when a security alert fires, the question is always the same. Which workload talked to that The post How AWS Lambda logs every flow across thousands of microVMs per host with eBPF and Rust appeared first on The New Stack.

## Model-agnostic PII detection with LLMs

DevFeed: [Model-agnostic PII detection with LLMs](<https://devfeed.tech/articles/model-agnostic-pii-detection-with-llms-4736.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/machine-learning/model-agnostic-pii-detection-with-llms/>)

Author: Christophe Dupuy

Published: 2026-09-10T16:02:16Z

Content type: tutorial

Language: en

Sources: [Artificial Intelligence](<https://devfeed.tech/sources/artificial-intelligence.md>)

Topics: [AI Chat](<https://devfeed.tech/topics/ai-chat.md>)

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [amazon-bedrock](<https://devfeed.tech/tags/amazon-bedrock.md>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [fine-tuning](<https://devfeed.tech/tags/fine-tuning.md>), [inference](<https://devfeed.tech/tags/inference.md>), [large-language-models-llms](<https://devfeed.tech/tags/large-language-models-llms.md>), [llms](<https://devfeed.tech/tags/llms.md>), [pii](<https://devfeed.tech/tags/pii.md>), [security](<https://devfeed.tech/tags/security.md>), [technical-how-to](<https://devfeed.tech/tags/technical-how-to.md>), [vpc](<https://devfeed.tech/tags/vpc.md>)

### AI overview

A tutorial on building a configurable, model-agnostic PII detector with large language models. It explains prompt-based entity configuration, implementation, benchmarking, and running the detector on custom data.

### Source excerpt

A configurable, model-agnostic detector that turns any large language model on Amazon Bedrock into a PII detector. Because the entities to detect live in a prompt rather than in code, one detector adapts to new entity types without retraining, and it outperforms an off-the-shelf tool across five public corpora and nine LLM-based detectors.

## Tailscale Kubernetes Operator 1.102: In-cluster Peer Relays, better IPv6, and optimized certificates

DevFeed: [Tailscale Kubernetes Operator 1.102: In-cluster Peer Relays, better IPv6, and optimized certificates](<https://devfeed.tech/articles/tailscale-kubernetes-operator-1-102-in-cluster-peer-relays-better-ipv6-and-optimized-certificates-165.md>)

Original publisher: [Read original article](<https://tailscale.com/blog/kubernetes-operator-1102>)

Author: Mike Stefaniak

Published: 2026-09-09T14:00:00Z

Content type: release

Language: en

Sources: [Blog on Tailscale](<https://devfeed.tech/sources/blog-on-tailscale.md>)

Topics: [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [networking](<https://devfeed.tech/topics/networking.md>), [VPC](<https://devfeed.tech/topics/vpc.md>)

Tags: [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [networks](<https://devfeed.tech/tags/networks.md>), [release](<https://devfeed.tech/tags/release.md>), [routing](<https://devfeed.tech/tags/routing.md>), [vpc](<https://devfeed.tech/tags/vpc.md>)

### AI overview

Tailscale Kubernetes Operator 1.102 adds in-cluster peer relays, improves IPv6 connectivity support, and reduces certificate-related deployment and connectivity issues.

### Source excerpt

Faster cross-cluster connections, fewer IPv6 dead ends, less certificate churn.

## Extend your data perimeter to the AWS Management Console with Private Access

DevFeed: [Extend your data perimeter to the AWS Management Console with Private Access](<https://devfeed.tech/articles/extend-your-data-perimeter-to-the-aws-management-console-with-private-access-4680.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/security/extend-your-data-perimeter-to-the-aws-management-console-with-private-access/>)

Author: Madhur Kulkarni

Published: 2026-08-28T18:53:57Z

Content type: article

Language: en

Sources: [AWS Security Blog](<https://devfeed.tech/sources/aws-security-blog.md>)

Topics: [AWS Management Console](<https://devfeed.tech/topics/aws-management-console.md>), [VPC](<https://devfeed.tech/topics/vpc.md>), [network security](<https://devfeed.tech/topics/network-security.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Virtual Private Network](<https://devfeed.tech/topics/vpn.md>), [Amazon EC2](<https://devfeed.tech/topics/amazon-ec2.md>), [Amazon WorkSpaces](<https://devfeed.tech/topics/amazon-workspaces.md>)

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-management-console](<https://devfeed.tech/tags/aws-management-console.md>), [aws-organizations](<https://devfeed.tech/tags/aws-organizations.md>), [iam](<https://devfeed.tech/tags/iam.md>), [network](<https://devfeed.tech/tags/network.md>), [network-security](<https://devfeed.tech/tags/network-security.md>), [private-access](<https://devfeed.tech/tags/private-access.md>), [routing](<https://devfeed.tech/tags/routing.md>), [security](<https://devfeed.tech/tags/security.md>), [security-blog](<https://devfeed.tech/tags/security-blog.md>), [security-identity-compliance](<https://devfeed.tech/tags/security-identity-compliance.md>), [technical-how-to](<https://devfeed.tech/tags/technical-how-to.md>), [vpc](<https://devfeed.tech/tags/vpc.md>)

### AI overview

AWS Management Console Private Access is generally available with support for VPCs without internet connectivity. Supported console traffic, including authentication flows, static assets, console-only APIs, and AWS service API calls, can route through VPC endpoints, eliminating the need for an internet gateway, NAT gateway, or public-internet route.

### Source excerpt

Organizations in regulated industries such as financial services, government, defense, and healthcare restrict their sensitive workloads to isolated network environments with no access to the public internet. Until now, customers could restrict AWS Management Console access to authorized AWS accounts and corporate networks, but the console itself required internet connectivity. This was creating tension between [...]

## Encrypt Amazon ECS traffic: VPC encryption controls and Service Connect TLS

DevFeed: [Encrypt Amazon ECS traffic: VPC encryption controls and Service Connect TLS](<https://devfeed.tech/articles/encrypt-amazon-ecs-traffic-vpc-encryption-controls-and-service-connect-tls-4628.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/containers/encrypt-amazon-ecs-traffic-vpc-encryption-controls-and-service-connect-tls/>)

Author: Simone Tallevi-Diotallevi

Published: 2026-08-19T20:37:56Z

Content type: tutorial

Language: en

Sources: [Containers](<https://devfeed.tech/sources/containers.md>)

Topics: [Cryptography](<https://devfeed.tech/topics/cryptography.md>)

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [amazon-elastic-container-service](<https://devfeed.tech/tags/amazon-elastic-container-service.md>), [amazon-vpc](<https://devfeed.tech/tags/amazon-vpc.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-fargate](<https://devfeed.tech/tags/aws-fargate.md>), [containers](<https://devfeed.tech/tags/containers.md>), [encryption](<https://devfeed.tech/tags/encryption.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [logs](<https://devfeed.tech/tags/logs.md>), [nitro-system](<https://devfeed.tech/tags/nitro-system.md>), [security](<https://devfeed.tech/tags/security.md>), [technical-how-to](<https://devfeed.tech/tags/technical-how-to.md>), [tls](<https://devfeed.tech/tags/tls.md>), [vpc](<https://devfeed.tech/tags/vpc.md>), [vpc-flow-logs](<https://devfeed.tech/tags/vpc-flow-logs.md>)

### AI overview

A hands-on guide to encrypting traffic between Amazon ECS workloads with VPC encryption controls or Service Connect TLS. It covers activation on AWS Fargate and verification through VPC Flow Logs.

### Source excerpt

Learn how to encrypt traffic between Amazon ECS workloads using two native approaches: VPC encryption controls for network-layer encryption through the AWS Nitro System, and Service Connect TLS for application-layer encryption. A hands-on walkthrough shows how to activate encryption on AWS Fargate and verify it in VPC Flow Logs.

## Deploying IPv6-first EKS on AWS: What Still Doesn't Work, and What It Saves

DevFeed: [Deploying IPv6-first EKS on AWS: What Still Doesn't Work, and What It Saves](<https://devfeed.tech/articles/deploying-ipv6-first-eks-on-aws-what-still-doesn-t-work-and-what-it-saves-11454.md>)

Original publisher: [Read original article](<https://labs.ripe.net/author/spidee/deploying-ipv6-first-eks-on-aws-what-still-doesnt-work-and-what-it-saves/>)

Author: Spiro Stathakis

Published: 2026-08-14T08:57:28Z

Content type: article

Language: en

Sources: [RIPE Labs](<https://devfeed.tech/sources/ripe-labs.md>)

Topics: [Amazon Elastic Kubernetes Service](<https://devfeed.tech/topics/amazon-elastic-kubernetes-service.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [VPC](<https://devfeed.tech/topics/vpc.md>), [networking](<https://devfeed.tech/topics/networking.md>), [cloud-infrastructure](<https://devfeed.tech/topics/cloud-infrastructure.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [amazon](<https://devfeed.tech/tags/amazon.md>), [amazon-elastic-kubernetes-service](<https://devfeed.tech/tags/amazon-elastic-kubernetes-service.md>), [aws](<https://devfeed.tech/tags/aws.md>), [cni](<https://devfeed.tech/tags/cni.md>), [competition](<https://devfeed.tech/tags/competition.md>), [cost](<https://devfeed.tech/tags/cost.md>), [ip](<https://devfeed.tech/tags/ip.md>), [ipv4](<https://devfeed.tech/tags/ipv4.md>), [ipv6](<https://devfeed.tech/tags/ipv6.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [nat](<https://devfeed.tech/tags/nat.md>), [networking](<https://devfeed.tech/tags/networking.md>), [networks](<https://devfeed.tech/tags/networks.md>), [vpc](<https://devfeed.tech/tags/vpc.md>)

### AI overview

A field report on deploying an IPv6-first Amazon Elastic Kubernetes Service platform on AWS. It explains how IPv6 pods, VPC networking, and an egress-only Internet gateway reduce dependence on NAT gateways and public IPv4 addresses, while legacy IPv4-only dependencies such as databases, payment APIs, and container registries still impose compatibility requirements and costs.

### Source excerpt

In this field report on IPv6-first Amazon Elastic Kubernetes Service (EKS), the isp6 team shares which dependencies still drag IPv4 back in, what they learnt from /28s, and why the saving is large but not automatic.

## Best Kubernetes Infrastructure as Code Tools in 2026

DevFeed: [Best Kubernetes Infrastructure as Code Tools in 2026](<https://devfeed.tech/articles/best-kubernetes-infrastructure-as-code-tools-in-2026-18989.md>)

Original publisher: [Read original article](<https://www.pulumi.com/blog/best-kubernetes-iac-tools-2026/>)

Author: Pulumi Content Team

Published: 2026-08-14T00:00:00Z

Content type: comparison

Language: en

Sources: [Pulumi](<https://devfeed.tech/sources/pulumi.md>)

Topics: [Infrastructure as code](<https://devfeed.tech/topics/infrastructure-as-code.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Terraform](<https://devfeed.tech/topics/terraform.md>), [argo-cd](<https://devfeed.tech/topics/argo-cd.md>), [Helm charts](<https://devfeed.tech/topics/helm-charts.md>), [GitOps](<https://devfeed.tech/topics/gitops.md>), [flux](<https://devfeed.tech/topics/flux.md>), [opentofu](<https://devfeed.tech/topics/opentofu.md>), [Amazon EKS](<https://devfeed.tech/topics/amazon-eks.md>), [AWS CloudFormation](<https://devfeed.tech/topics/aws-cloudformation.md>), [VPC](<https://devfeed.tech/topics/vpc.md>), [AWS IAM](<https://devfeed.tech/topics/aws-iam.md>)

Tags: [argo-cd](<https://devfeed.tech/tags/argo-cd.md>), [cloudformation](<https://devfeed.tech/tags/cloudformation.md>), [code](<https://devfeed.tech/tags/code.md>), [comparisons](<https://devfeed.tech/tags/comparisons.md>), [devops](<https://devfeed.tech/tags/devops.md>), [flux](<https://devfeed.tech/tags/flux.md>), [general](<https://devfeed.tech/tags/general.md>), [gitops](<https://devfeed.tech/tags/gitops.md>), [helm](<https://devfeed.tech/tags/helm.md>), [helm-charts](<https://devfeed.tech/tags/helm-charts.md>), [iam](<https://devfeed.tech/tags/iam.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [opentofu](<https://devfeed.tech/tags/opentofu.md>), [platform-engineering](<https://devfeed.tech/tags/platform-engineering.md>), [terraform](<https://devfeed.tech/tags/terraform.md>), [vpc](<https://devfeed.tech/tags/vpc.md>)

### AI overview

This comparison explains that Kubernetes infrastructure as code spans cluster and cloud provisioning, in-cluster workload definition, and continuous delivery and reconciliation. It presents Pulumi and Terraform or OpenTofu as general-purpose provisioning options, Helm and Kustomize for workload templating, and Argo CD and Flux for GitOps reconciliation.

### Source excerpt

There is no single best Kubernetes infrastructure as code tool, because "Kubernetes IaC" actually spans three different jobs. For provisioning the cluster and its cloud dependencies, Pulumi and Terraform (or OpenTofu) are the strongest general-purpose options. For templating and packaging workloads, Helm and Kustomize dominate. For continuous reconciliation once things are running, Argo CD and Flux lead the GitOps category. The right stack usually combines one tool from each layer, not a single tool that claims to do all three. What counts as infrastructure as code for Kubernetes? Kubernetes infrastructure as code work splits into three layers that get conflated constantly, and the confusion is where most tool comparisons go wrong. The cluster and cloud layer provisions the things Kubernetes itself sits on top of: the managed control plane (EKS, GKE, AKS), node pools, the VPC and subnets, IAM roles, load balancers, and cluster add-ons. Terraform, Pulumi, and cloud-native tools like CloudFormation operate here. The in-cluster workload layer defines what runs on the cluster once it exists: Deployments, Services, ConfigMaps, CustomResourceDefinitions, and the Helm charts or Kustomize overlays that template them. This is where Helm, Kustomize, and Crossplane's custom resources live. The delivery and reconciliation layer keeps what's declared in Git in sync with what's actually running on the cluster, continuously, rather than as a one-shot apply. Argo CD and Flux own this layer, and they consume the output of the other two rather than replacing them. Most real Kubernetes platforms use tools from at least two of these layers together. A team might provision EKS with Terraform, package its application with Helm, and let Argo CD reconcile it continuously. Knowing which layer a tool actually addresses, rather than treating "Kubernetes IaC" as one shopping list, is the first decision that matters. Pulumi provisions the cluster and the workloads on it in the same language Pul

## Neon Functions: backend logic next to your data

DevFeed: [Neon Functions: backend logic next to your data](<https://devfeed.tech/articles/neon-functions-backend-logic-next-to-your-data-5634.md>)

Original publisher: [Read original article](<https://neon.com/blog/neon-functions-backend-logic-next-to-your-data>)

Author: Carlota Soto

Published: 2026-08-12T12:00:00Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Back end](<https://devfeed.tech/topics/backend.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>), [Database](<https://devfeed.tech/topics/database.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [WebSocket](<https://devfeed.tech/topics/websocket.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [backend](<https://devfeed.tech/tags/backend.md>), [database](<https://devfeed.tech/tags/database.md>), [hosting](<https://devfeed.tech/tags/hosting.md>), [network](<https://devfeed.tech/tags/network.md>), [node](<https://devfeed.tech/tags/node.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [product](<https://devfeed.tech/tags/product.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [vpc](<https://devfeed.tech/tags/vpc.md>)

### AI overview

Neon Functions provide long-running Node.js 24 backend compute deployed beside a Neon Postgres branch. They automatically receive database and related Neon service credentials, reducing network hops and supporting streaming, WebSockets, SSE, and persistent connection pools.

### Source excerpt

Neon Functions are Node.js 24 compute you deploy onto a Neon branch, in the same region as your Lakebase Postgres database, with DATABASE_URL injected automatically. They're long-running enough that agents can stream for minutes and WebSockets or SSE can stay open while data flows.

## A decade of mathematical certainty: Reflections on the Automated Reasoning Group

DevFeed: [A decade of mathematical certainty: Reflections on the Automated Reasoning Group](<https://devfeed.tech/articles/a-decade-of-mathematical-certainty-reflections-on-the-automated-reasoning-group-7591.md>)

Original publisher: [Read original article](<https://www.amazon.science/blog/a-decade-of-mathematical-certainty-reflections-on-the-automated-reasoning-group>)

Author: Byron Cook

Published: 2026-08-11T16:22:19Z

Content type: article

Language: en

Sources: [Amazon Science homepage](<https://devfeed.tech/sources/amazon-science-homepage.md>)

Topics: [Automated reasoning](<https://devfeed.tech/topics/automated-reasoning.md>), [Formal verification](<https://devfeed.tech/topics/formal-verification.md>), [Math and Logic](<https://devfeed.tech/topics/math-and-logic.md>), [systems](<https://devfeed.tech/topics/systems.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [VPC](<https://devfeed.tech/topics/vpc.md>), [network security](<https://devfeed.tech/topics/network-security.md>), [Security](<https://devfeed.tech/topics/security.md>), [AWS IAM](<https://devfeed.tech/topics/aws-iam.md>), [Amazon S3](<https://devfeed.tech/topics/amazon-s3.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [amazon](<https://devfeed.tech/topics/amazon.md>)

Tags: [agentic-ai](<https://devfeed.tech/tags/agentic-ai.md>), [amazon](<https://devfeed.tech/tags/amazon.md>), [amazon-web-services-aws](<https://devfeed.tech/tags/amazon-web-services-aws.md>), [automated-reasoning](<https://devfeed.tech/tags/automated-reasoning.md>), [aws](<https://devfeed.tech/tags/aws.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [formal-verification](<https://devfeed.tech/tags/formal-verification.md>), [network-security](<https://devfeed.tech/tags/network-security.md>), [security](<https://devfeed.tech/tags/security.md>), [security-privacy-and-abuse-prevention](<https://devfeed.tech/tags/security-privacy-and-abuse-prevention.md>), [vpc](<https://devfeed.tech/tags/vpc.md>), [vulnerabilities](<https://devfeed.tech/tags/vulnerabilities.md>)

### AI overview

Amazon's Automated Reasoning Group reflects on a decade of applying mathematical logic, formal verification, and program analysis to AWS security and reliability. The article describes how research projects became production systems, including Tiros for VPC and network analysis and Zelkova for analyzing policies, S3 Block Public Access, and IAM Access Analyzer.

### Source excerpt

Ten years after we founded the Automated Reasoning Group, mathematical logic has moved from academic research into production services that secure millions of customer workloads -- demonstrating that systems can be provably correct, not just probably correct.

## Migrate CloudFormation to Pulumi with Discovered Stacks

DevFeed: [Migrate CloudFormation to Pulumi with Discovered Stacks](<https://devfeed.tech/articles/migrate-cloudformation-to-pulumi-with-discovered-stacks-18996.md>)

Original publisher: [Read original article](<https://www.pulumi.com/blog/discovered-stacks-migrate-cloudformation-to-pulumi/>)

Author: Alejandro Cotroneo

Published: 2026-07-30T00:00:00Z

Content type: tutorial

Language: en

Sources: [Pulumi](<https://devfeed.tech/sources/pulumi.md>)

Topics: [Infrastructure as code](<https://devfeed.tech/topics/infrastructure-as-code.md>), [AWS CloudFormation](<https://devfeed.tech/topics/aws-cloudformation.md>), [migration](<https://devfeed.tech/topics/migration.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [VPC](<https://devfeed.tech/topics/vpc.md>), [Amazon S3](<https://devfeed.tech/topics/amazon-s3.md>), [DynamoDB](<https://devfeed.tech/topics/dynamodb.md>), [AWS IAM](<https://devfeed.tech/topics/aws-iam.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [cloudformation](<https://devfeed.tech/tags/cloudformation.md>), [dynamodb](<https://devfeed.tech/tags/dynamodb.md>), [git](<https://devfeed.tech/tags/git.md>), [iac](<https://devfeed.tech/tags/iac.md>), [iam](<https://devfeed.tech/tags/iam.md>), [import](<https://devfeed.tech/tags/import.md>), [insights](<https://devfeed.tech/tags/insights.md>), [kms](<https://devfeed.tech/tags/kms.md>), [migration](<https://devfeed.tech/tags/migration.md>), [pulumi](<https://devfeed.tech/tags/pulumi.md>), [pulumi-cloud](<https://devfeed.tech/tags/pulumi-cloud.md>), [pulumi-neo](<https://devfeed.tech/tags/pulumi-neo.md>), [s3](<https://devfeed.tech/tags/s3.md>), [tutorials](<https://devfeed.tech/tags/tutorials.md>), [vpc](<https://devfeed.tech/tags/vpc.md>)

### AI overview

A tutorial shows how to migrate a 61-resource AWS CloudFormation stack to Pulumi using Discovered Stacks in Pulumi Cloud. It explains how to find the stack, review migration status, start the migration, resolve unmatched resources, and verify the result with a zero-diff pulumi preview.

### Source excerpt

With Discovered Stacks, Pulumi Cloud does the bookkeeping for a CloudFormation migration: every resource in the stack gets an explicit migration status, and the migration is done when the code provably matches the cloud. In this tutorial, we take one real CloudFormation stack from discovered to migrated and managed by Pulumi IaC, end to end. What we're migrating Our example is payments-api, a CloudFormation stack with 61 resources: a VPC, an Aurora ledger database behind an RDS Proxy, an assets S3 bucket, a DynamoDB ledger table, a Kinesis payment-events pipeline, and the IAM roles, KMS keys, and secrets that wire them together. The plan has five steps: Find the stack in Pulumi Cloud. Review the migration breakdown at a glance. Start the migration. Resolve the stragglers, so every resource is accounted for. Confirm the quality gate: a zero-diff pulumi preview. We'll use Pulumi Neo to do the heavy lifting, but nothing here depends on it. The same flow works with your own coding agent or entirely by hand, because migration status is derived from actual stack state -- however the work gets done, the console shows the same progress. Step 1: Find your stack in Pulumi Cloud Discovered Stacks builds on Discovery, so the only prerequisite is a scanned cloud account -- the AWS account holding your CloudFormation stacks. Once a scan has run, open the Stacks page and turn on Show Discovered Stacks. Your CloudFormation stacks appear alongside your Pulumi stacks. The project name comes from the CloudFormation stack (payments-api), and the stack name encodes the account and region it came from, so the same template deployed to two regions shows up as two distinct discovered stacks. Step 2: Plan the migration at a glance Open the discovered stack's Migration tab. It lays out all 61 resources of payments-api by status, so you can visualize the migration before touching anything: 54 Ready: mapped to a Pulumi type and confirmed to exist -- importable right now. 2 Not found: mapped, but

## Connect OpenSearch to private ML endpoints

DevFeed: [Connect OpenSearch to private ML endpoints](<https://devfeed.tech/articles/connect-opensearch-to-private-ml-endpoints-12786.md>)

Original publisher: [Read original article](<https://opensearch.org/blog/connect-opensearch-to-private-ml-endpoints/>)

Author: Nathalie Jonathan

Published: 2026-07-28T15:00:41Z

Content type: tutorial

Language: en

Sources: [OpenSearch](<https://devfeed.tech/sources/opensearch.md>)

Topics: [Amazon OpenSearch Service](<https://devfeed.tech/topics/amazon-opensearch-service.md>), [network security](<https://devfeed.tech/topics/network-security.md>), [VPC](<https://devfeed.tech/topics/vpc.md>), [inference-endpoints](<https://devfeed.tech/topics/inference-endpoints.md>), [Security](<https://devfeed.tech/topics/security.md>), [AWS IAM](<https://devfeed.tech/topics/aws-iam.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [Self-hosted](<https://devfeed.tech/topics/self-hosted.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [aws-identity-and-access-management-iam](<https://devfeed.tech/tags/aws-identity-and-access-management-iam.md>), [blog](<https://devfeed.tech/tags/blog.md>), [firewalls](<https://devfeed.tech/tags/firewalls.md>), [inference](<https://devfeed.tech/tags/inference.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [opensearch](<https://devfeed.tech/tags/opensearch.md>), [production](<https://devfeed.tech/tags/production.md>), [self-hosted](<https://devfeed.tech/tags/self-hosted.md>), [vpc](<https://devfeed.tech/tags/vpc.md>)

### AI overview

This guide explains how to connect OpenSearch and Amazon OpenSearch Service to machine learning models hosted on private infrastructure. It covers VPC-hosted endpoints, private SageMaker endpoints, internal API gateways, and self-hosted inference servers, with configuration steps for connectors, model registration, deployment, testing, and VPC egress.

### Source excerpt

Connect OpenSearch to ML models hosted on private infrastructure. Configure ML Commons connectors for VPC-hosted endpoints, private SageMaker models, and internal inference servers without exposing services to the public internet The post Connect OpenSearch to private ML endpoints appeared first on OpenSearch.

## From intent to enforcement: Lessons from operating Kubernetes controllers at scale

DevFeed: [From intent to enforcement: Lessons from operating Kubernetes controllers at scale](<https://devfeed.tech/articles/from-intent-to-enforcement-lessons-from-operating-kubernetes-controllers-at-scale-17627.md>)

Original publisher: [Read original article](<https://thenewstack.io/kubernetes-controllers-at-scale/>)

Author: Sri Saran Balaji Vellore Rajakumar

Published: 2026-07-17T12:00:00Z

Content type: article

Language: en

Sources: [Kubernetes Overview, News and Trends | The New Stack](<https://devfeed.tech/sources/kubernetes-overview-news-and-trends-the-new-stack.md>)

Topics: [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Amazon Elastic Kubernetes Service](<https://devfeed.tech/topics/amazon-elastic-kubernetes-service.md>), [VPC](<https://devfeed.tech/topics/vpc.md>)

Tags: [amazon-eks](<https://devfeed.tech/tags/amazon-eks.md>), [aws-marketplace](<https://devfeed.tech/tags/aws-marketplace.md>), [clusters](<https://devfeed.tech/tags/clusters.md>), [controllers](<https://devfeed.tech/tags/controllers.md>), [declarative](<https://devfeed.tech/tags/declarative.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [networking](<https://devfeed.tech/tags/networking.md>), [platform-engineering](<https://devfeed.tech/tags/platform-engineering.md>), [policy-controller](<https://devfeed.tech/tags/policy-controller.md>), [post-contributed](<https://devfeed.tech/tags/post-contributed.md>), [reconciliation](<https://devfeed.tech/tags/reconciliation.md>), [scale](<https://devfeed.tech/tags/scale.md>), [security](<https://devfeed.tech/tags/security.md>), [sponsor-aws-marketplace](<https://devfeed.tech/tags/sponsor-aws-marketplace.md>), [sponsored-post-contributed](<https://devfeed.tech/tags/sponsored-post-contributed.md>), [vpc](<https://devfeed.tech/tags/vpc.md>)

### AI overview

This article explains lessons from operating Kubernetes controllers at scale in Amazon EKS. It focuses on how the Network Policy Controller and VPC Resource Controller reconcile declared intent with changing cluster state to enforce network traffic and AWS resource access policies.

### Source excerpt

Kubernetes controllers are what make the platform's declarative model real. They observe the state, reconcile toward the intent, and keep The post From intent to enforcement: Lessons from operating Kubernetes controllers at scale appeared first on The New Stack.

## Introducing Autonomous Worker Agents

DevFeed: [Introducing Autonomous Worker Agents](<https://devfeed.tech/articles/introducing-autonomous-worker-agents-13443.md>)

Original publisher: [Read original article](<https://www.harness.io/blog/introducing-autonomous-worker-agents>)

Author: Jyoti Bansal Rohan Gupta

Published: 2026-06-30T00:00:00Z

Content type: release

Language: en

Sources: [Harness Blog](<https://devfeed.tech/sources/harness-blog.md>)

Topics: [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Security](<https://devfeed.tech/topics/security.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [governance](<https://devfeed.tech/tags/governance.md>), [graph](<https://devfeed.tech/tags/graph.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [release](<https://devfeed.tech/tags/release.md>), [safety](<https://devfeed.tech/tags/safety.md>), [security](<https://devfeed.tech/tags/security.md>), [vpc](<https://devfeed.tech/tags/vpc.md>)

### AI overview

Harness introduces Autonomous Worker Agents for software delivery. The agents run as pipeline steps or independently, use organizational context from the Harness Knowledge Graph and Harness MCP, and produce auditable outputs under controls such as scoped credentials, OPA policies, approval gates, and audit trails.

### Source excerpt

Harness launches Autonomous Worker Agents: AI that runs as pipeline steps, with the governance enterprises need to trust agents in production | Blog

## Why infrastructure changes still take a week

DevFeed: [Why infrastructure changes still take a week](<https://devfeed.tech/articles/why-infrastructure-changes-still-take-a-week-17814.md>)

Original publisher: [Read original article](<https://encore.dev/blog/infra-review-bottleneck>)

Author: Ivan Cernja

Published: 2026-06-10T00:00:00Z

Content type: opinion

Language: en

Sources: [Encore Updates](<https://devfeed.tech/sources/encore-updates.md>)

Topics: [Terraform](<https://devfeed.tech/topics/terraform.md>), [Security](<https://devfeed.tech/topics/security.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>)

Tags: [iam](<https://devfeed.tech/tags/iam.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [security](<https://devfeed.tech/tags/security.md>), [terraform](<https://devfeed.tech/tags/terraform.md>), [vpc](<https://devfeed.tech/tags/vpc.md>)

### AI overview

The article examines why infrastructure changes often wait days or weeks for review while application code ships faster. It attributes the queue to a small reviewer pool, the high blast radius of infrastructure mistakes, and limited verification before Terraform changes are merged. It also discusses how AI coding tools have affected the queue and how teams can remove the bottleneck.

### Source excerpt

Application code ships in hours and the infrastructure it needs waits days for review. Where the queue comes from, what AI coding tools did to it, and how teams remove it.

## Slack AI: The Path to Multi-Cloud

DevFeed: [Slack AI: The Path to Multi-Cloud](<https://devfeed.tech/articles/slack-ai-the-path-to-multi-cloud-151.md>)

Original publisher: [Read original article](<https://slack.engineering/slack-ai-the-path-to-multi-cloud/>)

Author: Shaurya Kethireddy

Published: 2026-05-28T14:15:20Z

Content type: article

Language: en

Sources: [Engineering at Slack](<https://devfeed.tech/sources/engineering-at-slack.md>)

Topics: [AI Chat](<https://devfeed.tech/topics/ai-chat.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [amazon-bedrock](<https://devfeed.tech/tags/amazon-bedrock.md>), [anthropic](<https://devfeed.tech/tags/anthropic.md>), [availability](<https://devfeed.tech/tags/availability.md>), [aws](<https://devfeed.tech/tags/aws.md>), [backend](<https://devfeed.tech/tags/backend.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [cloud-architecture](<https://devfeed.tech/tags/cloud-architecture.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [collaboration](<https://devfeed.tech/tags/collaboration.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [containers](<https://devfeed.tech/tags/containers.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [iam](<https://devfeed.tech/tags/iam.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [innovation](<https://devfeed.tech/tags/innovation.md>), [llms](<https://devfeed.tech/tags/llms.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [performance](<https://devfeed.tech/tags/performance.md>), [security](<https://devfeed.tech/tags/security.md>), [slack](<https://devfeed.tech/tags/slack.md>), [software-development](<https://devfeed.tech/tags/software-development.md>), [uncategorized](<https://devfeed.tech/tags/uncategorized.md>), [vpc](<https://devfeed.tech/tags/vpc.md>)

### AI overview

Slack describes evolving its enterprise LLM-serving infrastructure from AWS SageMaker toward multi-cloud, multi-vendor orchestration to improve resilience, capacity management, and access to newer models.

### Source excerpt

In early 2023, Slack faced a foundational challenge: serving Large Language Models (LLMs) at enterprise scale with the security, reliability, and performance our customers expect. Over three years, we evolved from basic infrastructure to orchestrating a sophisticated multi-cloud architecture. We didn't just want shiny new models; we needed a system resilient to regional outages and...

## ClickHouse expands strategic collaboration with Google Cloud, bringing deeper integration, cloud flexibility, and next-generation performance

DevFeed: [ClickHouse expands strategic collaboration with Google Cloud, bringing deeper integration, cloud flexibility, and next-generation performance](<https://devfeed.tech/articles/clickhouse-expands-strategic-collaboration-with-google-cloud-bringing-deeper-integration-cloud-flexibility-and-next-generation-performance-5090.md>)

Original publisher: [Read original article](<https://clickhouse.com/blog/clickhouse-expands-strategic-collaboration-with-google-cloud>)

Author: Tanya Bragin

Published: 2026-04-21T00:00:00Z

Content type: release

Language: en

Sources: [ClickHouse Blog](<https://devfeed.tech/sources/clickhouse-blog.md>)

Topics: [Google](<https://devfeed.tech/topics/google.md>), [data](<https://devfeed.tech/topics/data.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [migration](<https://devfeed.tech/topics/migration.md>)

Tags: [analytics](<https://devfeed.tech/tags/analytics.md>), [announcement](<https://devfeed.tech/tags/announcement.md>), [clickhouse](<https://devfeed.tech/tags/clickhouse.md>), [collaboration](<https://devfeed.tech/tags/collaboration.md>), [data](<https://devfeed.tech/tags/data.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [google-cloud](<https://devfeed.tech/tags/google-cloud.md>), [integration](<https://devfeed.tech/tags/integration.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [mcp-server](<https://devfeed.tech/tags/mcp-server.md>), [migration](<https://devfeed.tech/tags/migration.md>), [performance](<https://devfeed.tech/tags/performance.md>), [vpc](<https://devfeed.tech/tags/vpc.md>)

### AI overview

ClickHouse announced an expanded collaboration with Google Cloud, including Lakehouse integration, BYOC availability, a planned migration to Axion processors, and an MCP server integration with Google Antigravity.

### Source excerpt

ClickHouse, a leader in real-time analytics, data warehousing, observability, and AI/ML, today at Google Next 26 announced a significant expansion of its strategic collaboration with Google Cloud.

## ClickHouse BYOC on Google Cloud now Generally Available

DevFeed: [ClickHouse BYOC on Google Cloud now Generally Available](<https://devfeed.tech/articles/clickhouse-byoc-on-google-cloud-now-generally-available-5020.md>)

Original publisher: [Read original article](<https://clickhouse.com/blog/byoc-gcp-ga>)

Author: Aashish Kohli; Yiyang Shao

Published: 2026-03-31T00:00:00Z

Content type: release

Language: en

Sources: [ClickHouse Blog](<https://devfeed.tech/sources/clickhouse-blog.md>)

Topics: [data](<https://devfeed.tech/topics/data.md>), [networking](<https://devfeed.tech/topics/networking.md>), [Orchestration](<https://devfeed.tech/topics/orchestration.md>)

Tags: [announcement](<https://devfeed.tech/tags/announcement.md>), [availability](<https://devfeed.tech/tags/availability.md>), [clickhouse](<https://devfeed.tech/tags/clickhouse.md>), [google-cloud](<https://devfeed.tech/tags/google-cloud.md>), [iam](<https://devfeed.tech/tags/iam.md>), [terraform](<https://devfeed.tech/tags/terraform.md>), [vpc](<https://devfeed.tech/tags/vpc.md>), [zero-trust](<https://devfeed.tech/tags/zero-trust.md>)

### AI overview

ClickHouse BYOC is generally available on Google Cloud, letting customers run the data plane in their own Google Cloud project while ClickHouse operates a separate managed control plane.

### Source excerpt

Run ClickHouse in your own Google Cloud account : with full data sovereignty, zero-trust networking, and a managed control plane.

## Managed Databases Are Now Available in Laravel Forge

DevFeed: [Managed Databases Are Now Available in Laravel Forge](<https://devfeed.tech/articles/managed-databases-are-now-available-in-laravel-forge-3875.md>)

Original publisher: [Read original article](<https://laravel.com/blog/managed-databases-are-now-available-in-laravel-forge>)

Author: Laravel Team

Published: 2026-03-17T15:48:55Z

Content type: release

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Laravel](<https://devfeed.tech/topics/laravel.md>), [postgresql clusters](<https://devfeed.tech/topics/postgresql-clusters.md>), [Availability](<https://devfeed.tech/topics/availability.md>), [Provisioning](<https://devfeed.tech/topics/provisioning.md>), [Monitoring](<https://devfeed.tech/topics/monitoring.md>), [Replication](<https://devfeed.tech/topics/replication.md>), [Network](<https://devfeed.tech/topics/network.md>), [VPC](<https://devfeed.tech/topics/vpc.md>)

Tags: [compute](<https://devfeed.tech/tags/compute.md>), [databases](<https://devfeed.tech/tags/databases.md>), [datacenter](<https://devfeed.tech/tags/datacenter.md>), [high-availability](<https://devfeed.tech/tags/high-availability.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [learn](<https://devfeed.tech/tags/learn.md>), [memory](<https://devfeed.tech/tags/memory.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [network](<https://devfeed.tech/tags/network.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [replication](<https://devfeed.tech/tags/replication.md>), [security](<https://devfeed.tech/tags/security.md>), [storage](<https://devfeed.tech/tags/storage.md>), [vpc](<https://devfeed.tech/tags/vpc.md>)

### AI overview

Laravel Forge now offers managed PostgreSQL clusters provisioned directly from its dashboard. The service handles patching, backups, replication, failover, and monitoring, with configurable compute, storage, region, networking, and high-availability options.

### Source excerpt

Let Laravel Forge handle managed Postgres clusters for you with automated backups, PITR, high availability, and monitoring, all from your Forge dashboard.

## Deploy Smarter with AI: Introducing App Platform Skills on DigitalOcean

DevFeed: [Deploy Smarter with AI: Introducing App Platform Skills on DigitalOcean](<https://devfeed.tech/articles/deploy-smarter-with-ai-introducing-app-platform-skills-on-digitalocean-19869.md>)

Original publisher: [Read original article](<https://www.digitalocean.com/blog/deploy-smarter-with-ai-app-platform-skills-on-digitalocean>)

Author: Ritesh Mahato

Published: 2026-03-16T14:00:00Z

Content type: release

Language: en

Sources: [DigitalOcean](<https://devfeed.tech/sources/digitalocean.md>)

Topics: [Digital Ocean](<https://devfeed.tech/topics/digital-ocean.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [GitHub Actions](<https://devfeed.tech/topics/github-actions.md>), [migration](<https://devfeed.tech/topics/migration.md>), [PostgreSQL](<https://devfeed.tech/topics/postgresql.md>), [VPC](<https://devfeed.tech/topics/vpc.md>), [SSL](<https://devfeed.tech/topics/ssl.md>), [Heroku](<https://devfeed.tech/topics/heroku.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [digitalocean](<https://devfeed.tech/tags/digitalocean.md>), [github-actions](<https://devfeed.tech/tags/github-actions.md>), [heroku](<https://devfeed.tech/tags/heroku.md>), [migration](<https://devfeed.tech/tags/migration.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [platform](<https://devfeed.tech/tags/platform.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [product-updates](<https://devfeed.tech/tags/product-updates.md>), [skills](<https://devfeed.tech/tags/skills.md>), [ssl](<https://devfeed.tech/tags/ssl.md>), [vpc](<https://devfeed.tech/tags/vpc.md>)

### AI overview

DigitalOcean introduces App Platform Skills, a collection of open-source playbooks that provide AI assistants with current, opinionated knowledge for designing, deploying, and troubleshooting applications on DigitalOcean App Platform.

### Source excerpt

AI coding assistants have fundamentally changed how developers write software. Tools like Claude Code, Codex, GitHub Copilot, Gemini, and Cursor can scaffold an entire application in minutes. But ask any of them to deploy that application to a production cloud environment, and the experience breaks down -- not because models lack intelligence, but because they lack current, opinionated infrastructure knowledge. Cloud platforms evolve faster than training data refreshes: instance sizes change, new features ship, and battle-tested best practices emerge from customer feedback that never makes it into public documentation. Today, we're announcing App Platform Skills, a collection of open-source, AI-native playbooks that bridge this gap. Skills inject up-to-date, opinionated DigitalOcean App Platform knowledge directly into your AI assistant's context -- turning it from a generic code generator into an infrastructure-aware co-pilot that understands deployment models, networking primitives, database bindings, and operational patterns. Shell npx skills add digitalocean-labs/do-app-platform-skills That single command gives your AI assistant access to 12 specialized skills covering everything from greenfield app design to Heroku migration to production troubleshooting. Benefits -Production-Ready from the Start: Skills encode patterns from thousands of real deployments -- VPC networking by default, PostgreSQL v16 with SSL required, credentials in GitHub Secrets -- so AI-generated configuration aligns with how experienced platform engineers actually build. -Composable Skill Chaining: Skills work together. Describe a new app to the designer skill, and the planner skill decomposes deployment into staged phases while the deployment skill generates a GitHub Actions workflow to execute the rollout. -Zero Credential Exposure: The AI agent never handles sensitive credentials directly. Workflows reference GitHub Secrets by name, managed services use bindable variables like ${db.DATABASE_U

## Redpanda Cloud's BYOVPC for AWS is now Generally Available

DevFeed: [Redpanda Cloud's BYOVPC for AWS is now Generally Available](<https://devfeed.tech/articles/redpanda-cloud-s-byovpc-for-aws-is-now-generally-available-12683.md>)

Original publisher: [Read original article](<https://www.redpanda.com/blog/cloud-byoc-vpc-aws-generally-available>)

Author: David Yu

Published: 2026-03-11T00:00:00Z

Content type: article

Language: en

Sources: [Redpanda](<https://devfeed.tech/sources/redpanda.md>)

Topics: [Amazon VPC](<https://devfeed.tech/topics/amazon-vpc.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [AWS IAM](<https://devfeed.tech/topics/aws-iam.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Firewall](<https://devfeed.tech/topics/firewall.md>), [Security](<https://devfeed.tech/topics/security.md>), [Platform Engineering](<https://devfeed.tech/topics/platform-engineering.md>), [Amazon S3](<https://devfeed.tech/topics/amazon-s3.md>)

Tags: [announcement](<https://devfeed.tech/tags/announcement.md>), [aws](<https://devfeed.tech/tags/aws.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [firewall](<https://devfeed.tech/tags/firewall.md>), [iam](<https://devfeed.tech/tags/iam.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [networking](<https://devfeed.tech/tags/networking.md>), [platform](<https://devfeed.tech/tags/platform.md>), [platform-engineering](<https://devfeed.tech/tags/platform-engineering.md>), [production](<https://devfeed.tech/tags/production.md>), [s3](<https://devfeed.tech/tags/s3.md>), [security](<https://devfeed.tech/tags/security.md>), [vpc](<https://devfeed.tech/tags/vpc.md>)

### AI overview

Redpanda Cloud's Bring Your Own VPC (BYOVPC) for AWS is generally available for production workloads. The deployment model gives teams control over their VPC, subnets, IAM roles, security policies, and networking while Redpanda manages the service within the customer-defined environment.

### Source excerpt

BYOVPC is ready for production workloads, giving teams advanced networking control without sacrificing the managed experience you love about Redpanda Cloud.

## Supabase incident on February 12, 2026

DevFeed: [Supabase incident on February 12, 2026](<https://devfeed.tech/articles/supabase-incident-on-february-12-2026-633.md>)

Original publisher: [Read original article](<https://supabase.com/blog/supabase-incident-on-february-12-2026>)

Author: Paul Copplestone

Published: 2026-02-13T07:00:00Z

Content type: article

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [incident](<https://devfeed.tech/topics/incident.md>), [Supabase](<https://devfeed.tech/topics/supabase.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [VPC](<https://devfeed.tech/topics/vpc.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [networking](<https://devfeed.tech/topics/networking.md>), [Security](<https://devfeed.tech/topics/security.md>), [Monitoring](<https://devfeed.tech/topics/monitoring.md>)

Tags: [auth](<https://devfeed.tech/tags/auth.md>), [aws](<https://devfeed.tech/tags/aws.md>), [database](<https://devfeed.tech/tags/database.md>), [incident](<https://devfeed.tech/tags/incident.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [network](<https://devfeed.tech/tags/network.md>), [networking](<https://devfeed.tech/tags/networking.md>), [operations](<https://devfeed.tech/tags/operations.md>), [outage](<https://devfeed.tech/tags/outage.md>), [production](<https://devfeed.tech/tags/production.md>), [security](<https://devfeed.tech/tags/security.md>), [vpc](<https://devfeed.tech/tags/vpc.md>)

### AI overview

Supabase describes a major February 12, 2026 outage affecting all services in its Ohio region for 3 hours and 42 minutes. A monitoring-service deployment inadvertently enabled AWS VPC Block Public Access regionally, blocking internet-gateway traffic across the region. Supabase restored service by rolling back the deployment and identifies insufficient infrastructure-pipeline guardrails as the underlying configuration problem.

### Source excerpt

A detailed account of the February 12 outage in us-east-2, what caused it, and the steps we are taking to prevent it from happening again.

## Redpanda Terraform supports managing Redpanda Connect pipelines, private network

DevFeed: [Redpanda Terraform supports managing Redpanda Connect pipelines, private network](<https://devfeed.tech/articles/redpanda-terraform-supports-managing-redpanda-connect-pipelines-private-network-12778.md>)

Original publisher: [Read original article](<https://www.redpanda.com/blog/terraform-provider-redpanda-cloud>)

Author: David Yu

Published: 2026-02-05T00:00:00Z

Content type: article

Language: en

Sources: [Redpanda](<https://devfeed.tech/sources/redpanda.md>)

Topics: [Terraform](<https://devfeed.tech/topics/terraform.md>), [Redpanda-Connect](<https://devfeed.tech/topics/redpanda-connect.md>), [Provisioning](<https://devfeed.tech/topics/provisioning.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [Kafka](<https://devfeed.tech/topics/kafka.md>), [VPC](<https://devfeed.tech/topics/vpc.md>), [API](<https://devfeed.tech/topics/api.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [automation](<https://devfeed.tech/tags/automation.md>), [aws](<https://devfeed.tech/tags/aws.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [governance](<https://devfeed.tech/tags/governance.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [pipelines](<https://devfeed.tech/tags/pipelines.md>), [provisioning](<https://devfeed.tech/tags/provisioning.md>), [redpanda-connect](<https://devfeed.tech/tags/redpanda-connect.md>), [terraform](<https://devfeed.tech/tags/terraform.md>), [vpc](<https://devfeed.tech/tags/vpc.md>)

### AI overview

This article describes recent additions to the Redpanda Terraform provider for managing Redpanda Cloud clusters and Apache Kafka resources. It covers provisioning, configuration, and management of clusters, topics, schemas, roles, and pipelines, including BYOC and BYOVPC deployments supported on AWS and GCP.

### Source excerpt

Automate Redpanda Cloud with Terraform. Manage Connect pipelines, PrivateLink, and BYOVPC to reduce operational toil and enforce enterprise governance.

## Setting up a VPC Route Server with Pulumi

DevFeed: [Setting up a VPC Route Server with Pulumi](<https://devfeed.tech/articles/setting-up-a-vpc-route-server-with-pulumi-10920.md>)

Original publisher: [Read original article](<https://blog.scottlowe.org/2026/01/28/setting-up-a-vpc-route-server-with-pulumi/>)

Author: Scott Lowe

Published: 2026-01-28T13:00:00Z

Content type: tutorial

Language: en

Sources: [Scott's Weblog](<https://devfeed.tech/sources/scott-s-weblog.md>)

Topics: [VPC](<https://devfeed.tech/topics/vpc.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [BGP](<https://devfeed.tech/topics/bgp.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [bgp](<https://devfeed.tech/tags/bgp.md>), [cilium](<https://devfeed.tech/tags/cilium.md>), [cli](<https://devfeed.tech/tags/cli.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [cni](<https://devfeed.tech/tags/cni.md>), [code](<https://devfeed.tech/tags/code.md>), [containers](<https://devfeed.tech/tags/containers.md>), [cri-o](<https://devfeed.tech/tags/cri-o.md>), [devops](<https://devfeed.tech/tags/devops.md>), [docker](<https://devfeed.tech/tags/docker.md>), [github](<https://devfeed.tech/tags/github.md>), [go](<https://devfeed.tech/tags/go.md>), [iac](<https://devfeed.tech/tags/iac.md>), [k8s](<https://devfeed.tech/tags/k8s.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [linux](<https://devfeed.tech/tags/linux.md>), [networking](<https://devfeed.tech/tags/networking.md>), [oci](<https://devfeed.tech/tags/oci.md>), [security](<https://devfeed.tech/tags/security.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>), [vpc](<https://devfeed.tech/tags/vpc.md>)

### AI overview

A tutorial on using Pulumi to create and configure an AWS VPC Route Server for BGP-learned route injection. It covers creating the Route Server, associating it with a VPC, creating an endpoint for BGP peering, handling an explicit dependency between components, and propagating learned routes to a VPC route table.

### Source excerpt

If you need to work with BGP in your AWS VPCs--so that BGP-learned routes can be injected into a VPC route table--then you will likely need a VPC Route Server. While you could set up a VPC Route Server manually, what's the fun in that? In this post, I will walk you through a Pulumi program that will set up a VPC Route Server. Afterward, I will discuss some ways you could check the functionality of the VPC Route Server to show that it is indeed working as expected. To make things as easy as possible, I have added a simple Pulumi program to my GitHub "learning-tools" repository in the aws/vpc-route-server directory. This program sets up a VPC Route Server and its associated components for you, and I will walk through this program in this blog post. The first step is creating the VPC Route Server itself. The VPC Route Server has no prerequisities, and the primary configuration needed is setting the ASN (Autonomous System Number) the Route Server should use: rs, err := vpc.NewRouteServer(ctx, "rs", &vpc.RouteServerArgs{ AmazonSideAsn: pulumi.Int(65534), Tags: pulumi.StringMap{ "Name": pulumi.String("rs"), "Project": pulumi.String("vpc-route-server"), }, }) Next, you will need to associate the Route Server with a VPC. This requires a VPC ID, as you might expect; this ID could come from a configuration value passed in by the user, or from a VPC created earlier in this or another Pulumi program. rsa, err := vpc.NewRouteServerVpcAssociation(ctx, "rsa", &vpc.RouteServerVpcAssociationArgs{ RouteServerId: rs.ID(), VpcId: pulumi.String(userSuppliedVpcId), }) With that association in place, the next component is a Route Server Endpoint. This endpoint is created in a subnet, and will have an IP address assigned from that subnet. This IP address is what your BGP peer will use to establish a peering relationship to exchange routes. rse, err := vpc.NewRouteServerEndpoint(ctx, "rse", &vpc.RouteServerEndpointArgs{ RouteServerId: rs.RouteServerId, SubnetId: pulumi.String(userSuppliedPriv

## Supabase PrivateLink is now available

DevFeed: [Supabase PrivateLink is now available](<https://devfeed.tech/articles/supabase-privatelink-is-now-available-659.md>)

Original publisher: [Read original article](<https://supabase.com/blog/supabase-privatelink-available>)

Author: Miles Thomas

Published: 2026-01-27T07:00:00Z

Content type: release

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [Supabase](<https://devfeed.tech/topics/supabase.md>), [Database](<https://devfeed.tech/topics/database.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [VPC](<https://devfeed.tech/topics/vpc.md>), [Security](<https://devfeed.tech/topics/security.md>), [Network](<https://devfeed.tech/topics/network.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [SSL](<https://devfeed.tech/topics/ssl.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [data](<https://devfeed.tech/tags/data.md>), [database](<https://devfeed.tech/tags/database.md>), [finance](<https://devfeed.tech/tags/finance.md>), [healthcare](<https://devfeed.tech/tags/healthcare.md>), [internet](<https://devfeed.tech/tags/internet.md>), [latency](<https://devfeed.tech/tags/latency.md>), [network](<https://devfeed.tech/tags/network.md>), [public-sector](<https://devfeed.tech/tags/public-sector.md>), [security](<https://devfeed.tech/tags/security.md>), [ssl](<https://devfeed.tech/tags/ssl.md>), [vpc](<https://devfeed.tech/tags/vpc.md>)

### AI overview

Supabase PrivateLink enables connections between Supabase databases and AWS resources over private networks, avoiding public internet exposure. It supports private VPC endpoints, private DNS, direct Postgres connections, and PgBouncer, with benefits for compliance, security, and potentially lower latency.

### Source excerpt

Connect to your Supabase database without touching the public internet.

[Next page](<https://devfeed.tech/tags/vpc.md?cursor=WyIyMDI2LTAxLTI3VDA3OjAwOjAwKzAwOjAwIiwgIjA0NzQ2YzIyLWY3MmItNDIyNi05NWE4LTJmMDc3MzJhNjczOCJd>)