ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

AWS Helper

by Cibin Mathew ALL

Sublime Text plugin to validate AWS IAM policy json for errors

Labels aws, awscli, amazon

Details

Installs

  • Total 56
  • Win 15
  • Mac 31
  • Linux 10
Oct 12 Oct 11 Oct 10 Oct 9 Oct 8 Oct 7 Oct 6 Oct 5 Oct 4 Oct 3 Oct 2 Oct 1 Sep 30 Sep 29 Sep 28 Sep 27 Sep 26 Sep 25 Sep 24 Sep 23 Sep 22 Sep 21 Sep 20 Sep 19 Sep 18 Sep 17 Sep 16 Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10 Sep 9 Sep 8 Sep 7 Sep 6 Sep 5 Sep 4 Sep 3 Sep 2 Sep 1 Aug 31 Aug 30 Aug 29 Aug 28
Windows 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

sublime-aws-helper

AWS helper is a Sublime Text plugin to validate the IAM policy json for errors. Read more at Medium - AWS Helper: Sublime Text plugin

Demo

Features

  • aws_helper_validate_iam : selected text is validated for a valid iam policy json. Validtion is done by AWS access-analyzer ValidatePolicy API. [pricing]

How to Use

From Command palette, type AWS Helper: validate IAM policy

No default keybinding is provided. Use like below as necessary

[
    { "keys": ["ctrl+r"], "command": "aws_helper_validate_iam" }
]

How to Install

Install with Package Control

To Install AWS Helper via Package Control. - Search for package: AWS Helper

Manual

  • Open the Sublime Text Packages folder (see Sublime Text > Preferences > Browse Packages…)
  • Clone this repo
  • Restart Sublime Text ### Setup It is required to configure AWS with access key ID and secret to use this plugin.

Run aws configure to set up your credentials. They will be stored in~/.aws/credentials.

TODOs

  • [ ] Submit to package control channel
  • [ ] Handle network failure from freezing

FAQ

Todo

References

References

Contributors

License

MIT License