# AWS Fargate

Published articles for AWS Fargate.

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

## Building resilient real-time streaming workers with Amazon DynamoDB leases

DevFeed: [Building resilient real-time streaming workers with Amazon DynamoDB leases](<https://devfeed.tech/articles/building-resilient-real-time-streaming-workers-with-amazon-dynamodb-leases-4637.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/architecture/building-resilient-real-time-streaming-workers-with-amazon-dynamodb-leases/>)

Author: Siddhesh Tiwari

Published: 2026-09-10T16:14:22Z

Content type: tutorial

Language: en

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

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

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [amazon-dynamodb](<https://devfeed.tech/tags/amazon-dynamodb.md>), [amazon-ec2](<https://devfeed.tech/tags/amazon-ec2.md>), [amazon-eks](<https://devfeed.tech/tags/amazon-eks.md>), [amazon-elastic-container-service](<https://devfeed.tech/tags/amazon-elastic-container-service.md>), [aws-fargate](<https://devfeed.tech/tags/aws-fargate.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [streaming](<https://devfeed.tech/tags/streaming.md>), [technical-how-to](<https://devfeed.tech/tags/technical-how-to.md>), [workers](<https://devfeed.tech/tags/workers.md>)

### AI overview

A tutorial for building resilient real-time WebSocket workers with Amazon DynamoDB leases. It covers conditional-write ownership, orphan reconciliation for automatic failover, and graceful shutdown to reduce deployment downtime on Amazon ECS and AWS Fargate.

### Source excerpt

Real-time streaming workers that hold hundreds of persistent WebSocket connections lose data when a worker fails. Learn how to build a WebSocket fleet management system on Amazon ECS and AWS Fargate that uses Amazon DynamoDB conditional writes as a distributed lease to track ownership, fail over automatically, and deploy with low downtime.

## Bring your own client certificate for backend mTLS in Amazon API Gateway

DevFeed: [Bring your own client certificate for backend mTLS in Amazon API Gateway](<https://devfeed.tech/articles/bring-your-own-client-certificate-for-backend-mtls-in-amazon-api-gateway-4658.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/compute/bring-your-own-client-certificate-for-backend-mtls-in-amazon-api-gateway/>)

Author: Biswanath Mukherjee

Published: 2026-09-08T21:46:39Z

Content type: tutorial

Language: en

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

Topics: [Amazon API Gateway](<https://devfeed.tech/topics/amazon-api-gateway.md>), [AWS Certificate Manager](<https://devfeed.tech/topics/aws-certificate-manager.md>), [Amazon Elastic Container Service](<https://devfeed.tech/topics/amazon-elastic-container-service.md>), [nginx](<https://devfeed.tech/topics/nginx.md>)

Tags: [amazon-api-gateway](<https://devfeed.tech/tags/amazon-api-gateway.md>), [amazon-elastic-container-service](<https://devfeed.tech/tags/amazon-elastic-container-service.md>), [announcements](<https://devfeed.tech/tags/announcements.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [aws-certificate-manager](<https://devfeed.tech/tags/aws-certificate-manager.md>), [aws-fargate](<https://devfeed.tech/tags/aws-fargate.md>), [intermediate-200](<https://devfeed.tech/tags/intermediate-200.md>), [rest-api](<https://devfeed.tech/tags/rest-api.md>), [tls](<https://devfeed.tech/tags/tls.md>)

### AI overview

This tutorial shows how to configure Amazon API Gateway to present a third-party or AWS Private CA-issued client certificate for outbound mTLS to an Amazon ECS backend.

### Source excerpt

Enterprises that use Amazon API Gateway often want to bring their own client certificate for backend mutual TLS (mTLS) authentication. With API Gateway, you can now use a third-party or AWS Private CA-issued client certificate for the outbound mTLS handshake. In this post, you build a REST API with an outbound mTLS connection to an Amazon ECS backend.

## Automate proxy injection for Amazon EKS on AWS Fargate using Kyverno

DevFeed: [Automate proxy injection for Amazon EKS on AWS Fargate using Kyverno](<https://devfeed.tech/articles/automate-proxy-injection-for-amazon-eks-on-aws-fargate-using-kyverno-4624.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/containers/automate-proxy-injection-for-amazon-eks-on-aws-fargate-using-kyverno/>)

Author: Himanshu Bansal

Published: 2026-09-01T15:59:57Z

Content type: tutorial

Language: en

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

Topics: [Amazon EKS](<https://devfeed.tech/topics/amazon-eks.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Containers](<https://devfeed.tech/topics/containers.md>), [Amazon EC2](<https://devfeed.tech/topics/amazon-ec2.md>)

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [amazon-eks](<https://devfeed.tech/tags/amazon-eks.md>), [amazon-elastic-kubernetes-service](<https://devfeed.tech/tags/amazon-elastic-kubernetes-service.md>), [aws-fargate](<https://devfeed.tech/tags/aws-fargate.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [containers](<https://devfeed.tech/tags/containers.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [policy](<https://devfeed.tech/tags/policy.md>)

### AI overview

This tutorial shows how to use a Kyverno mutating admission policy to inject corporate HTTP/HTTPS proxy environment variables into Amazon EKS pods running on AWS Fargate. It targets labeled namespaces, avoids per-application manifest changes, and covers validation and proxy bypasses for Fluent Bit and AWS endpoints.

### Source excerpt

Learn how to use a Kyverno mutating admission policy to automatically inject corporate proxy environment variables into Amazon EKS on AWS Fargate pods at admission time, delivering consistent egress compliance without modifying application deployment manifests.

## AWS Weekly Roundup: Welcome DuckLabs to the team, Agentic Resource Discovery (ARD), and more (August 31, 2026)

DevFeed: [AWS Weekly Roundup: Welcome DuckLabs to the team, Agentic Resource Discovery (ARD), and more (August 31, 2026)](<https://devfeed.tech/articles/aws-weekly-roundup-welcome-ducklabs-to-the-team-agentic-resource-discovery-ard-and-more-august-31-2026-4618.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/aws/aws-weekly-roundup-welcome-ducklabs-to-the-team-agentic-resource-discovery-ard-and-more-august-31-2026/>)

Author: Daniel Abib

Published: 2026-08-31T14:45:25Z

Content type: news

Language: en

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

Topics: [data](<https://devfeed.tech/topics/data.md>), [Amazon S3](<https://devfeed.tech/topics/amazon-s3.md>), [Amazon Redshift](<https://devfeed.tech/topics/amazon-redshift.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>)

Tags: [acquisition](<https://devfeed.tech/tags/acquisition.md>), [amazon-ec2](<https://devfeed.tech/tags/amazon-ec2.md>), [amazon-elastic-container-service](<https://devfeed.tech/tags/amazon-elastic-container-service.md>), [amazon-gamelift](<https://devfeed.tech/tags/amazon-gamelift.md>), [amazon-redshift](<https://devfeed.tech/tags/amazon-redshift.md>), [amazon-s3](<https://devfeed.tech/tags/amazon-s3.md>), [amazon-sagemaker](<https://devfeed.tech/tags/amazon-sagemaker.md>), [amazon-sagemaker-ai](<https://devfeed.tech/tags/amazon-sagemaker-ai.md>), [analytics](<https://devfeed.tech/tags/analytics.md>), [announcements](<https://devfeed.tech/tags/announcements.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-fargate](<https://devfeed.tech/tags/aws-fargate.md>), [aws-glue](<https://devfeed.tech/tags/aws-glue.md>), [aws-iot-core](<https://devfeed.tech/tags/aws-iot-core.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [database](<https://devfeed.tech/tags/database.md>), [duckdb](<https://devfeed.tech/tags/duckdb.md>), [json](<https://devfeed.tech/tags/json.md>), [news](<https://devfeed.tech/tags/news.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [parquet](<https://devfeed.tech/tags/parquet.md>), [python](<https://devfeed.tech/tags/python.md>), [sql](<https://devfeed.tech/tags/sql.md>), [week-in-review](<https://devfeed.tech/tags/week-in-review.md>)

### AI overview

AWS weekly roundup covering the planned acquisition of DuckLabs, the company behind DuckDB, alongside Amazon ECS recovery updates and AWS Lambda preview runtimes for Node.js 26 and Python 3.15.

### Source excerpt

The news that interested me the most last week was the DuckLabs acquisition. AWS has signed a definitive agreement to acquire DuckLabs, the Amsterdam-based company behind DuckDB, the popular open source analytical database that runs in-process and executes SQL directly against files like Parquet, CSV, and JSON. DuckDB stays open source under its independent foundation [...]

## How AgentFlo built AI sales agents with Amazon Bedrock AgentCore - Part 2

DevFeed: [How AgentFlo built AI sales agents with Amazon Bedrock AgentCore - Part 2](<https://devfeed.tech/articles/how-agentflo-built-ai-sales-agents-with-amazon-bedrock-agentcore-part-2-4644.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/architecture/how-agentflo-built-ai-sales-agents-with-amazon-bedrock-agentcore-part-2/>)

Author: Muhammad Musab Iqbal

Published: 2026-08-21T10:01:18Z

Content type: article

Language: en

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

Topics: [AI Bots](<https://devfeed.tech/topics/ai-bots.md>), [ai observability](<https://devfeed.tech/topics/ai-observability.md>)

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [amazon-bedrock](<https://devfeed.tech/tags/amazon-bedrock.md>), [amazon-bedrock-agentcore](<https://devfeed.tech/tags/amazon-bedrock-agentcore.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [autonomous](<https://devfeed.tech/tags/autonomous.md>), [autonomous-agents](<https://devfeed.tech/tags/autonomous-agents.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-fargate](<https://devfeed.tech/tags/aws-fargate.md>), [customer-solutions](<https://devfeed.tech/tags/customer-solutions.md>), [observability](<https://devfeed.tech/tags/observability.md>), [policy](<https://devfeed.tech/tags/policy.md>), [sales](<https://devfeed.tech/tags/sales.md>), [security](<https://devfeed.tech/tags/security.md>), [serverless](<https://devfeed.tech/tags/serverless.md>)

### AI overview

AgentFlo's second architecture post explains how it uses Amazon Bedrock AgentCore and AWS serverless components to operate AI sales agents with layered safeguards. It emphasizes controls before requests, during tool execution, and after responses, while reporting an early 12% net-revenue uplift.

### Source excerpt

Part 2: how AgentFlo built trusted, reliable AI sales agents on Amazon Bedrock AgentCore and AWS serverless architecture. Learn the three-layer guardrails, grounded data foundation, and end-to-end observability behind a +12% net revenue uplift, plus what's next for real-time voice and server-side tool execution.

## Deep dive into Amazon EKS certificate authority rotation

DevFeed: [Deep dive into Amazon EKS certificate authority rotation](<https://devfeed.tech/articles/deep-dive-into-amazon-eks-certificate-authority-rotation-4627.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/containers/deep-dive-into-amazon-eks-certificate-authority-rotation/>)

Author: Micah Hausler

Published: 2026-08-19T20:55:49Z

Content type: article

Language: en

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

Topics: [Amazon EKS](<https://devfeed.tech/topics/amazon-eks.md>), [TLS (Transport Layer Security)](<https://devfeed.tech/topics/tls.md>), [Availability](<https://devfeed.tech/topics/availability.md>), [AWS Fargate](<https://devfeed.tech/topics/aws-fargate.md>), [CI/CD](<https://devfeed.tech/topics/cicd.md>), [Security](<https://devfeed.tech/topics/security.md>)

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [amazon-eks](<https://devfeed.tech/tags/amazon-eks.md>), [amazon-elastic-kubernetes-service](<https://devfeed.tech/tags/amazon-elastic-kubernetes-service.md>), [announcements](<https://devfeed.tech/tags/announcements.md>), [availability](<https://devfeed.tech/tags/availability.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-fargate](<https://devfeed.tech/tags/aws-fargate.md>), [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [deep-dive](<https://devfeed.tech/tags/deep-dive.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>)

### AI overview

This deep dive explains Amazon EKS certificate authority rotation. It describes the managed lifecycle, automated safeguards, rollback, AWS-managed components, and the customer responsibilities needed to preserve connectivity during the transition.

### Source excerpt

Amazon EKS now provides a managed, non-disruptive lifecycle for rotating your cluster's certificate authority (CA), with automated safeguards and rollback. This deep dive explains how CA rotation works, what AWS handles versus what you must update, and how to walk through the rotation lifecycle on your own timeline.

## 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.

## Clever ingests 200x more logs at the same cost with ClickHouse Cloud

DevFeed: [Clever ingests 200x more logs at the same cost with ClickHouse Cloud](<https://devfeed.tech/articles/clever-ingests-200x-more-logs-at-the-same-cost-with-clickhouse-cloud-5044.md>)

Original publisher: [Read original article](<https://clickhouse.com/blog/clever-observability-at-scale>)

Author: ClickHouse

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

Content type: article

Language: en

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

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

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [aws-fargate](<https://devfeed.tech/tags/aws-fargate.md>), [clickhouse](<https://devfeed.tech/tags/clickhouse.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [cost](<https://devfeed.tech/tags/cost.md>), [data](<https://devfeed.tech/tags/data.md>), [debug](<https://devfeed.tech/tags/debug.md>), [education](<https://devfeed.tech/tags/education.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [identity](<https://devfeed.tech/tags/identity.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [logging](<https://devfeed.tech/tags/logging.md>), [logs](<https://devfeed.tech/tags/logs.md>), [platform](<https://devfeed.tech/tags/platform.md>), [scale](<https://devfeed.tech/tags/scale.md>), [sql](<https://devfeed.tech/tags/sql.md>), [webinar](<https://devfeed.tech/tags/webinar.md>), [workers](<https://devfeed.tech/tags/workers.md>)

### AI overview

Clever replaced Datadog with ClickHouse Cloud for log indexing, expanding searchable logs from 10% to all logs and retention from 3 to 60 days at the same cost.

### Source excerpt

Clever replaced Datadog with ClickHouse Cloud and went from indexing 10% of their logs to 100%, gaining 200x more searchable log volume and 60 days of retention at no additional cost.

## Introducing Private AI Agents Platform

DevFeed: [Introducing Private AI Agents Platform](<https://devfeed.tech/articles/introducing-private-ai-agents-platform-13736.md>)

Original publisher: [Read original article](<https://developer.espressif.com/blog/2025/12/annoucing_esp_private_agents_platform/>)

Author: John Lee

Published: 2025-12-09T00:00:00Z

Content type: release

Language: en

Sources: [Blog on Developer Portal](<https://devfeed.tech/sources/blog-on-developer-portal.md>)

Topics: [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [Self-hosted](<https://devfeed.tech/topics/self-hosted.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Internet of things](<https://devfeed.tech/topics/iot.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Amazon Bedrock](<https://devfeed.tech/topics/amazon-bedrock.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [AWS Fargate](<https://devfeed.tech/topics/aws-fargate.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [amazon-bedrock](<https://devfeed.tech/tags/amazon-bedrock.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-fargate](<https://devfeed.tech/tags/aws-fargate.md>), [blog](<https://devfeed.tech/tags/blog.md>), [dashboards](<https://devfeed.tech/tags/dashboards.md>), [esp32](<https://devfeed.tech/tags/esp32.md>), [iot](<https://devfeed.tech/tags/iot.md>), [large-language-models-llms](<https://devfeed.tech/tags/large-language-models-llms.md>), [llm](<https://devfeed.tech/tags/llm.md>), [self-hosted](<https://devfeed.tech/tags/self-hosted.md>)

### AI overview

Espressif announces a self-hosted, multimodal Private AI Agents Platform that can be deployed in an AWS account. The article introduces its use for connected devices, companion apps, web dashboards, and IoT workflows.

### Source excerpt

This article announces the Private AI Agent Platform

## Introducing Serverless Container Framework

DevFeed: [Introducing Serverless Container Framework](<https://devfeed.tech/articles/introducing-serverless-container-framework-14252.md>)

Original publisher: [Read original article](<https://www.serverless.com/blog/introducing-serverless-container-framework>)

Author: Serverless Team

Published: 2025-02-04T00:00:00Z

Content type: release

Language: en

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

Topics: [Serverless](<https://devfeed.tech/topics/serverless.md>), [AWS Fargate](<https://devfeed.tech/topics/aws-fargate.md>), [AWS Lambda](<https://devfeed.tech/topics/aws-lambda.md>), [Containers](<https://devfeed.tech/topics/containers.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Framework](<https://devfeed.tech/topics/framework.md>), [Development](<https://devfeed.tech/topics/development.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [aws-fargate](<https://devfeed.tech/tags/aws-fargate.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [container](<https://devfeed.tech/tags/container.md>), [containers](<https://devfeed.tech/tags/containers.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [development](<https://devfeed.tech/tags/development.md>), [faas](<https://devfeed.tech/tags/faas.md>), [framework](<https://devfeed.tech/tags/framework.md>), [function-as-a-service](<https://devfeed.tech/tags/function-as-a-service.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [news](<https://devfeed.tech/tags/news.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [serverless-architecture](<https://devfeed.tech/tags/serverless-architecture.md>), [serverless-framework](<https://devfeed.tech/tags/serverless-framework.md>)

### AI overview

Serverless introduces a Container Framework for deploying containers to AWS Lambda and AWS Fargate without rearchitecting.

### Source excerpt

A rich development and deployment experience for deploying containers to AWS Lambda and AWS Fargate, without rearchitecting. Serverless Container Framework gives you total flexibility.

## How to use Teleport Machine ID to provide database access to applications running on EKS without passwords

DevFeed: [How to use Teleport Machine ID to provide database access to applications running on EKS without passwords](<https://devfeed.tech/articles/how-to-use-teleport-machine-id-to-provide-database-access-to-applications-running-on-eks-without-passwords-29549.md>)

Original publisher: [Read original article](<https://goteleport.com/blog/access-aws-rds-eks-teleport-machine-id/>)

Author: info@goteleport.com (Gavin Frazar)

Published: 2024-12-03T00:00:00Z

Content type: tutorial

Language: en

Sources: [Teleport](<https://devfeed.tech/sources/teleport.md>)

Topics: [Amazon EKS](<https://devfeed.tech/topics/amazon-eks.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [PostgreSQL](<https://devfeed.tech/topics/postgresql.md>), [Authorization](<https://devfeed.tech/topics/authorization.md>), [AWS Fargate](<https://devfeed.tech/topics/aws-fargate.md>), [certificates](<https://devfeed.tech/topics/certificates.md>), [Access Control](<https://devfeed.tech/topics/access-control.md>), [Amazon Elastic Container Service](<https://devfeed.tech/topics/amazon-elastic-container-service.md>), [TLS (Transport Layer Security)](<https://devfeed.tech/topics/tls.md>), [AWS IAM](<https://devfeed.tech/topics/aws-iam.md>), [container](<https://devfeed.tech/topics/container.md>), [VPC](<https://devfeed.tech/topics/vpc.md>)

Tags: [access-control](<https://devfeed.tech/tags/access-control.md>), [api-keys](<https://devfeed.tech/tags/api-keys.md>), [aws-fargate](<https://devfeed.tech/tags/aws-fargate.md>), [aws-iam](<https://devfeed.tech/tags/aws-iam.md>), [certificates](<https://devfeed.tech/tags/certificates.md>), [container](<https://devfeed.tech/tags/container.md>), [ecs](<https://devfeed.tech/tags/ecs.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [passwords](<https://devfeed.tech/tags/passwords.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [secrets](<https://devfeed.tech/tags/secrets.md>), [tls](<https://devfeed.tech/tags/tls.md>), [vpc](<https://devfeed.tech/tags/vpc.md>)

### AI overview

A tutorial on deploying Temporal on Amazon EKS so it can connect to an AWS RDS PostgreSQL database without passwords or other shared secrets. It uses Teleport Machine & Workload Identity, a sidecar, short-lived X.509 certificates, PostgreSQL role provisioning, and a Teleport Database Service deployed on AWS Fargate.

### Source excerpt

Discover how to secure database access in Kubernetes workloads. Eliminate secrets, keep databases in private networks, and improve audit logging with Teleport.

## Kubernetes meets SD-WAN

DevFeed: [Kubernetes meets SD-WAN](<https://devfeed.tech/articles/kubernetes-meets-sd-wan-39612.md>)

Original publisher: [Read original article](<https://www.gauravsarma.com/posts/2019-12-14_Kubernetes-meets-SD-WAN-29376a974de2>)

Published: 2019-12-14T00:00:00Z

Content type: opinion

Language: en

Sources: [Gaurav Sarma's Blog](<https://devfeed.tech/sources/gaurav-sarma-s-blog.md>)

Topics: [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [SD-WAN](<https://devfeed.tech/topics/sd-wan.md>), [networking](<https://devfeed.tech/topics/networking.md>), [container](<https://devfeed.tech/topics/container.md>), [cloud-infrastructure](<https://devfeed.tech/topics/cloud-infrastructure.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [aws-fargate](<https://devfeed.tech/tags/aws-fargate.md>), [aws-outposts](<https://devfeed.tech/tags/aws-outposts.md>), [azure](<https://devfeed.tech/tags/azure.md>), [cisco](<https://devfeed.tech/tags/cisco.md>), [container](<https://devfeed.tech/tags/container.md>), [distributed](<https://devfeed.tech/tags/distributed.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [networking](<https://devfeed.tech/tags/networking.md>), [sd-wan](<https://devfeed.tech/tags/sd-wan.md>)

### AI overview

This commentary examines how Kubernetes and SD-WAN relate as enterprises adopt hybrid infrastructure. It discusses Kubernetes for distributed workloads, network reliability concerns, AWS services including Outposts, Transit Gateway, and Fargate, and SD-WAN capabilities such as VPNs, application steering, link aggregation, load balancing, and security.

### Source excerpt

Kubernetes is the de-facto container management system for all sorts of distributed workloads. Known for its extensibility and community support, there are numerous plugins for multiple use cases...

## Using the Serverless framework to deploy hybrid serverless/cluster workflows

DevFeed: [Using the Serverless framework to deploy hybrid serverless/cluster workflows](<https://devfeed.tech/articles/using-the-serverless-framework-to-deploy-hybrid-serverless-cluster-workflows-14153.md>)

Original publisher: [Read original article](<https://www.serverless.com/blog/deploy-hybrid-serverless-cluster-workflows>)

Author: Rustem Feyzkhanov

Published: 2019-05-20T00:00:00Z

Content type: tutorial

Language: en

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

Topics: [Framework](<https://devfeed.tech/topics/framework.md>), [serverless framework](<https://devfeed.tech/topics/serverless-framework.md>), [AWS Lambda](<https://devfeed.tech/topics/aws-lambda.md>), [AWS Step Functions](<https://devfeed.tech/topics/aws-step-functions.md>), [AWS Fargate](<https://devfeed.tech/topics/aws-fargate.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [aws-fargate](<https://devfeed.tech/tags/aws-fargate.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [aws-step-functions](<https://devfeed.tech/tags/aws-step-functions.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [faas](<https://devfeed.tech/tags/faas.md>), [framework](<https://devfeed.tech/tags/framework.md>), [function-as-a-service](<https://devfeed.tech/tags/function-as-a-service.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [serverless-architecture](<https://devfeed.tech/tags/serverless-architecture.md>), [serverless-framework](<https://devfeed.tech/tags/serverless-framework.md>)

### AI overview

This tutorial covers using Serverless Framework with AWS Lambda, AWS Step Functions, AWS Fargate, and AWS Batch to deploy hybrid serverless and cluster workflows.

### Source excerpt

We'll cover how to use Serverless Framework, AWS Lambda, AWS Step Functions, AWS Fargate and AWS Batch to deploy hybrid serverless/cluster workflows.

## How to use AWS Fargate and Lambda for long-running processes in a Serverless app

DevFeed: [How to use AWS Fargate and Lambda for long-running processes in a Serverless app](<https://devfeed.tech/articles/how-to-use-aws-fargate-and-lambda-for-long-running-processes-in-a-serverless-app-14328.md>)

Original publisher: [Read original article](<https://www.serverless.com/blog/serverless-application-for-long-running-process-fargate-lambda>)

Author: Rupak Ganguly

Published: 2018-01-11T00:00:00Z

Content type: tutorial

Language: en

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

Topics: [AWS Fargate](<https://devfeed.tech/topics/aws-fargate.md>), [Amazon Elastic Container Service](<https://devfeed.tech/topics/amazon-elastic-container-service.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [Processes](<https://devfeed.tech/topics/processes.md>), [App](<https://devfeed.tech/topics/app.md>)

Tags: [app](<https://devfeed.tech/tags/app.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-fargate](<https://devfeed.tech/tags/aws-fargate.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [ecs](<https://devfeed.tech/tags/ecs.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [faas](<https://devfeed.tech/tags/faas.md>), [function-as-a-service](<https://devfeed.tech/tags/function-as-a-service.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [processes](<https://devfeed.tech/tags/processes.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [serverless-architecture](<https://devfeed.tech/tags/serverless-architecture.md>), [serverless-framework](<https://devfeed.tech/tags/serverless-framework.md>)

### AI overview

A tutorial shows how to process a video file and extract a thumbnail using Amazon ECS with AWS Fargate and Lambda in a Serverless application.

### Source excerpt

We'll show you how to process a video file that extracts a thumbnail in Amazon ECS using Fargate and Lambda