Skip to content
View BlueDoge's full-sized avatar

Organizations

@OpenSource-Wizards
Block or Report

Block or report BlueDoge

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. remote-shell-example remote-shell-example Public

    An example of implementing Renci.SshNet to send a 'command'

    C#

  2. aws-lambda-slm-processor aws-lambda-slm-processor Public

    Utilizes dynamodb while executing as a lambda asset on AWS. Primarily created for BlueDoge/terraform-aws-slm-processor (which is still private, eventually will be public)

    TypeScript

  3. Super simple AWS Updater, for specif... Super simple AWS Updater, for specific modules, in Powershell
    1
    #Created by Elizabeth Clements in 2022
    2
    #License MIT
    3
    
    
    4
    
    
    5
    
    
  4. Get all AWS EC2 Instances that lack ... Get all AWS EC2 Instances that lack a cloudwatch metric or composite alarm
    1
    #Originally created by Liz Clements in 2022
    2
    #License: MIT
    3
    
    
    4
    $AWSRegion = 'us-west-2'
    5
    $AWSProfileLocation = ("$env:USERPROFILE\.aws\credentials")
  5. Jump into EC2 Instances with plink a... Jump into EC2 Instances with plink and scp a tar.bz2 to the home\tmp folder
    1
    #Created by Elizabeth Clements in 2022
    2
    #License MIT
    3
    
    
    4
    $AWSRegion = 'us-west-2'
    5
    $AWSProfileLocation = ("$env:USERPROFILE\.aws\credentials")