Closed
Description
Describe the bug
Every time I use aws ecs execute-command
(successfully) one of the messages it prints is:
The Session Manager plugin was installed successfully. Use the AWS CLI to start a session.
This is confusing, because:
- it tells me to use AWS CLI while I am already using it
- it sounds as if it was installed in the process of running this command, but it was installed all the time
Regression Issue
- Select this option if this issue appears to be a regression.
Expected Behavior
I would prefer this message to be skipped entirely. It is already followed by:
Starting session with SessionId: ecs-execute-command-XXXX"
If a message is necessary maybe it could be reworded to something like:
Found an installed Session Manager plugin.
Current Behavior
A rather confusing and chatty log is printed.
Reproduction Steps
exec aws ecs execute-command ...
Possible Solution
No response
Additional Information/Context
No response
CLI version used
aws-cli/2.24.26 Python/3.12.9 Darwin/24.4.0 source/arm64
Environment details (OS name and version, etc.)
macOS Sequoia