Skip to content
View kusw3's full-sized avatar
Block or Report

Block or report kusw3

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Useful one liners calling aws api th... Useful one liners calling aws api through cli
    1
    # Retrive list of running EC2 instances name and private ip address
    2
    aws ec2 describe-instances --query 'Reservations[].Instances[?State.Name==`running`].[Tags[?Key==`Name`]|[0].Value,PrivateIpAddress]' --output text
  2. ps2catalog ps2catalog Public

    A prestashop to facebook catalog creator.

    Python 2

  3. terraform-aws-secure-baseline terraform-aws-secure-baseline Public

    Forked from nozaq/terraform-aws-secure-baseline

    Terraform module to set up your AWS account with the secure baseline configuration based on CIS Amazon Web Services Foundations.

    HCL