Skip to content
View aws-scripting-guy's full-sized avatar

Block or report aws-scripting-guy

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 Loading

  1. cform-VSCode Public

    CloudFormation extension for Visual Studio Code

    PowerShell 87 36

  2. lambda-s3-bucket-logging Public

    Examples of lambda solutions

    PowerShell 3 2

  3. blog Public

    Notes from the field. AWS, PowerShell, Automation, Compliance

    2

  4. dummy-extension Public

    Testing integration with Azure Pipelines

  5. AWS EC2 metadata. Check attached IAM...
    1
    # Get IAM Role name from Instance Profile Id
    2
    curl http://169.254.169.254/latest/meta-data/iam/info
    3
    
                  
    4
    # Get credentials
    5
    curl http://169.254.169.254/latest/meta-data/iam/security-credentials/<role-name>
  6. Get AWS account id inside Lambda fun...
    1
    def lambda_handler(event, context):
    2
    
                  
    3
        # Get Account Id from lambda function arn
    4
        print "lambda arn: " + context.invoked_function_arn
    5
        

0 contributions in the last year

Contribution Graph
Day of Week January February March April May June July August September October November December January
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

January 2025

aws-scripting-guy has no activity yet for this period.
Loading

Seeing something unexpected? Take a look at the GitHub profile guide.