> multipass launch --cpus 4 --disk 100G --mem 8G -n rke
> multipass shell rke
--- | |
AWSTemplateFormatVersion: 2010-09-09 | |
Description: | | |
Sub template to setup an ECS cluster for running XebiaLabs JetPack | |
Parameters: | |
EnvironmentName: | |
AllowedPattern: ^[0-9a-zA-Z]+([0-9a-zA-Z-]*[0-9a-zA-Z])*$ | |
Description: An environment name that will be prefixed to resource names. | |
Type: String | |
Description: > | |
Sub template to setup an ECS cluster for running XebiaLabs JetPack | |
Parameters: | |
EnvironmentName: | |
AllowedPattern: ^[0-9a-zA-Z]+([0-9a-zA-Z-]*[0-9a-zA-Z])*$ | |
Description: An environment name that will be prefixed to resource names. | |
Type: String | |
InstanceType: |