In the Region field, select the same region that you used when creating your cloud credentials.
Cloud Credentials
Your AWS account access information, stored in a cloud credential.
See how to create an Access Key and Secret Key.
See Amazon Documentation: Adding Permissions to a User (Console) how to attach an IAM
See our three example JSON policies:
- (needed if you want to use Kubernetes Cloud Provider or want to pass an IAM Profile to an instance)
- policy to an user.
Choose an availability zone and network settings for your cluster.
Security Group
Please refer to to see what rules are created in the Security Group.
Configure the instances that will be created. Make sure you configure the correct SSH User for the configured AMI. It is possible that a selected region does not support the default instance type. In this scenario you must select an instance type that does exist, otherwise an error will occur stating the requested configuration is not supported.
If you need to pass an IAM Instance Profile Name (not ARN), for example, when you want to use a Kubernetes Cloud Provider, you will need an additional permission in your policy. See for an example policy.