Byte Ebi's Logo

Byte Ebi 🍀

A Bit everyday A Byte every week

Investigating Connection Encryption on Amazon MWAA

Investigating whether Connections can be stored in plaintext on Amazon MWAA

Ray

The Airflow docs actually state that setting the encryption key to an empty string makes Connections fall back to plaintext.
But does the same thing hold true on AWS-managed MWAA?
This post traces that question from Airflow’s native Fernet mechanism all the way to MWAA’s reserved environment variables.

Understanding Amazon RDS Connection Limits

Calculate the maximum number of connections for Amazon RDS across different instance types

Ray

Have you ever run into database connection limits, or felt unsure about which RDS instance type to choose when planning your system architecture?
This article walks you through how Amazon RDS calculates its maximum connections and provides a comparison across different instance types to help you make better decisions.

Ray

Hybrid cloud integrates a company’s internal IT resources with third-party cloud providers’ infrastructure and services.
AWS hybrid cloud services offer a consistent AWS experience from the cloud to on-premises to the edge, allowing you to store data and run applications across multiple environments.

[AWS Cloud Fundamental Notes] Lambda

Introduction to Lambda and its usage and operational mechanism

Ray

Uploading the program to the Lambda service enables quick activation when network packets are sent in for request access, achieving a pay-as-you-go model.

[AWS Cloud Fundamental Notes] API Gateway

Introduction to API Gateway and its usage and operational mechanism

Ray

As the “front door” for applications to access data, business logic, or functionality from backend services.
When using API Gateway, you can create RESTful APIs and WebSocket APIs to enable real-time bidirectional communication applications.
API Gateway supports containerized, serverless workloads, and web applications.

Recent Posts

Categories

Tags