Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
awssum-amazon-autoscaling
Advanced tools
NOTE: AwsSum is now deprecated. Please use aws-sdk instead.
This is an AwsSum
plugin!
You'll need to add awssum-amazon-autoscaling to your package.json dependencies. Both awssum and awssum-amazon are pulled in as peer dependencies.
Describe all your alarms:
var fmt = require('fmt');
var amazonAutoScaling = require('awssum-amazon-autoscaling');
var autoscaling = new amazonAutoScaling.AutoScaling({
'accessKeyId' : process.env.ACCESS_KEY_ID,
'secretAccessKey' : process.env.SECRET_ACCESS_KEY,
'region' : amazonAutoScaling.US_EAST_1
});
autoscaling.DescribeAutoScalingGroups(function(err, data) {
fmt.dump(err, 'err');
fmt.dump(data, 'data');
});
Docs: CreateAutoScalingGroup on AWS
Docs: CreateLaunchConfiguration on AWS
Docs: CreateOrUpdateTags on AWS
Docs: DeleteAutoScalingGroup on AWS
Docs: DeleteLaunchConfiguration on AWS
Docs: DeleteNotificationConfiguration on AWS
Docs: DeletePolicy on AWS
Docs: DeleteScheduledAction on AWS
Docs: DeleteTags on AWS
Docs: DescribeAdjustmentTypes on AWS
Docs: DescribeAutoScalingGroups on AWS
Docs: DescribeAutoScalingInstances on AWS
Docs: DescribeAutoScalingNotificationTypes on AWS
Docs: DescribeLaunchConfigurations on AWS
Docs: DescribeMetricCollectionTypes on AWS
Docs: DescribeNotificationConfigurations on AWS
Docs: DescribePolicies on AWS
Docs: DescribeScalingActivities on AWS
Docs: DescribeScalingProcessTypes on AWS
Docs: DescribeScheduledActions on AWS
Docs: DescribeTags on AWS
Docs: DisableMetricsCollection on AWS
Docs: EnableMetricsCollection on AWS
Docs: ExecutePolicy on AWS
Docs: PutNotificationConfiguration on AWS
Docs: PutScalingPolicy on AWS
Docs: PutScheduledUpdateGroupAction on AWS
Docs: ResumeProcesses on AWS
Docs: SetDesiredCapacity on AWS
Docs: SetInstanceHealth on AWS
Docs: SuspendProcesses on AWS
Docs: TerminateInstanceInAutoScalingGroup on AWS
Docs: UpdateAutoScalingGroup on AWS
Written by Andrew Chilton - Blog - Twitter.
(Ends)
FAQs
AwsSum plugin for Amazon AutoScaling.
The npm package awssum-amazon-autoscaling receives a total of 3 weekly downloads. As such, awssum-amazon-autoscaling popularity was classified as not popular.
We found that awssum-amazon-autoscaling 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
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.