-
Notifications
You must be signed in to change notification settings - Fork 1
[Build] Add S3 dvc remote #227
Copy link
Copy link
Open
Description
User Story:
As a machine learning engineer,
I want to configure an S3 bucket as a DVC remote for our ML project,
So that we can securely version large datasets/models, enable team collaboration, and reduce local storage requirements.
Acceptance Criteria:
- Do a cost analysis
- S3 bucket created with proper IAM permissions and bucket policies
- DVC configured to use S3 as default remote (
dvc remote add) - Authentication credentials securely stored (AWS CLI profile or env variables)
- Existing data pushed to S3 remote (
dvc push) - Cost monitoring alerts configured in AWS
- Documentation for team members on S3 remote usage
Definition of Done:
- All acceptance criteria met
- Code reviewed and approved
- Validation tests for push/pull operations
- Documentation updated in
/docs/data_management.md - Team members can successfully pull data from S3
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels