Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📖 Refactor Data-Engineering-Exports to Terraform #4295

Closed
4 tasks
jhpyke opened this issue May 9, 2024 · 2 comments
Closed
4 tasks

📖 Refactor Data-Engineering-Exports to Terraform #4295

jhpyke opened this issue May 9, 2024 · 2 comments

Comments

@jhpyke
Copy link
Contributor

jhpyke commented May 9, 2024

User Story

As an ops engineer
I want to refactor data-engineering-exports to use terraform
So that I can maintain it without learning pulumi.

Value / Purpose

We currently deploy the assets in data-engineering-exports using pulumi. However, attempts to automate this have been frustrated by unclear deprecation warnings with no apparent source. As such, it would be easier long term to move the assets managed into a terraform deployment, such that we can automate the process, and all team members can understand and service the tool.

Useful Contacts

@jhpyke

User Types

AP Team

Hypothesis

If we can automate this in pulumi, then we can reduce the mental bandwidth required to run the tool, as we will no longer have to service ad-hoc requests for state updates from users.

Proposal

The project deploys two sets of assets for users - the pull buckets (individual buckets per user project, with specific IAM permissions for them), and push bucket (a shared bucket, with policies for individual users providing write access. These are accompanied lambdas that scan for new files and fire them to a specified target bucket). Each of these represents a couple of simple, repeatable structures that should be easily representable as terraform infra.

Additional Information

All infrastructure is deployed into the data-production account, but the backend pulumi state is managed from the data-engineering account. This shouldn't matter but noting in case it does.

Definition of Done

  • Replicate pull bucket functionality in terraform
  • Import existing pull buckets to terraform
  • Replicate push bucket funcationality in terraform
  • Import existing push bucket and lambdas to terraform
@jhpyke jhpyke added story data-platform-apps-and-tools This issue is owned by Data Platform Apps and Tools and removed data-platform-apps-and-tools This issue is owned by Data Platform Apps and Tools labels May 9, 2024
@jhpyke jhpyke self-assigned this May 9, 2024
Copy link
Contributor

github-actions bot commented Aug 4, 2024

This issue is being marked as stale because it has been open for 60 days with no activity. Remove stale label or comment to keep the issue open.

@github-actions github-actions bot added the stale label Aug 4, 2024
Copy link
Contributor

This issue is being closed because it has been open for a further 7 days with no activity. If this is still a valid issue, please reopen it, Thank you!

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Aug 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🎉 Done
Development

No branches or pull requests

1 participant