Amazon Web Services: Downloads
Summary
You can download all the supported plugin releases from this page.
The change log for each version series can be found under the download link & hash.
See the versioning scheme for compatibility information.
Releases
Version 3.2.0
Download: aws-3.2.0.tgz
SHA256: 2df5c8c6c77579956eb0c2ae4245be9a50273e8576fd1604d1fec8f5228ddf3a
Series History
See the revision history for series 3.2.x below
Revisions
3.2.0 - 27/01/2020
Added
- New exists, get_by_name, & users_for_group actions in the groups module
Version 3.1.0
Download: aws-3.1.0.tgz
SHA256: 235c9e54d3443f3b6c010bb7e6909198a3ced0b359be1635dfccac2fa72e8570
Series History
See the revision history for series 3.1.x below
Revisions
3.1.0 - 26/01/2020
Added
- New exists & get_by_name actions in the users module
Version 3.0.0
Download: aws-3.0.0.tgz
SHA256: 0b0a33284014a39a0445d17d7ffb5c5d77d1e5b3cc2c4d23152dcf6d83258dbf
Series History
See the revision history for series 3.0.x below
Revisions
3.0.0 - 26/01/2020
Added
-
New IAM users & groups modules
-
Support paging on all EC2 & IAM search actions
Version 2.3.0
Download: aws-2.3.0.tgz
SHA256: c3daa5e707c5e0b84cdfdcb8fc7f4ac2f4b5b52c437b4a3c4de7caff11fa4034
Series History
See the revision history for series 2.3.x below
Revisions
2.3.0 - 13/11/2020
Added
- New instances.get_by_tags action
Version 2.2.1
Download: aws-2.2.1.tgz
SHA256: db011c36093c6718bbe3be34f0ac142a77928d71538bc3cc2e7eb129d37e5350
Series History
See the revision history for series 2.2.x below
Revisions
2.2.1 - 20/10/2020
Changed
- EC2 instance type documentation updates
2.2.0 - 19/10/2020
Added
-
New launch, tag, add_to_security_group, & remove_from_security_group EC2 instance actions
-
Logging has been added to every EC2 instances action
-
New EC2 regions module with get_all & select actions
-
New EC2 key_pairs module with get_all, input_table, & output_table actions
-
New EC2 instance_types module with get_all, input_table, & output_table actions
Version 2.1.0
Download: aws-2.1.0.tgz
SHA256: bb457ec7124886376877af09db53e4ae1f87036acee7b5a83a5faf9f3ca1dfd2
Series History
See the revision history for series 2.1.x below
Revisions
2.1.0 - 15/10/2020
Added
- Add platform to EC2 instances
Version 2.0.1
Download: aws-2.0.1.tgz
SHA256: 30b0ea6f1f7bd84c0013ef8634f79681fa96741afbba23ca19a2faa57e590e4e
Series History
See the revision history for series 2.0.x below
Revisions
2.0.1 - 20/07/2020
Added
- Document the tags key for security group & VPC dictionaries
2.0.0 - 16/07/2020
Added
-
New EC2 VPC actions
-
VPC ID as a column in instance & security group tables
Changed
-
The security_groups action create_inbound_rule now takes group_id instead of than group_name
-
Add the tags key to SecurityGroup dictionaries
-
The tags key in all relevant dictionaries now defaults to an empty list rather than null
Version 1.0.0
Download: aws-1.0.0.tgz
SHA256: 57c89f9c6a1b020cd8d4af33c695f58741e2fbd7a455fa0cea0e188be056ba26
Series History
See the revision history for series 1.0.x below
Revisions
1.0.0 - 15/07/2020
Added
- First release with EC2 instance & security group actions
Versioning Scheme
Plugin versions are in major
.minor
.patch
format.
Major
- Significant functionality changes
- May not be backward compatible
Minor
- Bug fixes
- Minor functionality changes
- Backward compatible
Patch
- No functional changes
- Reserved for documentation updates