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
Do we need to install AWS CLI if we had already have it installed while baking AMI? maybe we should remove it?
The log collector script is intended to be minimally useful on custom AMI's, which may not already have the AWS CLI. Feel free to PR the script to install v2 instead of v1.
* Cleanup HTML code from README.md
* Update AWS CLI version from v1 to v2
* Refresh sample command outputs for v0.7.3
* Remove dummy "PatchLinux" for Windows nodes
* Remove dummy "PatchWindows" for Linux nodes
* Rename SSM document for Linux from "EKSLogCollector" to "EKSLogCollectorLinux"
* Rename SSM document for Windows from "EKSLogCollector" to "EKSLogCollectorWindows"
* Explicitly defined permissions for run `aws ssm ...` commands
Fixesawslabs#1134
What would you like to be added:
Keep the AWS CLI version aligned.
Why is this needed:
Recently introduced AWS CLI
v2
into build scripts at #1066 and fix the path issue later on #1102.However, there are still 2 more scripts will try to setup AWS CLI
v1
if user try to runlog-collector-script
with SSM,Which might cause inconsistent AWS CLI output if there's some
$PATH
order issue.After checking commit history, the scripts were introduced 3 years ago
Discussion:
The text was updated successfully, but these errors were encountered: