AWS
How To: Wait for loooooooooooooong AWS operations
Many AWS operations can take a long time. Starting up an EC2 instance, taking a database backup, or deploying a CloudFormation stack. It all takes time. Sometimes, you have to wait for these operations to finish before you can move on with your task. For example, I was recently working