Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/user/aws/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Beyond the [platform-agnostic `install-config.yaml` properties](../customization
* `amiID` (optional string): The AMI that should be used to boot machines for the cluster.
If set, the AMI should belong to the same region as the cluster.
* `region` (required string): The AWS region where the cluster will be created.
* `subnets` (optional array of strings): Existing subnets (by ID) where cluster resources will be created.
Leave unset to have the installer create subnets in a new VPC on your behalf.
* `userTags` (optional object): Additional keys and values that the installer will add as tags to all resources that it creates.
Resources created by the cluster itself may not include these tags.
* `defaultMachinePlatform` (optional object): Default [AWS-specific machine pool properties](#machine-pools) which applies to [machine pools](../customization.md#machine-pools) that do not define their own AWS-specific properties.
Expand Down