| Did this page help you? Yes No Tell us about it... |
The manifest file includes information related to processing your data and returning your storage device. The following table explains options that are common to all manifest files.
| Option | Description | Required | |||
|---|---|---|---|---|---|
| accessKeyId |
The Access Key ID of the person responsible for paying for the data transfer. For more information about the Access Key ID, go to Security Credentials. The The following is an example of accessKeyId: AKIAIOSFODNN7EXAMPLE Type: String Default: None | Yes | |||
|
company |
Suboption of Type: String Default: None | No | |||
| deviceId |
This ID is your storage device's serial number or other unique
identifier. If your device does not have a unique number, please place a
sticker with its own unique identifier onto the device and then enter
that identifier as the deviceId: MyCompany489732 Type: String Default: None | Yes | |||
| generator |
A field describing the application that put together the manifest file
and submitted the generator: AWS Import/Export Sample App 1.0 Type: String Default: None | No | |||
| logBucket |
Specifies the Amazon S3 bucket where AWS Import/Export saves your log. You
must create a bucket before we can save log data to it; we do not create
the bucket for you. Your account (
logBucket: logging-bucket Type: String Default: The default import Constraints: Must be an existing Amazon S3 bucket name | No for import to Amazon S3. Yes for export from Amazon S3 and import to Amazon EBS. | |||
| logPrefix |
Specifies a string to insert between the bucket name and log report
name to prevent name collisions. For more information, go to Prefixing Log File Names. The following
is an example of a logPrefix: logs/ Type: String Default: None | No | |||
| manifestVersion |
Identifies the version of the manifest specification used to write the manifest file. The manifest version must be 2.0 for import / export to Amazon S3 and 3.0 for import to Amazon EBS. Type: String Default: None Valid Values: 2.0 | 3.0 | Yes | |||
|
name street1 city stateOrProvince postalCode phoneNumber country |
All of these options are suboptions of
Type: String Default: None Constraints: Your return address must be a physical street address and not a post office box. | Yes | |||
| notificationEmail |
A semicolon delimited list of email addresses where you want us to send job completed notification emails. notificationEmail: joe.random@noreply.com Type: String Default: None | No | |||
| returnAddress | The address we return your storage device to after completing the job.
This option has a number of suboptions, including company, name,
street1, street2, street3, city, stateOrProvince, postalCode,
phoneNumber, and country. For an
example, see Create Your First Amazon S3 Export Job.Type: String Default: None Constraints: Your return address must be a physical street address and not a post office box, | Yes | |||
|
serviceLevel |
Specifies the service level for the job. For more information about specifying your job’s service levels, go to Expediting the Return of Your Storage Device. serviceLevel: expeditedShipping Type: Enum Default: standard Valid Values: standard | expeditedShipping | No | |||
|
street2 street3 |
Suboptions of Type: String Default: None | No |
Example Import to Amazon S3 Manifest Using Common Options
The following example is the manifest file content for an import job showing most of
the common manifest file options, including expedited shipping. It also includes the
bucket option because it is required for importing data to
Amazon S3.
manifestVersion: 2.0
accessKeyId: AKIAIOSFODNN7EXAMPLE
bucket: data-load-bucket
deviceId: ABCDE
generator: AWS ImportExport Web Service Tool 1.0
logPrefix: logs
logBucket: iemanifest-log-bucket
prefix: imported/
eraseDevice: no
notificationEmail: john.doe@example.com;jane.doe@example.com
returnAddress:
name: Joe Random
company: Amazon Web Services
street1: 123 Any Street
city: Anytown
stateOrProvince: WA
postalCode: 91111
phoneNumber: 555-555-0100
country: USA
serviceLevel: expeditedShipping