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

Add driver aws #44

Open
wants to merge 33 commits into
base: main
Choose a base branch
from
Open

Add driver aws #44

wants to merge 33 commits into from

Commits on Jan 13, 2024

  1. Configuration menu
    Copy the full SHA
    77eabb8 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. send argument

    hiroTochigi committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    070b215 View commit details
    Browse the repository at this point in the history
  2. execute command

    hiroTochigi committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    2368ff9 View commit details
    Browse the repository at this point in the history
  3. Refactor delete.sh into a function and integrate into driver.sh

    Converted the standalone delete.sh script into a reusable function. This function is now imported into driver.sh for better modularity and code organization. The delete function handles the deletion of an AWS EC2 instance and its related resources, including SSH tunnels and security keys.
    hiroTochigi committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    087eb3b View commit details
    Browse the repository at this point in the history
  4. add source declaration for delete.sh in driver.sh

    Included a source declaration for delete.sh in driver.sh, enabling the use of the delete function within the driver script.
    hiroTochigi committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    cbefbfb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    49ce51e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7825fb0 View commit details
    Browse the repository at this point in the history
  7. debug

    hiroTochigi committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    5bf9396 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    218e649 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. debug delete.sh

    hiroTochigi committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    95c785a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c76cdb View commit details
    Browse the repository at this point in the history
  3. debug getValueByAttribute

    hiroTochigi committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    066d4b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a300594 View commit details
    Browse the repository at this point in the history
  5. debug getValueByAttribute

    hiroTochigi committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    79f0053 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e65da93 View commit details
    Browse the repository at this point in the history
  7. debug getValueByAttribute

    hiroTochigi committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    b0621da View commit details
    Browse the repository at this point in the history
  8. debug getValueByAttribute

    hiroTochigi committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    b0c2503 View commit details
    Browse the repository at this point in the history
  9. debuf

    hiroTochigi committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    22e1c1e View commit details
    Browse the repository at this point in the history
  10. debug

    hiroTochigi committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    0d02df8 View commit details
    Browse the repository at this point in the history
  11. debug

    hiroTochigi committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    92611b4 View commit details
    Browse the repository at this point in the history
  12. debug

    hiroTochigi committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    00e68ab View commit details
    Browse the repository at this point in the history
  13. debug

    hiroTochigi committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    694f9e4 View commit details
    Browse the repository at this point in the history
  14. debug

    hiroTochigi committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    1a437f0 View commit details
    Browse the repository at this point in the history
  15. debug

    hiroTochigi committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    5ace3a7 View commit details
    Browse the repository at this point in the history
  16. debug

    hiroTochigi committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    f8d0da8 View commit details
    Browse the repository at this point in the history
  17. debug

    hiroTochigi committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    fa61305 View commit details
    Browse the repository at this point in the history
  18. debug

    hiroTochigi committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    6bbd2db View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    5791757 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2a0e27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7d6c26 View commit details
    Browse the repository at this point in the history
  4. try to use delete.sh

    hiroTochigi committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    c554e3d View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. remove test script and set executable permission for driver.sh

    - Deleted the test script section from driver.sh for cleaner.
    - Updated driver.sh to be executable, enhancing usability and ease of execution.
    hiroTochigi committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    72427b0 View commit details
    Browse the repository at this point in the history
  2. Add README.md with detailed usage instructions for driver.sh

    - Created README.md to offer comprehensive guidance on using driver.sh.
    - Includes instructions for the 'init' and 'delete' commands, script setup, and options for the 'init' command.
    - Enhances user understanding and ease of use for the script.
    hiroTochigi committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    afcf859 View commit details
    Browse the repository at this point in the history