
Security News
CISA’s 2025 SBOM Guidance Adds Hashes, Licenses, Tool Metadata, and Context
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Register and deregister instance from an AWS ELB
aws-sdk
Originally this was intended to be used by automatic reboot scripts to deregister instances before shutting them down, but it can also be triggered manually.
Note that if you are NOT running on the EC2 instance you want to (de-)register, you will need to specify --instance-id INSTANCE_ID
.
$ elbtool --register LOAD_BALANCER_NAME
$ elbtool --deregister LOAD_BALANCER_NAME
--register-timeout
-- Number of seconds to wait when registering an instance before giving up and returning an error. By default this is set to the health check interval
times healthy_threshold
(the number of times an instance must return a successful health check to be considered health) plus 15 seconds (for buffer)--deregister-timeout
-- Number of seconds to wait when de-registering an instance before giving up and returning an error. If connection draining is enabled, this waits for connection_draining
+ 5 seconds. If not, it just waits 5 seconds (for buffer).FAQs
Unknown package
We found that elbtool demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.