Currently, we are mainly using DMS, RDS & IAM AWS services. Now, if we want to use those services in different region / account then how to take only configuration backup? Like -
- DMS - Replication instances, Endpoint, Event subscriptions.
- RDS - DB Instances, Subnet groups, Parameter groups, Event subscriptions.
- IAM - Users, Groups, Role, Policy
In all above services database backup is not required, just want configuration settings using which same infrastructure can be created in other region / account.
CloudFormation can be used when we have template ready but here infrastructure created by someone else so we need some AWS service using which infrastructure configuration can be backed up which later can be used in newer infra creation.