本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。
在 Snowball Edge 设备上使用 AWS CLI 和API操作
在 Snowball Edge 上使用 AWS Command Line Interface (AWS CLI) 或API操作发IAM出 Amazon S3 和 Amazon EC2 命令时,必须将指定region
为 “。” snow
您可以使用命令本身AWS configure
或在命令本身内执行此操作,如以下示例所示。
aws configure --profile ProfileName AWS Access Key ID [None]: defgh AWS Secret Access Key [None]: 1234567 Default region name [None]: snow Default output format [None]: json
Or
aws s3 ls --profile ProfileName --endpoint http://192.0.2.0:8080 --region snow