[GH-ISSUE #76] Render a Conditional Update Form for AWS EC2 Instances #49

Closed
opened 2026-03-03 10:56:24 +03:00 by kerem · 1 comment
Owner

Originally created by @manikanta9176 on GitHub (Apr 22, 2025).
Original GitHub issue: https://github.com/dflow-sh/dflow/issues/76

Originally assigned to: @manikanta9176 on GitHub.

  • On the individual server page, check if the server is an AWS EC2 instance.
  • If it is, display a separate update form containing fields specific to EC2 instance configuration.
  • When submitting this form, trigger a different update action tailored for EC2 instances.
  • In the server component or within the beforeRead hook, either:
    • Fetch and populate the EC2 instance details using its instance ID, or
    • Save the EC2 instance details while creation.
Originally created by @manikanta9176 on GitHub (Apr 22, 2025). Original GitHub issue: https://github.com/dflow-sh/dflow/issues/76 Originally assigned to: @manikanta9176 on GitHub. - On the individual server page, check if the server is an AWS EC2 instance. - If it is, display a separate update form containing fields specific to EC2 instance configuration. - When submitting this form, trigger a different update action tailored for EC2 instances. - In the server component or within the `beforeRead` hook, either: - Fetch and populate the EC2 instance details using its instance ID, or - Save the EC2 instance details while creation.
Author
Owner

@manikanta9176 commented on GitHub (Apr 22, 2025):

Saving the details in our db while creating instance to avoid multiple api call to aws for every fetch call.

<!-- gh-comment-id:2820298188 --> @manikanta9176 commented on GitHub (Apr 22, 2025): Saving the details in our db while creating instance to avoid multiple api call to aws for every fetch call.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dflow#49
No description provided.