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

Cloudfront support #40

Open stevemao opened 5 years ago

stevemao commented 5 years ago

Thanks for the amazing tool. I have tried recording my cloudfront but nothing seems to happen. Is cloudfront currently supported?

iann0036 commented 5 years ago

Hi Steve,

Can I clarify if this is for a create call? Console Recorder doesn't support update resource requests.

CloudFront is somewhat supported, but may produce strange behaviour if there's some properties I haven't yet mapped. It's one of the more tedious types. If you can capture it's network traffic and send me the request either here or privately (awsconsolerecorder@ianmckay.com.au) and I may be able to help fix it up - the request should start with "7|".

Alternatively, for existing resources you could try my alternative, https://former2.com (https://github.com/iann0036/former2).