Skip to content

Use generated keys in prepare and run commands

What does this MR do?

Changes the prepare and run commands to use automatically generated SSH key pairs for each ECS Task. This implementation is necessary for addressing #5 (closed).

Why was this MR needed?

This is a part of the solution for the issue #5 (closed).

Are there points in the code the reviewer needs to double check?

This change is not backward compatible with the current stable version, since it changes the strategy to automatically generated SSH keys instead of provided SSH keys.

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - no conflicts
Edited by 🤖 GitLab Bot 🤖

Merge request reports