Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

awsass

Package Overview
Dependencies
Maintainers
1
Versions
28
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.

  • 0.0.23
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
49
increased by48.48%
Maintainers
1
Weekly downloads
 
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 02 Jan 2023

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc