feat: add iGenomes Pulumi infrastructure project#186
Open
edmundmiller wants to merge 1 commit intomainfrom
Open
feat: add iGenomes Pulumi infrastructure project#186edmundmiller wants to merge 1 commit intomainfrom
edmundmiller wants to merge 1 commit intomainfrom
Conversation
1ec7204 to
3327e42
Compare
Add comprehensive Pulumi project for managing iGenomes S3 infrastructure with proper import workflow and 1Password integration. ## Features - S3 bucket import for ngi-igenomes (AWS Open Data Registry) - Secure credential management via 1Password - Modular architecture (config, providers, infrastructure, utils) - Comprehensive documentation (README, CLAUDE.md, Context7 guide) - Protected resources with read-only tracking approach - Rich metadata exports for integration with nf-core ecosystem ## Project Structure - `__main__.py`: Main Pulumi program with S3 import logic - `src/`: Modular source code organization - `config/`: Environment variable loading and validation - `providers/`: AWS provider configuration - `infrastructure/`: S3 bucket import implementation - `utils/`: Centralized constants - Documentation: - `README.md`: Comprehensive user documentation (320+ lines) - `CLAUDE.md`: AI assistant context (360+ lines) - `CONTEXT7.md`: AWS SDK documentation guide - `SETUP_VERIFICATION.md`: Verification and testing guide - `test_setup.sh`: Automated setup verification script - `.envrc`: 1Password credential loading configuration ## Security - All credentials from 1Password (never in git) - Protected resources prevent accidental deletion - Read-only tracking for AWS Open Data bucket - Extensive ignore_changes for properties we can't manage ## Integration - Follows AWSMegatests project patterns - Uses shared S3 backend (nf-core-pulumi-state) - Consistent 1Password integration approach - Ready for nf-core infrastructure ecosystem 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
3327e42 to
6b705f1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
This PR adds a comprehensive Pulumi Infrastructure as Code project for managing the iGenomes S3 infrastructure. The project imports and tracks the
ngi-igenomesbucket from AWS Open Data Registry, providing reference documentation and integration with the nf-core infrastructure ecosystem.What's Added
Core Infrastructure
ngi-igenomesbucket with protective measuresignore_changesfor properties we can't manageDocumentation (1500+ lines total)
Project Structure
Features
Security
.gitignorefor secretsIntegration
nf-core-pulumi-state)Outputs
The project exports rich metadata for integration:
About iGenomes
The
ngi-igenomesbucket is hosted by AWS Open Data Registry and contains:Usage
Once merged, users can:
Testing
The project includes an automated test script:
This verifies:
Why This Matters
Related Projects
🤖 Generated with Claude Code