Skip to content

Instantly share code, notes, and snippets.

View nvmker's full-sized avatar

Alexei Loghinov nvmker

View GitHub Profile
@nvmker
nvmker / keybase.md
Created June 15, 2021 01:02
keybase.md

Keybase proof

I hereby claim:

  • I am nvmker on github.
  • I am nvmker (https://keybase.io/nvmker) on keybase.
  • I have a public key ASC6PncUooW3xOPTS8nHWASChiS0ciBdvqRiDThCu4Sbiwo

To claim this, I am signing this object:

@nvmker
nvmker / ecs-deploy.sh
Last active February 18, 2021 16:05
AWS ECS Deployment script for updating existing service from creating new revision of existing task definition
#!/bin/bash
helpFunction() {
echo ""
echo "Pass AWS credentials through environment variables"
echo ""
echo "Usage: $0 -r aws-region -c my-cluster -s my-ecs-service -i my-image-id -t my-image-tag"
echo -e "\t-r AWS Region"
echo -e "\t-c AWS ECS Cluster name"
echo -e "\t-s AWS ECS Service name"