Skip to content

Commit 4c3fc63

Browse files
author
Katie Horne
authored
chore: add mention of AL2 support for CVMs (#1028)
1 parent 02c8993 commit 4c3fc63

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

setup/kubernetes/aws.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ as a workspace deployment option, you'll need to
179179

180180
managedNodeGroups:
181181
- name: coder-node-group
182-
amiFamily: Ubuntu2004
182+
amiFamily: Ubuntu2004 # AmazonLinux2 is also an option
183183
# Custom EKS-compatible AMIs can be used instead of amiFamily
184184
# ami: <your Ubuntu 20.04 AMI ID>
185185
instanceType: <instance-type>
@@ -192,7 +192,10 @@ as a workspace deployment option, you'll need to
192192
# sudo /etc/eks/bootstrap.sh <YOUR_CLUSTER_NAME>
193193
```
194194

195-
> [See here for a list of EKS-compatible Ubuntu AMIs](https://cloud-images.ubuntu.com/docs/aws/eks/)
195+
> See
196+
> [the list of EKS-compatible Ubuntu AMIs](https://cloud-images.ubuntu.com/docs/aws/eks/)
197+
> and info on
198+
> [Latest & Custom AMI support](https://eksctl.io/usage/custom-ami-support/).
196199
197200
1. Create your nodegroup (be sure to provide the correct file name):
198201

0 commit comments

Comments
 (0)