0.0.28 • Published 8 months ago

awsass v0.0.28

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 months ago

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

0.0.28

8 months ago

0.0.25

2 years ago

0.0.26

2 years ago

0.0.27

2 years ago

0.0.23

2 years ago

0.0.24

2 years ago

0.0.22

3 years ago

0.0.20

3 years ago

0.0.21

3 years ago

0.0.19

3 years ago

0.0.14

3 years ago

0.0.15

3 years ago

0.0.16

3 years ago

0.0.17

3 years ago

0.0.18

3 years ago

0.0.13

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago