From dd6f3c9eeecc308beda94855c32964f6fa1babe2 Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Sat, 8 Jun 2019 12:03:52 -0500 Subject: [PATCH] Mention eksctl in official AWS docs --- slides/k8s/setup-managed.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/slides/k8s/setup-managed.md b/slides/k8s/setup-managed.md index ccc1b084..919bd2da 100644 --- a/slides/k8s/setup-managed.md +++ b/slides/k8s/setup-managed.md @@ -20,7 +20,7 @@ with a cloud provider ## EKS (the hard way) -- [Read the doc](https://docs.aws.amazon.com/eks/latest/userguide/getting-started.html) +- [Read the doc](https://docs.aws.amazon.com/eks/latest/userguide/getting-started-console.html) - Create service roles, VPCs, and a bunch of other oddities @@ -69,6 +69,8 @@ with a cloud provider eksctl get clusters ``` +.footnote[Note: the AWS documentation has been updated and now includes [eksctl instructions](https://docs.aws.amazon.com/eks/latest/userguide/getting-started-eksctl.html).] + --- ## GKE (initial setup)