I would suggest you use steps consistent with AWS official documentation.
Besides you won't do this often and with only few steps, automating the process seems unnecessary.
But up to you if you want to risk the valuable data in your live deploy server by trusting an automatic script found in the internet, just to save on some work.
Easy to just execute any script for a development server. It is different when you are working with an actual live deploy server.
I would suggest that you go with the safer and "longer" approach.
There is so much at stake that taking a shortcut to save a few minutes and making a mistake would mean more work in the long run.