Hacking AWS
Amazon Web Services is a subsidiary of Amazon providing on-demand cloud computing platforms and APIs.
S3 Buckets
AWS Configuration
aws configure --profile <PROFILE_NAME>
AWSAccessKeyId= <AccessKeyID>
AWSSecretKey= <SecretKey>
Default Region Name= <Region>
Default Output Format = <json or text>aws configureSearch for S3 Buckets
http://s3.amazonaws.com/[bucket_name]/
http://[bucket_name].s3.amazonaws.com/Enumeration
Search Buckets inside the same host:
List content of a bucket:
Copy content:
DynamoDB
List tables
Get Table Content
Create Table
Create Item
Last updated