...
The new VPC and EKS cluster will inherit the stack name.
The VPC will be assigned the CIDR block
10.0.0.0/16
.The EC2 SSH key pair,
my-dev-key
, will be used to access the Exostellar Management Server.
By default, x-install
auto-detects the latest Management Server AMI in the region within the AWS account. To specify a version or custom AMI ID, use --mgmt-server-ami-id
:
Code Block | ||
---|---|---|
| ||
x-install create-standalone \
--cluster=xio-standalone \
--vpc-cidr=10.0.0.0/16 \
--ssh-key-pair-name=my-dev-key \
--region=us-east-2 \
--mgmt-server-ami-id=ami-053b51fb9abf27xxx |
2. Verify Post-Installation Readiness
...
Code Block | ||
---|---|---|
| ||
x-install precheck --cluster= xio-standalone --ssh-key-pair-name=my-dev-key.pem |
...