-
Notifications
You must be signed in to change notification settings - Fork 1
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
base: main
Are you sure you want to change the base?
Add driver aws #44
Commits on Jan 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 77eabb8 - Browse repository at this point
Copy the full SHA 77eabb8View commit details
Commits on Jan 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 070b215 - Browse repository at this point
Copy the full SHA 070b215View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2368ff9 - Browse repository at this point
Copy the full SHA 2368ff9View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 087eb3b - Browse repository at this point
Copy the full SHA 087eb3bView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for cbefbfb - Browse repository at this point
Copy the full SHA cbefbfbView commit details -
add test command to driver.sh for storeConfigIntoTreehousesConfigAsSt…
…ringfiedJson function
Configuration menu - View commit details
-
Copy full SHA for 49ce51e - Browse repository at this point
Copy the full SHA 49ce51eView commit details -
add call to test function callStoreConfigIntoTreehousesConfigAsString…
…fiedJson in init.sh
Configuration menu - View commit details
-
Copy full SHA for 7825fb0 - Browse repository at this point
Copy the full SHA 7825fb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bf9396 - Browse repository at this point
Copy the full SHA 5bf9396View commit details -
Merge branch 'add-driver-aws' of github.com:treehouses/luftballon int…
…o add-driver-aws
Configuration menu - View commit details
-
Copy full SHA for 218e649 - Browse repository at this point
Copy the full SHA 218e649View commit details
Commits on Jan 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 95c785a - Browse repository at this point
Copy the full SHA 95c785aView commit details -
Merge branch 'add-driver-aws' of github.com:treehouses/luftballon int…
…o add-driver-aws
Configuration menu - View commit details
-
Copy full SHA for 2c76cdb - Browse repository at this point
Copy the full SHA 2c76cdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 066d4b6 - Browse repository at this point
Copy the full SHA 066d4b6View commit details -
Merge branch 'add-driver-aws' of github.com:treehouses/luftballon int…
…o add-driver-aws
Configuration menu - View commit details
-
Copy full SHA for a300594 - Browse repository at this point
Copy the full SHA a300594View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79f0053 - Browse repository at this point
Copy the full SHA 79f0053View commit details -
Merge branch 'add-driver-aws' of github.com:treehouses/luftballon int…
…o add-driver-aws
Configuration menu - View commit details
-
Copy full SHA for e65da93 - Browse repository at this point
Copy the full SHA e65da93View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0621da - Browse repository at this point
Copy the full SHA b0621daView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0c2503 - Browse repository at this point
Copy the full SHA b0c2503View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22e1c1e - Browse repository at this point
Copy the full SHA 22e1c1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d02df8 - Browse repository at this point
Copy the full SHA 0d02df8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92611b4 - Browse repository at this point
Copy the full SHA 92611b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00e68ab - Browse repository at this point
Copy the full SHA 00e68abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 694f9e4 - Browse repository at this point
Copy the full SHA 694f9e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a437f0 - Browse repository at this point
Copy the full SHA 1a437f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ace3a7 - Browse repository at this point
Copy the full SHA 5ace3a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8d0da8 - Browse repository at this point
Copy the full SHA f8d0da8View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa61305 - Browse repository at this point
Copy the full SHA fa61305View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bbd2db - Browse repository at this point
Copy the full SHA 6bbd2dbView commit details
Commits on Jan 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5791757 - Browse repository at this point
Copy the full SHA 5791757View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2a0e27 - Browse repository at this point
Copy the full SHA e2a0e27View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7d6c26 - Browse repository at this point
Copy the full SHA f7d6c26View commit details -
Configuration menu - View commit details
-
Copy full SHA for c554e3d - Browse repository at this point
Copy the full SHA c554e3dView commit details
Commits on Jan 27, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 72427b0 - Browse repository at this point
Copy the full SHA 72427b0View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for afcf859 - Browse repository at this point
Copy the full SHA afcf859View commit details