Features and Improvements
Minor Improvements
Bugfixes
Miscellaneous
Features and Improvements
- MacOS may not support system Python2 anymore after 12.3. Now user has to install their own Python2 using pyenv. Please follow the installation guide and use this command
pyenv install 2.7.18
to install the python2 and make sure~/.pyenv/shims/python2.7
Features and Improvements
- add
aws-set-profile-for-everything
workflow, you can choose a named aws profile from your~/.aws/config
for AWS Tool workflow to use and also update the~/.aws/config
and~/.aws/credential
file
Minor Improvements
- add AWS Augmented ai sub service navigator
- add AWS IAM create role / create policy navigator
Features and Improvements
- add AWS US gov cloud support
- add searcher: system manager parameter store
Minor Improvements
Bugfixes
- show found nothing message when resource search receives no query.
Miscellaneous
Features and Improvements
- add searcher: cloud9 environment, ide
- add ICON for 20+ top level services
Minor Improvements
- update elasticsearch service to opensearch, add sub services for opensearch
- add sub services for sagemaker
Bugfixes
Miscellaneous
Features and Improvements
Minor Improvements
- add searcher: kms, secretsmanager
Bugfixes
- fix bug that glue tables cannot return results
Miscellaneous
Features and Improvements
- auto build console url index.
- add logger that log info and error track back to
~/.alfred-aws-tools
. - add
aws-tool-clear-log
trigger. - add
aws-tool-set
trigger, it can set the global setting key/value pair.
Minor Improvements
- add searcher: glue, lambda, lakeformation, cloudformation, dynamodb
- allow in-console search, for example: https://console.aws.amazon.com/ec2/v2/home?region=us-east-1#Instances:search=dev
- improve query performance, latency is reduced from 0.3 sec to 0.01 sec by setting index.
Bugfixes
Miscellaneous
Features and Improvements
- Allow multi token full text search. For example:
aws ec2-instances alice dev
. Before it only supportsaws ec2-instances alice
Minor Improvements
- Show helper information when AWS Service id / Sub service id is wrong.
- Add How to add custom aws resource searcher document.
Bugfixes
Miscellaneous
- Refact the AWSResourceSearch class to make writing custom AWS resource search easier.
Features and Improvements
- add
aws-tool-set-profile
workflow, you can choose a named aws profile from your ~/.aws/config for AWS Tool workflow to use. - add
aws-tool-set-region
workflow, you can choose a aws region for AWS Tool workflow to use. - add
aws-tool-clear-cache
workflow to clear aws-tool cache. - add
aws-tool-rebuild-index
workflow to rebuild the full text search index for AWS console url searching. - 💥 add
aws
workflow, the most powerful aws console url navigator - navigate to AWS Service (like EC2) or sub service (like IAM.Role)
- filter AWS resources like EC2 instance, Security Group, IAM role and see it in AWS console
- copy ARN (AWS Resource Name) to clipboard
- 💥 add
Minor Improvements
Bugfixes
Miscellaneous
Features and Improvements
- add
aws-mfa-auth
workflow, allow quick set a new mfa auth named profile using a base named profile and your six digits mfa token.
Bugfixes
- The default profile name in
~/.aws/config
should be[default]
. In 0.0.1, it was[profile default]
Features and Improvements
- Birth!
- add
aws-set-default-profile
workflow, allow set one of aws named profile from~/.aws/credentials
as DEFAULT