create

create

Creates a new App in the CloudCaptain Console.

Usage: boxfuse create app

> boxfuse create hello

Creating myuser/hello ...
Successfully created myuser/hello

Settings

Argument boxfuse.conf property Default Description
-app.type=... app.type single-instance

The type of app to create.

Possible values:

  • single-instance (Elastic IP)
  • load-balanced-https (ALB + Auto Scaling)
  • load-balanced (Classic ELB + Auto Scaling)
  • worker (Auto-Scaling)
  • one-off
-db.type=... db.type none

The type of database your app needs.

Possible values:

  • none (no database)
  • postgresql (CloudCaptain-managed PostgreSQL database)
  • mysql (CloudCaptain-managed MySQL database)
-logs.type=... logs.type cloudwatch-logs

The type of centralized logging service your app needs.

Possible values:

  • none (no centralized logging)
  • cloudwatch-logs (AWS CloudWatch Logs)
-tls.type=... tls.type none

load-balanced apps only

The type of automatic TLS (SSL) certificate management your app needs.

Possible values:

  • none (No automatic TLS (SSL) certificate management)
  • acm (Automatic TLS (SSL) certificates with AWS Certificate Manager)

Machine-readable output (sample)

{"success":"true"}

info