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
{{ message }}
This repository has been archived by the owner on May 23, 2024. It is now read-only.
Boto3 output comes out very noisy if performing an action through a wizard. Most of the generated python script is nothing but ec2_client.describe_ commands.
This is especially noticeable with autocomplete form fields, such as the "add tags" form when launching an EC2 instance - a new ec2_client.describe_tags command is added for each keystroke.
Requested solution
Settings parameter or on-page filter to hide/remove all ec2_client.describe_ actions.
Currently just doing this in a text editor, but would be a very helpful quality-of-life feature.
The text was updated successfully, but these errors were encountered:
Problem
Boto3 output comes out very noisy if performing an action through a wizard. Most of the generated python script is nothing but
ec2_client.describe_
commands.This is especially noticeable with autocomplete form fields, such as the "add tags" form when launching an EC2 instance - a new
ec2_client.describe_tags
command is added for each keystroke.Requested solution
Settings parameter or on-page filter to hide/remove all
ec2_client.describe_
actions.Currently just doing this in a text editor, but would be a very helpful quality-of-life feature.
The text was updated successfully, but these errors were encountered: