1 Answer
- Newest
- Most votes
- Most comments
4
In your use case, where snapshots are shared across multiple accounts in the same Region, each account would still adhere to the same concurrent limit of 20 snapshot copy requests in progress. This limit is enforced per account, regardless of whether the snapshots are being copied within the same Region or across different Regions. If you anticipate exceeding this limit due to the volume of snapshots, considering below:
- Stagger Snapshot Copies: Distribute the snapshot copy requests across different times to avoid hitting the concurrent limit.
- Automate with AWS CLI or SDK: Set up automation to monitor and queue snapshot copy requests, ensuring they don't exceed the limit.
- Explore Sharing Alternatives: If sharing snapshots among multiple accounts is the goal, consider using AWS Resource Access Manager (RAM) to grant access to shared snapshots directly, rather than copying them.
Relevant content
- asked 10 years ago
- AWS OFFICIALUpdated 10 days ago