cloudwatch: Found Error: Error: Missing source file for snapshot exiting
Closed this issue · 4 comments
marafa-sugarcrm commented
i got an error on cloudwatch while running aws2tf
aws_cloudwatch_log_group <redacted> tf files
Found Error: Error: Missing source file for snapshot exiting ....
awsandy commented
I think this one is caused by a race condition when doing parallel imports.
Committed a change that turns down the number of parallel imports that are allowed.
It might help avoid this error
You can also rerun with ./aws2tf.sh -c yes - to jump over tf files already imported
marafa-sugarcrm commented
i am using -c yes
awsandy commented
are you still seeing the error ?
marafa-sugarcrm commented
no. cloudwatch files were generated a few days ago
thank you