Studied Computer Science · 4y ·
You can use this bash command you can use to list all the services. This is subject to change if AWS changes their website/HTML.
curl -s https://aws.amazon.com | perl -nle 'print $1 if /hp=tile.*?so-exp=below[^>]+>(.*?)</'
As of April 2020, there are 197 services. Here’s a list of them.
1K views ·
View upvotes
· 1 of 18 answers
Something went wrong. Wait a moment and try again.