AWS CLI Notes
[cloudfront](#cloudfront) | [ec2](#ec2) | [ecr](#ecr) | [elb](#elb) | [ecs](#ecs) | [events](#events) [kms](#kms) | [sns](#sns) | [s3](#s3) | [resourc
Read more22 posts
[cloudfront](#cloudfront) | [ec2](#ec2) | [ecr](#ecr) | [elb](#elb) | [ecs](#ecs) | [events](#events) [kms](#kms) | [sns](#sns) | [s3](#s3) | [resourc
Read more[github search](https://github.com/search?q=redis+extension%3Atf)
Read more**To format strings in awk use `printf`**
Read moreGithub.com ui .currently does not natively supoport search for multiple topic tags as of now. However their api allows you to query multiple tags. Bel
Read moreIf you are working on a project that involves multiple aws profiles and vscode, this trick might come handy. Depending on the project you would like t
Read more➜ ~ aws s3api list-objects --bucket fake-bucket --query 'Contents[?LastModified>=`2018-10-04` ].{Key:Key}' --prefix "2018-10-04" --output text | xar
Read more➜ project serverless create --template aws-nodejs
Read more➜ ~ aws ec2 describe-security-groups --query 'SecurityGroups[?IpPermissions[?contains(IpRanges[].CidrIp, `0.0.0.0/0`)]].{GroupId: GroupId, GroupName:
Read more➜ curl http://serkanh.github.io/download/example.json | jq '.[:2]'
Read more[AWS Docs](https://docs.aws.amazon.com/cli/latest/userguide/controlling-output.html)
Read moreBoth serverless framework and api gateway has the concept of stages.
Read moreaws --profile=HA rds describe-db-instances --query 'DBInstances[?DBInstanceIdentifier==`evox-dev`]'
Read more[AWS Docs](https://docs.aws.amazon.com/awscloudtrail/latest/userguide/view-cloudtrail-events-cli.html#attribute-lookup-example)
Read more>> curl -s https://ip-ranges.amazonaws.com/ip-ranges.json | jq -r '.prefixes[] | select(.service=="EC2") | .ip_prefix'
Read moreservice: cd-evox
Read morerbac filename:package.json
Read morePer AWS docs requirements for encryptions are:
Read moreMy day job i use ssh... alot. When you manage hundreds of servers with mission critical infastructure running on passswordless login with ssh keys can
Read moreScreenshots are saved as .png files on the desktop in Mac OS X v10.6 and later. They're automatically named "Screen Shot date at time .png." To save y
Read moreThis is a basic summary of excellent tutorial from Digital Ocean on how to setup OpenVpn with Docker.
Read moreA common server access pattern is to prevent any connection to your production servers from outside of their private subnet, and use a bastion host to
Read moreVault is a secure storage server that secures, stores, passwords, tokens, API keys etc. It is the from Hashicorp which had some great products such as
Read more