Skip to content

Commit 325be81

Browse files
committed
samples: Change default to IMDSv2
Add in the option to use IMDSv2 by default in the samples.
1 parent 1a08f16 commit 325be81

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

sample-eksctl-ssh.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ nodeGroups:
1212
instanceType: m5.large
1313
desiredCapacity: 4
1414
amiFamily: Bottlerocket
15+
disableIMDSv1: true
1516
iam:
1617
attachPolicyARNs:
1718
- arn:aws:iam::aws:policy/AmazonEKSWorkerNodePolicy

sample-eksctl.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ nodeGroups:
1212
instanceType: m5.large
1313
desiredCapacity: 4
1414
amiFamily: Bottlerocket
15+
disableIMDSv1: true
1516
iam:
1617
attachPolicyARNs:
1718
- arn:aws:iam::aws:policy/AmazonEKSWorkerNodePolicy

0 commit comments

Comments
 (0)