Snowball / Client / create_job

create_job#

Snowball.Client.create_job(**kwargs)#

Creates a job to import or export data between Amazon S3 and your on-premises data center. Your Amazon Web Services account must have the right trust policies and permissions in place to create a job for a Snow device. If you’re creating a job for a node in a cluster, you only need to provide the clusterId value; the other job attributes are inherited from the cluster.

Note

Only the Snowball; Edge device type is supported when ordering clustered jobs.

The device capacity is optional.

Availability of device types differ by Amazon Web Services Region. For more information about Region availability, see Amazon Web Services Regional Services.

Snow Family devices and their capacities.

  • Device type: SNC1_SSD

    • Capacity: T14

    • Description: Snowcone

  • Device type: SNC1_HDD

    • Capacity: T8

    • Description: Snowcone

  • Device type: EDGE_S

    • Capacity: T98

    • Description: Snowball Edge Storage Optimized for data transfer only

  • Device type: EDGE_CG

    • Capacity: T42

    • Description: Snowball Edge Compute Optimized with GPU

  • Device type: EDGE_C

    • Capacity: T42

    • Description: Snowball Edge Compute Optimized without GPU

  • Device type: EDGE

    • Capacity: T100

    • Description: Snowball Edge Storage Optimized with EC2 Compute

Note

This device is replaced with T98.

  • Device type: STANDARD

    • Capacity: T50

    • Description: Original Snowball device

    Note

    This device is only available in the Ningxia, Beijing, and Singapore Amazon Web Services Region

  • Device type: STANDARD

    • Capacity: T80

    • Description: Original Snowball device

    Note

    This device is only available in the Ningxia, Beijing, and Singapore Amazon Web Services Region.

  • Snow Family device type: RACK_5U_C

    • Capacity: T13

    • Description: Snowblade.

  • Device type: V3_5S

    • Capacity: T240

    • Description: Snowball Edge Storage Optimized 210TB

See also: AWS API Documentation

Request Syntax

response = client.create_job(
    JobType='IMPORT'|'EXPORT'|'LOCAL_USE',
    Resources={
        'S3Resources': [
            {
                'BucketArn': 'string',
                'KeyRange': {
                    'BeginMarker': 'string',
                    'EndMarker': 'string'
                },
                'TargetOnDeviceServices': [
                    {
                        'ServiceName': 'NFS_ON_DEVICE_SERVICE'|'S3_ON_DEVICE_SERVICE',
                        'TransferOption': 'IMPORT'|'EXPORT'|'LOCAL_USE'
                    },
                ]
            },
        ],
        'LambdaResources': [
            {
                'LambdaArn': 'string',
                'EventTriggers': [
                    {
                        'EventResourceARN': 'string'
                    },
                ]
            },
        ],
        'Ec2AmiResources': [
            {
                'AmiId': 'string',
                'SnowballAmiId': 'string'
            },
        ]
    },
    OnDeviceServiceConfiguration={
        'NFSOnDeviceService': {
            'StorageLimit': 123,
            'StorageUnit': 'TB'
        },
        'TGWOnDeviceService': {
            'StorageLimit': 123,
            'StorageUnit': 'TB'
        },
        'EKSOnDeviceService': {
            'KubernetesVersion': 'string',
            'EKSAnywhereVersion': 'string'
        },
        'S3OnDeviceService': {
            'StorageLimit': 123.0,
            'StorageUnit': 'TB',
            'ServiceSize': 123,
            'FaultTolerance': 123
        }
    },
    Description='string',
    AddressId='string',
    KmsKeyARN='string',
    RoleARN='string',
    SnowballCapacityPreference='T50'|'T80'|'T100'|'T42'|'T98'|'T8'|'T14'|'T32'|'NoPreference'|'T240'|'T13',
    ShippingOption='SECOND_DAY'|'NEXT_DAY'|'EXPRESS'|'STANDARD',
    Notification={
        'SnsTopicARN': 'string',
        'JobStatesToNotify': [
            'New'|'PreparingAppliance'|'PreparingShipment'|'InTransitToCustomer'|'WithCustomer'|'InTransitToAWS'|'WithAWSSortingFacility'|'WithAWS'|'InProgress'|'Complete'|'Cancelled'|'Listing'|'Pending',
        ],
        'NotifyAll': True|False,
        'DevicePickupSnsTopicARN': 'string'
    },
    ClusterId='string',
    SnowballType='STANDARD'|'EDGE'|'EDGE_C'|'EDGE_CG'|'EDGE_S'|'SNC1_HDD'|'SNC1_SSD'|'V3_5C'|'V3_5S'|'RACK_5U_C',
    ForwardingAddressId='string',
    TaxDocuments={
        'IND': {
            'GSTIN': 'string'
        }
    },
    DeviceConfiguration={
        'SnowconeDeviceConfiguration': {
            'WirelessConnection': {
                'IsWifiEnabled': True|False
            }
        }
    },
    RemoteManagement='INSTALLED_ONLY'|'INSTALLED_AUTOSTART'|'NOT_INSTALLED',
    LongTermPricingId='string',
    ImpactLevel='IL2'|'IL4'|'IL5'|'IL6'|'IL99',
    PickupDetails={
        'Name': 'string',
        'PhoneNumber': 'string',
        'Email': 'string',
        'IdentificationNumber': 'string',
        'IdentificationExpirationDate': datetime(2015, 1, 1),
        'IdentificationIssuingOrg': 'string',
        'DevicePickupId': 'string'
    }
)
Parameters:
  • JobType (string) – Defines the type of job that you’re creating.

  • Resources (dict) –

    Defines the Amazon S3 buckets associated with this job.

    With IMPORT jobs, you specify the bucket or buckets that your transferred data will be imported into.

    With EXPORT jobs, you specify the bucket or buckets that your transferred data will be exported from. Optionally, you can also specify a KeyRange value. If you choose to export a range, you define the length of the range by providing either an inclusive BeginMarker value, an inclusive EndMarker value, or both. Ranges are UTF-8 binary sorted.

    • S3Resources (list) –

      An array of S3Resource objects.

      • (dict) –

        Each S3Resource object represents an Amazon S3 bucket that your transferred data will be exported from or imported into. For export jobs, this object can have an optional KeyRange value. The length of the range is defined at job creation, and has either an inclusive BeginMarker, an inclusive EndMarker, or both. Ranges are UTF-8 binary sorted.

        • BucketArn (string) –

          The Amazon Resource Name (ARN) of an Amazon S3 bucket.

        • KeyRange (dict) –

          For export jobs, you can provide an optional KeyRange within a specific Amazon S3 bucket. The length of the range is defined at job creation, and has either an inclusive BeginMarker, an inclusive EndMarker, or both. Ranges are UTF-8 binary sorted.

          • BeginMarker (string) –

            The key that starts an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.

          • EndMarker (string) –

            The key that ends an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.

        • TargetOnDeviceServices (list) –

          Specifies the service or services on the Snow Family device that your transferred data will be exported from or imported into. Amazon Web Services Snow Family supports Amazon S3 and NFS (Network File System).

          • (dict) –

            An object that represents the service or services on the Snow Family device that your transferred data will be exported from or imported into. Amazon Web Services Snow Family supports Amazon S3 and NFS (Network File System).

            • ServiceName (string) –

              Specifies the name of the service on the Snow Family device that your transferred data will be exported from or imported into.

            • TransferOption (string) –

              Specifies whether the data is being imported or exported. You can import or export the data, or use it locally on the device.

    • LambdaResources (list) –

      The Python-language Lambda functions for this job.

      • (dict) –

        Identifies

        • LambdaArn (string) –

          An Amazon Resource Name (ARN) that represents an Lambda function to be triggered by PUT object actions on the associated local Amazon S3 resource.

        • EventTriggers (list) –

          The array of ARNs for S3Resource objects to trigger the LambdaResource objects associated with this job.

          • (dict) –

            The container for the EventTriggerDefinition$EventResourceARN.

            • EventResourceARN (string) –

              The Amazon Resource Name (ARN) for any local Amazon S3 resource that is an Lambda function’s event trigger associated with this job.

    • Ec2AmiResources (list) –

      The Amazon Machine Images (AMIs) associated with this job.

      • (dict) –

        A JSON-formatted object that contains the IDs for an Amazon Machine Image (AMI), including the Amazon EC2-compatible AMI ID and the Snow device AMI ID. Each AMI has these two IDs to simplify identifying the AMI in both the Amazon Web Services Cloud and on the device.

        • AmiId (string) – [REQUIRED]

          The ID of the AMI in Amazon EC2.

        • SnowballAmiId (string) –

          The ID of the AMI on the Snow device.

  • OnDeviceServiceConfiguration (dict) –

    Specifies the service or services on the Snow Family device that your transferred data will be exported from or imported into. Amazon Web Services Snow Family supports Amazon S3 and NFS (Network File System) and the Amazon Web Services Storage Gateway service Tape Gateway type.

    • NFSOnDeviceService (dict) –

      Represents the NFS (Network File System) service on a Snow Family device.

      • StorageLimit (integer) –

        The maximum NFS storage for one Snow Family device.

      • StorageUnit (string) –

        The scale unit of the NFS storage on the device.

        Valid values: TB.

    • TGWOnDeviceService (dict) –

      Represents the Storage Gateway service Tape Gateway type on a Snow Family device.

      • StorageLimit (integer) –

        The maximum number of virtual tapes to store on one Snow Family device. Due to physical resource limitations, this value must be set to 80 for Snowball Edge.

      • StorageUnit (string) –

        The scale unit of the virtual tapes on the device.

    • EKSOnDeviceService (dict) –

      The configuration of EKS Anywhere on the Snow Family device.

      • KubernetesVersion (string) –

        The Kubernetes version for EKS Anywhere on the Snow Family device.

      • EKSAnywhereVersion (string) –

        The optional version of EKS Anywhere on the Snow Family device.

    • S3OnDeviceService (dict) –

      Configuration for Amazon S3 compatible storage on Snow family devices.

      • StorageLimit (float) –

        If the specified storage limit value matches storage limit of one of the defined configurations, that configuration will be used. If the specified storage limit value does not match any defined configuration, the request will fail. If more than one configuration has the same storage limit as specified, the other input need to be provided.

      • StorageUnit (string) –

        Storage unit. Currently the only supported unit is TB.

      • ServiceSize (integer) –

        Applicable when creating a cluster. Specifies how many nodes are needed for Amazon S3 compatible storage on Snow family devices. If specified, the other input can be omitted.

      • FaultTolerance (integer) –

        >Fault tolerance level of the cluster. This indicates the number of nodes that can go down without degrading the performance of the cluster. This additional input helps when the specified StorageLimit matches more than one Amazon S3 compatible storage on Snow family devices service configuration.

  • Description (string) – Defines an optional description of this specific job, for example Important Photos 2016-08-11.

  • AddressId (string) – The ID for the address that you want the Snow device shipped to.

  • KmsKeyARN (string) – The KmsKeyARN that you want to associate with this job. ``KmsKeyARN``s are created using the CreateKey Key Management Service (KMS) API action.

  • RoleARN (string) – The RoleARN that you want to associate with this job. ``RoleArn``s are created using the CreateRole Identity and Access Management (IAM) API action.

  • SnowballCapacityPreference (string) –

    If your job is being created in one of the US regions, you have the option of specifying what size Snow device you’d like for this job. In all other regions, Snowballs come with 80 TB in storage capacity.

    For more information, see “https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html” (Snow Family Devices and Capacity) in the Snowcone User Guide or “https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html” (Snow Family Devices and Capacity) in the Snowcone User Guide.

  • ShippingOption (string) –

    The shipping speed for this job. This speed doesn’t dictate how soon you’ll get the Snow device, rather it represents how quickly the Snow device moves to its destination while in transit. Regional shipping speeds are as follows:

    • In Australia, you have access to express shipping. Typically, Snow devices shipped express are delivered in about a day.

    • In the European Union (EU), you have access to express shipping. Typically, Snow devices shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.

    • In India, Snow devices are delivered in one to seven days.

    • In the US, you have access to one-day shipping and two-day shipping.

  • Notification (dict) –

    Defines the Amazon Simple Notification Service (Amazon SNS) notification settings for this job.

    • SnsTopicARN (string) –

      The new SNS TopicArn that you want to associate with this job. You can create Amazon Resource Names (ARNs) for topics by using the CreateTopic Amazon SNS API action.

      You can subscribe email addresses to an Amazon SNS topic through the Amazon Web Services Management Console, or by using the Subscribe Amazon Simple Notification Service (Amazon SNS) API action.

    • JobStatesToNotify (list) –

      The list of job states that will trigger a notification for this job.

      • (string) –

    • NotifyAll (boolean) –

      Any change in job state will trigger a notification for this job.

    • DevicePickupSnsTopicARN (string) –

      Used to send SNS notifications for the person picking up the device (identified during job creation).

  • ClusterId (string) – The ID of a cluster. If you’re creating a job for a node in a cluster, you need to provide only this clusterId value. The other job attributes are inherited from the cluster.

  • SnowballType (string) –

    The type of Snow Family devices to use for this job.

    Note

    For cluster jobs, Amazon Web Services Snow Family currently supports only the EDGE device type.

    The type of Amazon Web Services Snow device to use for this job. Currently, the only supported device type for cluster jobs is EDGE.

    For more information, see Snowball Edge Device Options in the Snowball Edge Developer Guide.

    For more information, see “https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html” (Snow Family Devices and Capacity) in the Snowcone User Guide or “https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html” (Snow Family Devices and Capacity) in the Snowcone User Guide.

  • ForwardingAddressId (string) – The forwarding address ID for a job. This field is not supported in most Regions.

  • TaxDocuments (dict) –

    The tax documents required in your Amazon Web Services Region.

    • IND (dict) –

      The tax documents required in Amazon Web Services Region in India.

      • GSTIN (string) –

        The Goods and Services Tax (GST) documents required in Amazon Web Services Region in India.

  • DeviceConfiguration (dict) –

    Defines the device configuration for an Snowcone job.

    For more information, see “https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html” (Snow Family Devices and Capacity) in the Snowcone User Guide or “https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html” (Snow Family Devices and Capacity) in the Snowcone User Guide.

    • SnowconeDeviceConfiguration (dict) –

      Returns information about the device configuration for an Snowcone job.

      • WirelessConnection (dict) –

        Configures the wireless connection for the Snowcone device.

        • IsWifiEnabled (boolean) –

          Enables the Wi-Fi adapter on an Snowcone device.

  • RemoteManagement (string) – Allows you to securely operate and manage Snowcone devices remotely from outside of your internal network. When set to INSTALLED_AUTOSTART, remote management will automatically be available when the device arrives at your location. Otherwise, you need to use the Snowball Edge client to manage the device. When set to NOT_INSTALLED, remote management will not be available on the device.

  • LongTermPricingId (string) – The ID of the long-term pricing type for the device.

  • ImpactLevel (string) – The highest impact level of data that will be stored or processed on the device, provided at job creation.

  • PickupDetails (dict) –

    Information identifying the person picking up the device.

    • Name (string) –

      The name of the person picking up the device.

    • PhoneNumber (string) –

      The phone number of the person picking up the device.

    • Email (string) –

      The email address of the person picking up the device.

    • IdentificationNumber (string) –

      The number on the credential identifying the person picking up the device.

    • IdentificationExpirationDate (datetime) –

      Expiration date of the credential identifying the person picking up the device.

    • IdentificationIssuingOrg (string) –

      Organization that issued the credential identifying the person picking up the device.

    • DevicePickupId (string) –

      The unique ID for a device that will be picked up.

Return type:

dict

Returns:

Response Syntax

{
    'JobId': 'string'
}

Response Structure

  • (dict) –

    • JobId (string) –

      The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

Exceptions

Examples

Creates a job to import or export data between Amazon S3 and your on-premises data center. Your AWS account must have the right trust policies and permissions in place to create a job for Snowball. If you’re creating a job for a node in a cluster, you only need to provide the clusterId value; the other job attributes are inherited from the cluster.

response = client.create_job(
    AddressId='ADID1234ab12-3eec-4eb3-9be6-9374c10eb51b',
    Description='My Job',
    JobType='IMPORT',
    KmsKeyARN='arn:aws:kms:us-east-1:123456789012:key/abcd1234-12ab-34cd-56ef-123456123456',
    Notification={
        'JobStatesToNotify': [
        ],
        'NotifyAll': False,
    },
    Resources={
        'S3Resources': [
            {
                'BucketArn': 'arn:aws:s3:::MyBucket',
                'KeyRange': {
                },
            },
        ],
    },
    RoleARN='arn:aws:iam::123456789012:role/snowball-import-S3-role',
    ShippingOption='SECOND_DAY',
    SnowballCapacityPreference='T80',
    SnowballType='STANDARD',
)

print(response)

Expected Output:

{
    'JobId': 'JID123e4567-e89b-12d3-a456-426655440000',
    'ResponseMetadata': {
        '...': '...',
    },
}