Skip to content

Commit

Permalink
Updated .aliases - removed browser, add aws-iam-ref-unique-identifiers (
Browse files Browse the repository at this point in the history
  • Loading branch information
kyhau authored Nov 2, 2023
1 parent 03cc194 commit 82131f9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .aliases
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

REPO_HOME="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"

alias browser='/c/Program\ Files/Mozilla\ Firefox/firefox.exe'

alias aws-acm-list-certificates='python3 ${REPO_HOME}/ACM/list_certificates.py'

alias aws-ami-find-by-amiid='aws ec2 describe-images --image-id '
Expand All @@ -24,9 +22,9 @@ alias aws-cloudformation-to-dot-to-image='python3 ${REPO_HOME}/CloudFormation/cf
alias aws-cloudformation-list-stacks='python3 ${REPO_HOME}/CloudFormation/list_stacks.py'
alias aws-cloudformation-validate-template='aws cloudformation validate-template --template-body'

alias aws-cloudtrail-event-names='browser https://gist.github.com/pkazi/8b5a1374771f6efa5d55b92d8835718c'
alias aws-cloudtrail-lookup-events='python3 ${REPO_HOME}/CloudTrail/cloudtrail_lookup_events.py'
alias aws-cloudtrail-list-security-event-names='python3 ${REPO_HOME}/CloudTrail/list_cloudtrail_security_event_names.py'
alias aws-cloudtrail-ref-event-names='browser https://gist.github.com/pkazi/8b5a1374771f6efa5d55b92d8835718c'

alias aws-cloudwatch-insights='python3 ${REPO_HOME}/CloudWatch/CloudWatch-LogsInsights/cloudwatch_logs_insights.py'
alias aws-cloudwatch-log-send-sample-event='python3 ${REPO_HOME}/CloudWatch/send_cloudwatch_log_event.py'
Expand Down Expand Up @@ -68,6 +66,7 @@ alias aws-iam-account-authorization-details='python3 ${REPO_HOME}/IAM/account_au
alias aws-iam-list-aws-managed-policies-to-files='python3 ${REPO_HOME}/IAM/list_aws_managaed_policies_to_files.sh'
alias aws-iam-list-users='python3 ${REPO_HOME}/IAM/list_iam_users.py'
alias aws-iam-lookup-identities='python3 ${REPO_HOME}/Security/lookup_iam_identities.py'
alias aws-iam-ref-unique-identifiers='browser https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html#identifiers-unique-ids'

alias aws-inspector-cvelist-ap-southeast-2='curl https://s3.ap-southeast-2.amazonaws.com/rules-engine.ap-southeast-2/CVEList.txt'
alias aws-inspector-list-results='python3 ${REPO_HOME}/Inspector/inspector_helper.py'
Expand Down

0 comments on commit 82131f9

Please sign in to comment.