All Questions
Tagged with eks shell-scripting
1
question
0
votes
0
answers
115
views
Want to use user_data (hardening script) for EKS nodegroups with EKS module (Hashicorp provided)
I am using EKS terraform module (https://github.com/terraform-aws-modules/terraform-aws-eks) to create EKS cluster and it is working fine.
I have written shell script to harden EKS worker and I want ...