
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
@titicaca/ecs-scripts
Advanced tools
ECS 운영 편의를 위한 스크립트 ee를 제공합니다.
AWS CLI를 이용할 환경이 갖춰져야 합니다. ~/.aws 디렉토리에 크레덴셜이 보관되어
있거나, AWS_ACCESS_KEY_ID/AWS_SECRET_ACCESS_KEY 환경 변수가 있어야 합니다.
NPM을 이용해 설치합니다.
$ npm install -g @titicaca/ecs-scripts
run-task [command..]주어진 task definition family의 최신 revision을 이용해 task를 실행합니다.
클러스터 이름이 주어지지 않으면 해당하는 task definition이 실행중인 클러스터를
찾아, 그 클러스터를 task 실행에 사용합니다. 대부분의 경우 -c 옵션은 명시하지
않아도 될 것으로 예상합니다.
get-config주어진 task definition family의 최신 revision이 가진 환경 변수를 출력합니다.
set-config [key] [value]주어진 task definition family의 최신 revision이 가진 환경 변수 [key]를
[value]로 갱신합니다. 환경 변수가 존재하지 않으면 새 환경 변수를 만듭니다.
restart주어진 task definition family의 최신 revision과 같은 정보로 task definition을 갱신하고, 서비스를 업데이트합니다. 그 결과로 모든 서비스의 프로세스가 gracefully 재시작됩니다.
deploy [tag]명시한 이미지 태그로 주어진 task definition family의 revision을 갱신합니다. 갱신한 task definition으로 서비스를 업데이트합니다.
-t, --task-definition: Task definition family (필수)-c, --cluster: 커맨드를 실행할 클러스터-r, --region: AWS region (기본값 ap-northeast-1)사용예:
# ee run-task -t uros-rails-dev rake routes
npm version prerelease
npm publish
FAQs
CLI for managing tasks on ECS
We found that @titicaca/ecs-scripts demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 53 open source maintainers 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.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.