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

[Feature]Provide a AWS LaunchStack button for Flyte #524

Closed
1 of 13 tasks
kumare3 opened this issue Sep 25, 2020 · 0 comments · Fixed by flyteorg/flyteconsole#541
Closed
1 of 13 tasks

[Feature]Provide a AWS LaunchStack button for Flyte #524

kumare3 opened this issue Sep 25, 2020 · 0 comments · Fixed by flyteorg/flyteconsole#541
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest

Comments

@kumare3
Copy link
Contributor

kumare3 commented Sep 25, 2020

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

  • Overall
  • Flyte Setup and Installation scripts
  • Flyte Documentation
  • Flyte communication (slack/email etc)
  • FlytePropeller
  • FlyteIDL (Flyte specification language)
  • Flytekit (Python SDK)
  • FlyteAdmin (Control Plane service)
  • FlytePlugins
  • DataCatalog
  • FlyteStdlib (common libraries)
  • FlyteConsole (UI)
  • Other

Additional context
None

Is this a blocker for you to adopt Flyte
No

@kumare3 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 kumare3 added hacktoberfest and removed untriaged This issues has not yet been looked at by the Maintainers labels Oct 29, 2021
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
enhancement New feature or request good first issue Good for newcomers hacktoberfest
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant