-
Notifications
You must be signed in to change notification settings - Fork 655
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
[Feature]Provide a AWS LaunchStack button for Flyte #524
Closed
1 of 13 tasks
Labels
Comments
kumare3
added
enhancement
New feature or request
good first issue
Good for newcomers
untriaged
This issues has not yet been looked at by the Maintainers
hacktoberfest
labels
Sep 25, 2020
kumare3
added
hacktoberfest
and removed
untriaged
This issues has not yet been looked at by the Maintainers
labels
Oct 29, 2021
8 tasks
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Jul 24, 2023
* metrics manager working for task nodes Signed-off-by: Daniel Rammer <daniel@union.ai> * dynamic tasks working Signed-off-by: Daniel Rammer <daniel@union.ai> * subworkflow node working Signed-off-by: Daniel Rammer <daniel@union.ai> * refactored to allow branch and gate node parsing Signed-off-by: Daniel Rammer <daniel@union.ai> * added node transition times Signed-off-by: Daniel Rammer <daniel@union.ai> * sorting node and task executions Signed-off-by: Daniel Rammer <daniel@union.ai> * added metrics metrics ... inception Signed-off-by: Daniel Rammer <daniel@union.ai> * fixed duplicate metrics Signed-off-by: Daniel Rammer <daniel@union.ai> * branch node working? Signed-off-by: Daniel Rammer <daniel@union.ai> * implemented gate node Signed-off-by: Daniel Rammer <daniel@union.ai> * working with partial completions and failures and cache hits Signed-off-by: Daniel Rammer <daniel@union.ai> * added unit tests Signed-off-by: Daniel Rammer <daniel@union.ai> * fixed most lint issues Signed-off-by: Daniel Rammer <daniel@union.ai> * fixed lint issues Signed-off-by: Daniel Rammer <daniel@union.ai> * added docs Signed-off-by: Daniel Rammer <daniel@union.ai> * updated flyteidl dependency Signed-off-by: Daniel Rammer <daniel@union.ai> * fixed unit tests Signed-off-by: Daniel Rammer <daniel@union.ai> * chnaged to local flyteidl for testing Signed-off-by: Daniel Rammer <daniel@union.ai> * using task event reported_at timestamps for updated_at in task execution models Signed-off-by: Daniel Rammer <daniel@union.ai> * updated flyteidl Signed-off-by: Daniel Rammer <daniel@union.ai> * fixed lint issues Signed-off-by: Daniel Rammer <daniel@union.ai> * using reported_at for node executions Signed-off-by: Daniel Rammer <daniel@union.ai> * updated flyteidl Signed-off-by: Daniel Rammer <daniel@union.ai> * fixes unit tests and lint issues Signed-off-by: Daniel Rammer <daniel@union.ai> * updated flyteidl Signed-off-by: Daniel Rammer <daniel@union.ai> * bumped flyteidl deps Signed-off-by: Daniel Rammer <daniel@union.ai> * using consts for start-node and end-node Signed-off-by: Daniel Rammer <daniel@union.ai> --------- Signed-off-by: Daniel Rammer <daniel@union.ai>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Aug 21, 2023
* metrics manager working for task nodes Signed-off-by: Daniel Rammer <daniel@union.ai> * dynamic tasks working Signed-off-by: Daniel Rammer <daniel@union.ai> * subworkflow node working Signed-off-by: Daniel Rammer <daniel@union.ai> * refactored to allow branch and gate node parsing Signed-off-by: Daniel Rammer <daniel@union.ai> * added node transition times Signed-off-by: Daniel Rammer <daniel@union.ai> * sorting node and task executions Signed-off-by: Daniel Rammer <daniel@union.ai> * added metrics metrics ... inception Signed-off-by: Daniel Rammer <daniel@union.ai> * fixed duplicate metrics Signed-off-by: Daniel Rammer <daniel@union.ai> * branch node working? Signed-off-by: Daniel Rammer <daniel@union.ai> * implemented gate node Signed-off-by: Daniel Rammer <daniel@union.ai> * working with partial completions and failures and cache hits Signed-off-by: Daniel Rammer <daniel@union.ai> * added unit tests Signed-off-by: Daniel Rammer <daniel@union.ai> * fixed most lint issues Signed-off-by: Daniel Rammer <daniel@union.ai> * fixed lint issues Signed-off-by: Daniel Rammer <daniel@union.ai> * added docs Signed-off-by: Daniel Rammer <daniel@union.ai> * updated flyteidl dependency Signed-off-by: Daniel Rammer <daniel@union.ai> * fixed unit tests Signed-off-by: Daniel Rammer <daniel@union.ai> * chnaged to local flyteidl for testing Signed-off-by: Daniel Rammer <daniel@union.ai> * using task event reported_at timestamps for updated_at in task execution models Signed-off-by: Daniel Rammer <daniel@union.ai> * updated flyteidl Signed-off-by: Daniel Rammer <daniel@union.ai> * fixed lint issues Signed-off-by: Daniel Rammer <daniel@union.ai> * using reported_at for node executions Signed-off-by: Daniel Rammer <daniel@union.ai> * updated flyteidl Signed-off-by: Daniel Rammer <daniel@union.ai> * fixes unit tests and lint issues Signed-off-by: Daniel Rammer <daniel@union.ai> * updated flyteidl Signed-off-by: Daniel Rammer <daniel@union.ai> * bumped flyteidl deps Signed-off-by: Daniel Rammer <daniel@union.ai> * using consts for start-node and end-node Signed-off-by: Daniel Rammer <daniel@union.ai> --------- Signed-off-by: Daniel Rammer <daniel@union.ai>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Motivation: Why do you think this is important?
New user should be able to deploy an EKS cluster, create a bucket and an RDS instance using a launch button and also deploy the EKS overlay
https://aws.amazon.com/blogs/devops/construct-your-own-launch-stack-url/
Goal: What should the final outcome look like, ideally?
On github page of Flyte there should be a launchstack button
Describe alternatives you've considered
manual creation
Flyte component
Additional context
None
Is this a blocker for you to adopt Flyte
No
The text was updated successfully, but these errors were encountered: