在 Snowball Edge 裝置上使用 AWS CLI 和 API操作 - AWS Snowball Edge 開發人員指南

本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。

在 Snowball Edge 裝置上使用 AWS CLI 和 API操作

使用 AWS Command Line Interface (AWS CLI) 或 API操作在 Snowball Edge 上發出 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

aws s3 ls --profile ProfileName --endpoint http://192.0.2.0:8080 --region snow