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)