Sharing snapshots & dodging yaml landmines
They'll get you everytime
So recently I had a real world problem to solve from a developer;
“We need a DEV SQL server in a secondary account… and we also need to restore production snapshots from the production account INTO the DEV SQL server“
This is probably a very real requirement people come across every day. Developers needing to restore production data into test and dev servers to ensure the products they are building are fit for purpose.
This is a simple process, documented below, involved a CloudWatch event and a Lambda function.