Follow dba-ninja.com

Subscribe to RSS feed  Follow @jackvamvas - Twitter

*Use the Comments section for questions

dba-ninja.com Links

Dba_db2_button

Sqlserver_dba_button

AWS Control Plane vs Data Plane

12 December,2024 by Rambler

Most cloud services are separated into two logic areas - data planes and control planes.

Think of it as an architectural pattern e.g the control plane defines the instructions , the data plane fulfills the instructions

Control Plane - supply the APIs to create\read\update\delete\list services

e.g Provision a new RDS Instance  - the control plane deals with finding capacity , database provisioning , track the db instance state

Data Plane - providing the services main function. The RDS Instance in our example is where the DB runs 

This is a  link to an AWS resource  with in-depth  discussion of Control Plane & Data Plane 

REL11-BP04 Rely on the data plane and not the control plane during recovery

 

A key concept is preventative mitigation i.e decrease\eliminate dependencies on the control plance , and instead increase dependency on the data plane , & therefore decreasing the possibility of single points of failure. It's a trade off ,  what  is the RPO\RTO and associated budget ?

An AWS Reading list

https://docs.aws.amazon.com/whitepapers/latest/advanced-multi-az-resilience-patterns/availability-zone-independence.html

 

 

 


Author: Rambler (http://www.dba-ninja.com)


Share:

Verify your Comment

Previewing your Comment

This is only a preview. Your comment has not yet been posted.

Working...
Your comment could not be posted. Error type:
Your comment has been posted. Post another comment

The letters and numbers you entered did not match the image. Please try again.

As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.

Having trouble reading this image? View an alternate.

Working...

Post a comment on AWS Control Plane vs Data Plane


dba-ninja.com