You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- rolearn: <ARN of instance role (not instance profile)>
240
+
username: system:node:{{EC2PrivateDNSName}}
241
+
groups:
242
+
- system:bootstrappers
243
+
- system:nodes
244
+
245
+
Save the file.
246
+
247
+
248
+
4. After the file is saved and closed, configmap/aws-auth has been edited. You can check configmap/aws-auth using the command "kubectl describe -n kube-system configmap/aws-auth".
249
+
```
250
+
215
251
## Step-08: Review the buildspec.yml for CodeBuild & Environment Variables
0 commit comments