LogoLogo
Home
Installation
Installation
  • Introduction
  • Deployment Alternatives
    • Kubernetes Deployment
      • Prerequisites
      • Recommended: Helm - Fully Automated
      • Alternative 1: Ansible - Fully Automated
      • Alternative 2: Ansible - Step-by-Step
      • Cloud Specific Details
    • Sandbox VM Deployment
      • AWS AMI - Developer Lite
    • Local Test Deployment
  • Artifacts
    • Helm Charts
      • Umbrella Charts
        • Ready Core
        • Ready CMS
        • Ready PIM
      • Initialization Charts
        • Namespaces
        • Global
        • Loader
        • Deployer API
        • Deployer
      • Application Charts
        • Admin UI
        • Gateway
        • Spring Runner
        • Samza Runner
        • Socket Runner
        • Storefront
      • Batch Charts
        • Cron
        • Job
      • Deprecated
        • Authentication
        • Session
        • H2O Wave
        • Wave App
    • Deployment Assets
      • Deprecated
    • Docker Repository
      • Front-end Images
      • Back-end Images
      • Python Images
    • Maven Repository
      • Core Packages
      • Runner Packages
      • Processors Packages
      • Custom Packages
      • Gateway Packages
    • Python Packages
    • Terraform Configurations
    • Ansible Playbooks
      • Initialization Playbooks
      • Application Playbooks
      • Enabler Playbooks
  • Administration
    • Cost & License Management
    • Secrets & Config Management
    • Testing & Health-Check
    • Logs & Traces & Metrics
    • Backup & Recovery
    • Technical Support
Powered by GitBook

© Rierino Software Inc. 2025. All rights reserved.

On this page
  • Purchasing
  • Execution
  • Access
  1. Deployment Alternatives
  2. Sandbox VM Deployment

AWS AMI - Developer Lite

Sandbox VM is available as an AWS marketplace product called "Rierino Core - Developer Lite"

PreviousSandbox VM DeploymentNextLocal Test Deployment

Last updated 7 days ago

Purchasing

Visit "Rierino Core - Developer Lite" product page on AWS, which is an Amazon Machine Image (AMI) offer that can be deployed as an EC2 instance:

Select the purchase option, together with the instance type to launch the software.

Execution

Once deployed, the EC2 instance starts with the following Docker containers:

  • adminui: User interface for low-code development as well as business modules, which is accessible on port 80 as default

  • admincontroller: API gateway which orchestrates access to all backend microservices, accessible on port 8080 as default

  • adminrunner: Backend microservices which are developed and customized using a low-code approach, accessible through admincontroller

Application configurations and data are stored in a self-contained MongoDB container within the image (accessible on port 27017), which can be replaced with an existing MongoDB instance by migrating its contents and editing globalconfig.properties files pointing to the new server.

Access

Deployed EC2 instance is accessible using "ec2-user" as the username together the key file created or selected during launch.

The user interface can be accessed through port 80 of the public IP address assigned to the EC2 instance, which is displayed on "Instance Summary" tab, using the following credentials:

  • Username: admin

  • Password: [EC2_INSTANCE_ID] which is the "Instance ID" assigned to the EC2 instance created (on "Instance Summary" tab)

https://aws.amazon.com/marketplace/pp/prodview-up2fcxku3k742aws.amazon.com
AWS Product Page