---
name: netezza-provisioning
title: Getting started with NPSaaS
description: Learn how to provision a NPSaaS instance on Azure or AWS.
last-updated: 2023-06-01
---

> ## Documentation Index
> The table of contents for this documentation set is at https://cloud.ibm.com/docs/netezza?format=markdown
> The index for all IBM Cloud docs is at: https://cloud.ibm.com/docs/llms.txt
> Use these files to discover more information as needed.

{:shortdesc: .shortdesc}
{:screen: .screen}
{:codeblock: .codeblock}
{:pre: .pre}
{:tip: .tip}
{:note: .note}
{:important: .important}
{:external: target="_blank" .external}
{:step: data-tutorial-type='step'}

# Getting started with NPSaaS
{: #getstarted}

IBM&reg; Netezza&reg; Performance Server for IBM Cloud Pak&reg; for Data as a Service (NPSaaS) is a fully managed, cloud native analytical data warehouse that is based on a massively parallel processing (MPP) architecture. NPSaaS is mainly used for analytical processing of historical data. NPS can process from 100TB up to a few petabytes of data with best in the class performance. Its array of SPUs processes disjoint dataset in parallel which is then aggregated to come up with final result set.

Learn how to provision a NPSaaS instance on Azure or AWS.
{: shortdesc}

## Before you begin
{: #provisioning_prereqs}

You need a pay-as-you-go IBM Cloud account or a subscription to start the provisioning process.

For more information, see [Setting up your IBM Cloud account](https://cloud.ibm.com/docs/account?topic=account-account-getting-started&format=markdown) and [Upgrading your account](https://cloud.ibm.com/docs/account?topic=account-upgrading-account&format=markdown).

## Provisioning NPSaaS instances
{: #provisioning_instances}

1. Go to the the [IBM Cloud catalog](https://cloud.ibm.com/catalog) or [Cloud Pak for Data as a Service](https://dataplatform.cloud.ibm.com/) web console.
1. Locate the NPSaaS tile and click it.
   You are redirected to the provisioning page.
1. Select your platform.
   You can choose Azure or AWS.
1. Choose a corresponding location.
   Based on your selection of platform, NPSaaS is available in different locations.
1. Specify a name for your instance.
1. Choose a workload contour, Netezza units (NZU), and storage values.
   For more information about workload contours, Netezza Units (NZU), and available storage configuration, see [Architecture](https://cloud.ibm.com/docs/netezza?topic=netezza-compute-isolation&interface=ui&format=markdown).
1. Choose a performance profile and storage density.
1. Choose an endpoint type.
1. Configure advanced features.

   For Azure, if you want to access NPSaaS by connecting to the database or web console with [private endpoints](https://learn.microsoft.com/en-us/azure/private-link/) only, you must provide the list of [subscription IDs](https://learn.microsoft.com/en-us/azure/azure-portal/get-subscription-tenant-id) that will be used to create the private endpoint.

   For AWS, if you want to access NPSaaS by connecting to the database or web console with [private endpoints](https://docs.aws.amazon.com/vpc/latest/privatelink/what-is-privatelink.html), you must provide the Amazon Resource Names (ARNs) for the [service principals](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_principal.html) that will be used to create the VPC endpoint service.

1. Click **Create** to start the provisioning process.
   You are redirected to the IBM Cloud dashboard page.
1. Go to **Resource list**.
   After the provisioning process is finished, the instance status is `Active`.

Now, you can get the username and password that are necessary to log in to your instance.

## Generating credentials
{: #viewing_credentials}

1. Log in to your IBM Cloud account.
1. Go to **Resource list > Services and Software > Databases**.
1. Click on your NPSaaS instance.
   You are now on the **Service instance details** page.
1. Go to the **Service Credentials** tab.
1. Click **New Credentials**.

   1. Type a name to assing to your credentials.
   1. Select the IAM role that was assigned to you to manage the instance.
   1. Click **Add**.
      If your credentials were generated successfully, you can view them now.

1. Expand your credential entry.
   The following credentials were generated:

   - `username: admin` - Specifies a local database `admin` that was created for you to access the instance.
   - `password: xxxx`  - Specifies the password that you must use when logging in to your instance as `admin`.
       After you log in to your instance for the first time, change your `admin` password.{: tip}

Now, you can connect to your instance as described in [Connecting to NPSaaS](https://cloud.ibm.com/docs/netezza?topic=netezza-connecting-overview&format=markdown).