iann0036 / AWSConsoleRecorder

Records actions made in the AWS Management Console and outputs the equivalent CLI/SDK commands and CloudFormation/Terraform templates.
MIT License
1.42k stars 87 forks source link

Add support for Aurora Global Database #54

Open sumitag opened 4 years ago

sumitag commented 4 years ago

Is your feature request related to a problem? Please describe. I was recently working on Aurora Global Database PostgreSQL and noticed that the console recorder didn't capture the Global Database API calls when I added a region to an existing cluster

Describe the solution you'd like It would be good to have the Global Database commands captured

Describe alternatives you've considered I was able to figure out the Terraform for Global Database based on a combination of the TF documentation and the AWS API calls

iann0036 commented 3 years ago

Apologies, I have very little time to add support in Console Recorder right now.

I'll happily review and merge pull requests for support if you add the information. Most of the SDK support uses the generator, however the CloudFormation / Terraform support is manual.

Alternatively, Former2 is maintained a bit better.