Difference between revisions of "AWS"
Jump to navigation
Jump to search
(18 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Special:PrefixIndex/AWS/}} | |||
Tools | |||
*[https://bash-my-aws.org bash-my-aws.org] | |||
[ | *[https://github.com/toniblyx/prowler Prowler] AWS CIS Benchmark Tool | ||
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]] |
Latest revision as of 10:15, 17 July 2020
- AWS/Bash-my-AWS
- AWS/CLI
- AWS/Connect over SSH to EC2
- AWS/ELB
- AWS/Enable ENA Support in Ubuntu
- AWS/IAM Policy
- AWS/Lambda
- AWS/Loadbalancers types
- AWS/Metadata service (IMDS)
- AWS/Networking
- AWS/Route53 private zone assosiate with other account
- AWS/S3 Bucket Policies
- AWS/SNS, SQS and SES
- AWS/Security Groups
- AWS/Set Host Name
- AWS/User data
- AWS/oathtool and awscli with mfa totp
- AWS/r53 resolver
Tools
- bash-my-aws.org
- Prowler AWS CIS Benchmark Tool
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