This guide is in the process of being deprecated and will no longer be updated.
The first-generation 80 TB Snowball device is no longer available. Use the Snowball Edge storage optimized devices for all data transfer jobs. For Snowball Edge documentation, see the AWS Snowball Edge Developer Guide.
Options for the Amazon S3 Adapter for Snowball
Following, you can find information on Amazon S3 Adapter for Snowball options that help you configure how the adapter communicates with a Snowball.
Before transferring data into Amazon S3 using Snowball, make sure that the files and directories that you're going to transfer are named according to the Object Key Naming Guidelines.
Option | Description | Usage and Example |
---|---|---|
|
The AWS profile name that you want to use to sign requests to the Snowball.
By default, the adapter uses the credentials specified in the home
directory /.aws/credentials file, under the [default] profile. To
specify a different profile, use this option followed by the profile name. |
|
|
The AWS secret key that you want to use to sign requests to the Snowball.
By default, the adapter uses the key present in the default profile specified in
the home directory /.aws/credentials file, under the
[default] profile. To specify a different profile, use this option, followed by a
secret key. The --aws-profile-name option takes precedence if both
options are specified. |
|
|
Usage information for the adapter. |
|
|
The Snowball's IP address, which can be found on the Snowball's E Ink display. |
|
|
The path to the manifest file for this job. You can get the manifest file from the AWS Snow Family Management Console, or programmatically from the job management API. |
|
|
The unlock code for this job. You can get the unlock code from the AWS Snow Family Management Console, or programmatically from the job management API. |
|
|
A value that specifies whether or not the Secure Socket Layer (SSL) protocol
is used for communicating with the adapter. If no additional certification path or
private key is provided, then a self-signed certificate and key are generated in
the home directory /.aws/snowball/config
directory. |
|
|
The path to the certificate to use for the SSL protocol when communicating with the adapter. |
|
|
The path to the private key to use for the SSL protocol when communicating with the adapter. |
|