AWS CLI
AWS CLI
--dry-run : to test if you have required permissions or not
--output : output format (json/yaml/text/table)
--page-size : avoid time out errors
--no-paginate: display only first page
--debug: Debug mode (verbose)
CLI precedence
Command line
Environment variables
CLI credentials file (.aws/config)
Container credentials
Instance profile credentials