
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
A CLI to configure AWS named profiles in ~/.aws/config and ~/.aws/credentials files
A CLI to configure AWS named profiles in ~/.aws/config
and ~/.aws/credentials files
list profiles:
aws-configure list
set profile options:
aws-configure set [--profile/-p <profile_name>] [--clean/-c] [<config_options...>]
--profile/-p <profile_name> : select profile ['default']
<config_options> : key=value pairs e.g. 'region=eu-central-1' 'source_profile=default'
--empty/-e : empty all profile options before setting new options
--empty-config : empty profile config options before setting
--empty-credentials : empty profile credentials options before setting
get profile options:
aws-configure get [--profile/-p <profile_name>] [<config_options...>]
--profile/-p <profile_name> : select profile ['default']
<config_options> : option key e.g. 'region' 'source_profile'
delete profile:
aws-configure delete [--profile/-p <profile_name>] [--config] [--credentials]
--profile/-p <profile_name> : select profile ['default']
--config : delete only profile config in '~/.aws/config'
--credentials : delete only profile credentials in '~/.aws/credentials'
print help
aws-configure help
pip3 install -r requirements.txt
pip3 install -r requirements-dev.txt
python3 setup.py sdist bdist_wheel
pip3 install --force-reinstall --no-deps dist/aws_configure-*-py3-none-any.whl
twine upload dist/*
FAQs
A CLI to configure AWS named profiles in ~/.aws/config and ~/.aws/credentials files
We found that aws-configure demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.