awslabs / crossplane-on-eks

Crossplane bespoke composition blueprints for AWS resources
Apache License 2.0
308 stars 109 forks source link

add initial draft of rds day2 operations #100

Closed nabuskey closed 1 year ago

nabuskey commented 1 year ago

What does this PR do?

Adds initial documentations for some of concerns regarding RDS day 2 operations. This aims to address:

nabuskey commented 1 year ago

Some information about multi-az cluster deployment failover-db-cluster https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts-rebooting.html

As I read more documentation, I am fairly confident that a separate deployment controller must be created. This controller would be responsible for handling restarts of RDS instances and clusters based on w/e condition. This deployment controller does not need to be restricted to RDS. I think similar controllers will be required for EC2, ECS, and Lambda application deployments as well.