Skip to main content

Using NineData after Subscribing on AWS Marketplace

Thank you for subscribing to NineData on AWS Marketplace. This AMI (Amazon Machine Image) lets you deploy NineData directly to an EC2 instance. Follow the steps below to get started.

Step 1: Launch an EC2 Instance

  1. From AWS Marketplace, subscribe to the NineData AMI.
  2. Launch an EC2 instance:
    • Select your region, instance type (recommended: 4 vCPU, 16 GB memory, or higher), VPC, and subnet.
    • Complete the launch process.

Recommendation: NineData is designed for internal network environments. For best security, deploy NineData in a private subnet, and access it via a bastion host or VPN.

Step 2: Access the Web Application

NineData runs by default on port 9999.

After the EC2 instance is launched, wait approximately 10 minutes for the system to complete initialization. Then:

  1. Open a web browser and go to: http://<EC2 Public or Private IP>:9999/

  2. Use the default credentials to sign in:

    • Username: admin

    • Password: admin

  3. After logging in, you will be prompted to change your password in a pop-up window to ensure the security of the NineData service. Please note that this step cannot be skipped.

Notes
  • NineData is optimized for private network deployments. If you require public access, configure a public IP address.

  • Ensure that port 9999 is open in the security group associated with the instance.