I'm trying to find out if it's possible to copy a snapshot
from one account
to another in different region
in one go, without intermediate ( meaning copy/share to the other account then copy from the new account to the other region ), using lambda function
and boto3
.I have searched in aws
documentation but with no luck
↧
Is there a way to copy EBS snapshot to another account in other region? (cross-region,cross-account)
↧