46 lines
1020 B
Markdown
46 lines
1020 B
Markdown
# Examples and output
|
|
|
|
## Instance listing 🪧
|
|
|
|
`python3 secdep.py -l`
|
|
|
|
(sped up animation)
|
|
|
|

|
|
|
|
## Instance listing when there is a gce node
|
|
|
|
`python3 secdep.py -l -P gce`
|
|
|
|

|
|
|
|
## Instance listing with 5 aws nodes
|
|
|
|

|
|
|
|
## Instance listing with aws and gce nodes
|
|
|
|

|
|
|
|
## Instance deletion 👋
|
|
|
|

|
|
|
|
## Instance deletion of all gce nodes 💣
|
|
|
|
`python3 secdep.py -P gce -a deleteall`
|
|
|
|

|
|
|
|
## Instance creation for gce 🎉
|
|
|
|
`python3 secdep.py -P gce -c -n test-node -g us-central1-a -s f1-micro -i debian-10-buster-v20230306 -y`
|
|
|
|

|
|
|
|
## Instance ssh connection 🔗
|
|
|
|
`python3 secdep.py -P gce --ssh`
|
|
|
|

|