Amazon Launch Wizard website screenshot

Amazon Launch Wizard

AWS Launch Wizard is a service that guides you through the sizing, configuration, and deployment of enterprise applications on AWS, such as Microsoft SQL Server Always On and HANA-based SAP systems, without the need to manually identify and provision individual AWS resources.

1 APIs 5 Features
DeploymentEnterprise ApplicationsSAPSQL Server

APIs

AWS Launch Wizard API

The AWS Launch Wizard API provides programmatic access to manage deployments, workload specs, and deployment events for guided enterprise application deployments on AWS.

Collections

Pricing Plans

Rate Limits

Amazon Launch Wizard Rate Limits

5 limits

RATE LIMITS

FinOps

Features

Guided Deployment

Step-by-step guidance to size, configure, and deploy enterprise applications on AWS.

SAP Support

Deploy SAP HANA and SAP NetWeaver on AWS with automated infrastructure sizing and setup.

SQL Server Support

Deploy Microsoft SQL Server on AWS with Always On availability groups and best practices.

Active Directory Support

Deploy Microsoft Active Directory on AWS with recommended configurations.

Cost Estimation

Estimate the cost of your deployment before provisioning resources.

Use Cases

SAP Migration

Migrate SAP workloads to AWS with guided deployment and AWS best practices.

SQL Server HA

Deploy highly available SQL Server with Always On availability groups.

Active Directory Setup

Deploy and configure Active Directory on AWS for enterprise identity management.

Integrations

AWS CloudFormation

Launch Wizard generates CloudFormation templates for repeatable infrastructure deployments.

Amazon EC2

Provisions and configures EC2 instances with recommended sizes for enterprise workloads.

Amazon EBS

Attaches appropriately sized EBS volumes optimized for enterprise application performance.

AWS Systems Manager

Uses Systems Manager for configuration management and post-deployment tasks.

Semantic Vocabularies

Amazon Launch Wizard Context

1 classes · 7 properties

JSON-LD

API Governance Rules

Amazon Launch Wizard API Rules

16 rules · 9 errors 7 warnings

SPECTRAL

JSON Structure

Amazon Launch Wizard Deployment Structure

6 properties

JSON STRUCTURE

Example Payloads

Resources

🌐
Portal
Portal
🌐
Portal
Portal
🔗
Documentation
Documentation
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
💬
Support
Support
📰
Blog
Blog
👥
GitHubOrganization
GitHubOrganization
🌐
Console
Console
📝
Signup
Signup
🔗
Login
Login
🟢
StatusPage
StatusPage
🔗
Contact
Contact
🔗
SpectralRules
SpectralRules
🔗
Vocabulary
Vocabulary

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Amazon Launch Wizard API
  version: '2024-01-01'
request:
  auth:
    type: apikey
    key: Authorization
    value: '{{Authorization}}'
    placement: header
items:
- info:
    name: Deployments
    type: folder
  items:
  - info:
      name: Amazon Launch Wizard List Deployments
      type: http
    http:
      method: GET
      url: https://launchwizard.us-east-1.amazonaws.com/deployments
    docs: Lists the deployments that have been created.
  - info:
      name: Amazon Launch Wizard Create Deployment
      type: http
    http:
      method: POST
      url: https://launchwizard.us-east-1.amazonaws.com/deployments
    docs: Creates a deployment for the given workload.
  - info:
      name: Amazon Launch Wizard Get Deployment
      type: http
    http:
      method: GET
      url: https://launchwizard.us-east-1.amazonaws.com/deployments/:deploymentId
      params:
      - name: deploymentId
        value: ''
        type: path
        description: The ID of the deployment.
    docs: Returns information about the deployment.
  - info:
      name: Amazon Launch Wizard Delete Deployment
      type: http
    http:
      method: DELETE
      url: https://launchwizard.us-east-1.amazonaws.com/deployments/:deploymentId
      params:
      - name: deploymentId
        value: ''
        type: path
        description: The ID of the deployment.
    docs: Deletes a deployment.
  - info:
      name: Amazon Launch Wizard List Workloads
      type: http
    http:
      method: GET
      url: https://launchwizard.us-east-1.amazonaws.com/workloads
    docs: Lists the workloads supported by Launch Wizard.
bundled: true