RammusXu / rammusxu.github.io

My profile
https://rammusxu.github.io/
2 stars 0 forks source link

AWS小抄 #41

Closed RammusXu closed 7 years ago

RammusXu commented 8 years ago

SES

aws ses ls
aws ses list-identities
aws ses --region us-east-1 send-email --from repaas@huafu.com.tw --to rammus.xu@xxxxx.com.tw --subject TESTer --text "From EC 2"

http://docs.aws.amazon.com/cli/latest/reference/ses/send-email.html

S3

 aws s3 ls
aws s3 ls s3://xxxxxxxxx.com.tw --region us-east-1