Downloads:
37,248
Downloads of v 7.2.0:
10,882
Last Update:
27 Mar 2023
Package Maintainer(s):
Software Author(s):
- 99designs
Tags:
aws-vault 99designs aws- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
AWS Vault
- 1
- 2
- 3
7.2.0 | Updated: 27 Mar 2023
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
37,248
Downloads of v 7.2.0:
10,882
Maintainer(s):
Software Author(s):
- 99designs
AWS Vault 7.2.0
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by 99designs. The inclusion of 99designs trademark(s), if any, upon this webpage is solely to identify 99designs goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install AWS Vault, run the following command from the command line or from PowerShell:
To upgrade AWS Vault, run the following command from the command line or from PowerShell:
To uninstall AWS Vault, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download aws-vault --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade aws-vault -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade aws-vault -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install aws-vault
win_chocolatey:
name: aws-vault
version: '7.2.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'aws-vault' do
action :install
source 'INTERNAL REPO URL'
version '7.2.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller aws-vault
{
Name = "aws-vault"
Version = "7.2.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'aws-vault':
ensure => '7.2.0',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 29 Nov 2024.
AWS Vault is a tool to securely store and access AWS credentials in a development environment.
AWS Vault stores IAM credentials in your operating system's secure keystore and then generates temporary credentials from those to expose to your shell and applications. It's designed to be complementary to the AWS CLI tools, and is aware of your profiles and configuration in ~/.aws/config
.
md5: 59B5903BD3D2E49C9C003B8C9C0E71FC | sha1: 9251D5F5A30ABEA31BB65A4CCE4B28E38331F1A4 | sha256: FEF9F2DB83BB0ABA867036F6AD7F95075F3D9887CA8A141CDFEC74D85F01E594 | sha512: 482BD15E577AD6CDDFD75A29004A07B9CAE1B8B55FC0F48F5595D381DB18BAC9F8CF59DBD81B5E87F1B3D0511733786E24E4A730DAAFFED317423EE5FF52DD85
From: https://github.com/99designs/aws-vault/blob/v7.2.0/LICENSE
LICENSE
The MIT License (MIT)
Copyright (c) 2015 99designs
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Verify that the checksum of https://github.com/99designs/aws-vault/releases/download/v7.2.0/aws-vault-windows-386.exe matches the following:
md5: 59B5903BD3D2E49C9C003B8C9C0E71FC
sha256: FEF9F2DB83BB0ABA867036F6AD7F95075F3D9887CA8A141CDFEC74D85F01E594
sha512: 482BD15E577AD6CDDFD75A29004A07B9CAE1B8B55FC0F48F5595D381DB18BAC9F8CF59DBD81B5E87F1B3D0511733786E24E4A730DAAFFED317423EE5FF52DD85
Log in or click on link to see number of positives.
- aws-vault.7.2.0.nupkg (e8c175e3ce90) - ## / 64
- aws-vault.exe (fef9f2db83bb) - ## / 69
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
AWS Vault 7.2.0 | 10882 | Monday, March 27, 2023 | Approved | |
AWS Vault 7.1.2 | 506 | Saturday, March 18, 2023 | Approved | |
AWS Vault 7.1.1 | 79 | Friday, March 17, 2023 | Approved | |
AWS Vault 7.1.0 | 73 | Friday, March 17, 2023 | Approved | |
AWS Vault 7.0.2 | 56 | Friday, March 17, 2023 | Approved | |
AWS Vault 7.0.1 | 54 | Friday, March 17, 2023 | Approved | |
AWS Vault 7.0.0 | 65 | Friday, March 17, 2023 | Approved | |
AWS Vault 6.6.2 | 114 | Friday, March 17, 2023 | Approved | |
AWS Vault 6.6.1 | 66 | Friday, March 17, 2023 | Approved | |
AWS Vault 6.6.0 | 6528 | Sunday, March 20, 2022 | Approved | |
AWS Vault 6.5.0 | 961 | Thursday, February 10, 2022 | Approved | |
AWS Vault 6.4.0 | 646 | Tuesday, January 18, 2022 | Approved | |
AWS Vault 6.3.1 | 4595 | Wednesday, April 7, 2021 | Approved | |
AWS Vault 6.3.0 | 375 | Wednesday, March 24, 2021 | Approved | |
AWS Vault 6.2.0 | 2309 | Tuesday, September 29, 2020 | Approved | |
AWS Vault 6.1.0 | 402 | Monday, September 14, 2020 | Approved | |
AWS Vault 6.0.1 | 183 | Saturday, September 12, 2020 | Approved | |
AWS Vault 6.0.0 | 298 | Sunday, September 6, 2020 | Approved | |
AWS Vault 5.4.4 | 1450 | Thursday, May 7, 2020 | Approved | |
AWS Vault 5.4.3 | 197 | Thursday, May 7, 2020 | Approved | |
AWS Vault 5.4.2 | 253 | Saturday, May 2, 2020 | Approved | |
AWS Vault 5.4.1 | 310 | Tuesday, April 21, 2020 | Approved | |
AWS Vault 5.4.0 | 190 | Tuesday, April 21, 2020 | Approved | |
AWS Vault 5.3.2 | 812 | Tuesday, February 18, 2020 | Approved | |
AWS Vault 5.3.1 | 197 | Monday, February 17, 2020 | Approved | |
AWS Vault 5.3.0 | 225 | Saturday, February 15, 2020 | Approved | |
AWS Vault 5.2.1 | 237 | Wednesday, February 12, 2020 | Approved | |
AWS Vault 5.2.0 | 366 | Thursday, January 23, 2020 | Approved | |
AWS Vault 5.1.2 | 220 | Monday, January 20, 2020 | Approved | |
AWS Vault 5.1.1 | 227 | Friday, January 17, 2020 | Approved | |
AWS Vault 5.1.0 | 176 | Friday, January 17, 2020 | Approved | |
AWS Vault 5.0.1 | 420 | Tuesday, December 24, 2019 | Approved | |
AWS Vault 5.0.0 | 210 | Saturday, December 21, 2019 | Approved | |
AWS Vault 4.7.2 | 178 | Friday, May 8, 2020 | Approved | |
AWS Vault 4.7.1 | 513 | Wednesday, October 30, 2019 | Approved | |
AWS Vault 4.7.0 | 182 | Wednesday, October 30, 2019 | Approved | |
AWS Vault 4.6.4 | 546 | Wednesday, August 28, 2019 | Approved | |
AWS Vault 4.6.3 | 307 | Saturday, August 10, 2019 | Approved | |
AWS Vault 4.6.2 | 359 | Wednesday, July 10, 2019 | Approved | |
AWS Vault 4.6.1 | 285 | Monday, June 24, 2019 | Approved | |
AWS Vault 4.6.0 | 226 | Friday, June 14, 2019 | Approved | |
AWS Vault 4.5.1 | 656 | Saturday, January 26, 2019 | Approved | |
AWS Vault 4.4.1 | 314 | Monday, November 26, 2018 | Approved |
2015 99designs
This package has no dependencies.
Ground Rules:
- This discussion is only about AWS Vault and the AWS Vault package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or AWS Vault, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.