AWS 日常使用

S3使用

-参考手册:http://docs.amazonaws.cn/cli/latest/userguide/using-s3-commands.html

aws s3 ls s3://bizfile --region cn-north-1

aws ec2 describe-instances --output table --region cn-north-1
1
2
3

awschina一定要加region属性

credential中可以配置多个key

使用时候指定profile

set AWS_PROFILE=china
1

S3文件系统映射本地

s3fs bizfile /mnt/s3 -o use_cache=/root/cache -o url=http://s3.cn-north-1.amazonaws.com.cn -o passwd_file=/etc/passwd-s3fs -o dbglevel=info -f -o curldbg
1

使用url可以,但是使用endpoint不行,主要原因是url不一致。aws china是aws china