Skip to content

Commit

Permalink
Add notes on listing regions
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Jun 12, 2024
1 parent 6e46d2a commit 425fb51
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/reference/inlets-operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,27 @@ arkade install inlets-operator \
--token-file $HOME/Downloads/do-access-token
```

If you have `doctl` installed, you can list the available regions and see whether they have available capacity to launch a new VM.

```bash
doctl compute region ls
Slug Name Available
nyc1 New York 1 true
sfo1 San Francisco 1 false
nyc2 New York 2 false
ams2 Amsterdam 2 false
sgp1 Singapore 1 true
lon1 London 1 true
nyc3 New York 3 true
ams3 Amsterdam 3 true
fra1 Frankfurt 1 true
tor1 Toronto 1 true
sfo2 San Francisco 2 true
blr1 Bangalore 1 true
sfo3 San Francisco 3 true
syd1 Sydney 1 true
```

### Create tunnel servers on AWS EC2

Instructions for [AWS EC2](https://aws.amazon.com/ec2/)
Expand Down

0 comments on commit 425fb51

Please sign in to comment.