Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

awsass

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

awsass

AWSASS is an assistant to AWS, mostly for running better scripts.

latest
Source
npmnpm
Version
0.0.29
Version published
Maintainers
1
Created
Source

awsass

AWSASS is an assistant to AWS, mostly for running better scripts.

Installation

	npm install awsass -g

Ephemeral execution on AWS

  awsass --ecr-ecs-ephemeral-create --profile XXX --region XXX \
         --execution-role-arn XXX --task-role-arn XXX
{
  ephemeralId: 'XXX',
  repositoryUri: 'YYY',
  taskDefinitionArn: 'ZZZ'
}
  awsass --ecr-ecs-push-new-revision --profile XXX --region XXX \
         --container-name YYY --task-definition ZZZ \
         --local-image-name XXX --image-name ZZZ:latest
  awsass --ecs-run-on-fargate --profile XXX --region XXX \
         --task-definition ZZZ --cluster-name AAA
  awsass --ecr-ecs-ephemeral-destroy --profile XXX --region XXX \
         --ephemeral-id XXX

License

Apache-2.0

FAQs

Package last updated on 03 Sep 2025

Did you know?

Socket

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.

Install

Related posts