Difference between revisions of "AWS"

From Ever changing code
Jump to navigation Jump to search
Line 4: Line 4:
Tools
Tools
*[https://bash-my-aws.org bash-my-aws.org]
*[https://bash-my-aws.org bash-my-aws.org]
List all AWS service
<source lang=bash>
curl -s https://awspolicygen.s3.amazonaws.com/js/policies.js | sed '1s/[^=]*=//' | jq . | grep -B1 StringPrefix | grep -v StringPrefix | sed 's/\"//g;s/\-//g;s/: {//g' | grep -v "^$" | sort
    Alexa for Business
    Amazon API Gateway
...
# 219 as of 11/01/2020
</source>


[[Category:aws]]
[[Category:aws]]
== Headline text ==

Revision as of 13:13, 11 January 2020


Tools


List all AWS service

curl -s https://awspolicygen.s3.amazonaws.com/js/policies.js | sed '1s/[^=]*=//' | jq . | grep -B1 StringPrefix | grep -v StringPrefix | sed 's/\"//g;s/\-//g;s/: {//g' | grep -v "^$" | sort
    Alexa for Business
    Amazon API Gateway
...
# 219 as of 11/01/2020

Headline text