diff --git a/docs/tutorial.adoc b/docs/tutorial.adoc index c2fc4dd..779f4dc 100644 --- a/docs/tutorial.adoc +++ b/docs/tutorial.adoc @@ -72,12 +72,12 @@ metadata: nodeGroups: - name: ng-1 - instanceType: m5.large - desiredCapacity: 2 - minSize: 1 - maxSize: 3 - ssh: - allow: false + instanceType: m5.large + desiredCapacity: 2 + minSize: 1 + maxSize: 3 + ssh: + allow: false ---- . Customize the configuration: ** Update the `region` to match your desired AWS region. @@ -135,4 +135,4 @@ NOTE: Cluster creation can incur AWS charges. Make sure to review the link:eks/p == Next Steps * Configure Kubectl to connect to the cluster -* Deploy a sample app \ No newline at end of file +* Deploy a sample app