-
Story
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
False
-
-
False
-
None
-
None
-
None
-
None
User Story
As a HyperShift developer
I want comprehensive cross-cluster restore E2E tests for AWS
So that we validate disaster recovery capabilities between different AWS management clusters
Context
AWS cross-cluster restore involves S3-based backup storage, IAM cross-account scenarios, and
potentially different VPCs, regions, or AWS accounts between source and target clusters.
Tasks
- Implement AWS cross-cluster backup and restore test workflows
- Configure S3 cross-cluster access patterns and permissions
- Test cross-region and cross-account restore scenarios
- Validate AWS-specific networking and security configurations
- Implement AWS resource cleanup across source and target clusters
- Configure CI job for AWS cross-cluster testing
Acceptance Criteria
- Cross-cluster restore tests implemented for AWS (same region)
- Cross-region restore scenarios tested and validated
- S3 cross-cluster access and permissions properly configured
- AWS networking validation implemented for restored clusters
- Cross-account IAM scenarios tested (if applicable)
- CI job configuration completed for AWS cross-cluster tests
- AWS cross-cluster test documentation completed