AWS Quick Start Guide
AWS User Guide
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Direct Deployment Using AWS CLI
Copy Markdown
Open in ChatGPT
Open in Claude
The Lightbits SDS CF stack can also be deployed using AWS CLI. You will need to at least fill out the mandatory fields as described in the CF Parameters section of this guide. The remaining parameters can be left as the defaults.
Bash
$ aws cloudformation create-stack --stack-name <YOUR_STACK_NAME> --template-url <PROVIDED_STACK_TEMPLATE_URL> --capabilities CAPABILITY_IAM CAPABILITY_NAMED_IAM --region <REGION_WHERE_STACK_DEPLOYED> --parameters ParameterKey=S3ConfBucketName,ParameterValue=<CONFIG_BUCKET> ParameterKey=AvailabilityZone,ParameterValue=<AZ> ParameterKey=ConnectivityCIDR,ParameterValue=<CIDR>ParameterKey=KeyPairName,ParameterValue=<SSH_KEY>If the stack deployment initiation was successful, the response you should get back is the stack ID/ARN.
The following is an example of a deployment using AWS CLI, with provided parameters for the following:
- Instance Type = i3en.6xlarge
- Instance Count = 5
The exact parameters provided to the CF create-stack aws command need to be adjusted per the actual stack and configuration. This is meant to illustrate command usage.
Request
Bash
$ aws cloudformation create-stack --stack-name my-lightos-test-via-cli --template-url https://lightbits-docs.s3.amazonaws.com/latest/cf-lb-root-marketplace.yml --capabilities CAPABILITY_IAM CAPABILITY_NAMED_IAM --region us-east-1 --parameters ParameterKey=S3ConfBucketName,ParameterValue=lightos-config-test ParameterKey=AvailabilityZone,ParameterValue=us-east-1a ParameterKey=ConnectivityCIDR,ParameterValue=0.0.0.0/0 ParameterKey=KeyPairName,ParameterValue=lightbits-storage-03Response
JSON
{ "StackId": "arn:aws:cloudformation:us-east-1:958583605623:stack/my-deployment-test-via-cli/46af6a20-52b6-11ed-aa02-0a59866511b9"}Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on
Was this page helpful?
Next to read:
Canceling Your Subscription© 2026 Lightbits Labs™
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message