From 4275a6adc40fd66955de4b31dbae39e8036a5066 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sat, 27 Jul 2024 07:43:08 -0400 Subject: [PATCH] Add note about the aws-efs-csi-driver --- content/blog/amazon-ebs-csi-driver-terraform/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/blog/amazon-ebs-csi-driver-terraform/index.md b/content/blog/amazon-ebs-csi-driver-terraform/index.md index 3537aa15..6714d52a 100644 --- a/content/blog/amazon-ebs-csi-driver-terraform/index.md +++ b/content/blog/amazon-ebs-csi-driver-terraform/index.md @@ -5,14 +5,17 @@ draft: false comments: true toc: false author: "Dave Gallant" -tags: ['aws', 'eks', 'ebs', 'aws-ebs-csi-driver', 'oidc'] +tags: ['aws', 'eks', 'ebs', 'aws-ebs-csi-driver', 'oidc', 'efs', 'aws-efs-csi-driver'] --- I recently configured the Amazon EBS CSI driver and found the setup with terraform to be more effort than expected. I wanted to avoid third-party modules and keep it as simple as possible, while remaining least privilege. +> UPDATE: This approach can also be used for the aws-efs-csi-driver + The [Amazon EBS CSI driver docs](https://docs.aws.amazon.com/eks/latest/userguide/ebs-csi.html) mention that the following are needed: + - an existing EKS cluster - IAM role (that allows communication to the EC2 API) - EKS add-on (aws-ebs-csi-driver)