iann0036 / AWSConsoleRecorder

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

AWS BackUp #42

Closed TheOneTrueBaal closed 5 years ago

TheOneTrueBaal commented 5 years ago

I am trying to get a template of how to create all the required AWS Backup resources (Backup plan, backup vault, etc).

It would be of great assistance if creating the above resources using the console, while having the Console Recorder running, would create the cloudformation template for these resources, so it can be automated when recreating them.

Thanks in advance.

iann0036 commented 5 years ago

Hi there,

I'm a little behind on the resource support for Console Recorder. https://github.com/iann0036/former2 is up to date though.

No promises on when I'll get to it in here I'm afraid.

TheOneTrueBaal commented 5 years ago

I was not aware of former2. That will solve exactly my problem, so thank you very much.