Currently, my website is live on AWS ec2 instance.
I have two environments production
and staging
.
The production take daily snapshots
from it's database.
Now, I want to create an image from production environement
to staging environment
for restoring the latest database to stagin environment
.
Because production environment
has different security group than staging environment
. If I scp
from production environment to staging environment, it shows error.
Can anybody help me?
Thanks in Advance.