We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e46d2a commit 425fb51Copy full SHA for 425fb51
1 file changed
docs/reference/inlets-operator.md
@@ -69,6 +69,27 @@ arkade install inlets-operator \
69
--token-file $HOME/Downloads/do-access-token
70
```
71
72
+If you have `doctl` installed, you can list the available regions and see whether they have available capacity to launch a new VM.
73
+
74
+```bash
75
+doctl compute region ls
76
+Slug Name Available
77
+nyc1 New York 1 true
78
+sfo1 San Francisco 1 false
79
+nyc2 New York 2 false
80
+ams2 Amsterdam 2 false
81
+sgp1 Singapore 1 true
82
+lon1 London 1 true
83
+nyc3 New York 3 true
84
+ams3 Amsterdam 3 true
85
+fra1 Frankfurt 1 true
86
+tor1 Toronto 1 true
87
+sfo2 San Francisco 2 true
88
+blr1 Bangalore 1 true
89
+sfo3 San Francisco 3 true
90
+syd1 Sydney 1 true
91
+```
92
93
### Create tunnel servers on AWS EC2
94
95
Instructions for [AWS EC2](https://aws.amazon.com/ec2/)
0 commit comments