Skip to content
View caiusb's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report caiusb

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. website website Public

    My private website

    JavaScript

  2. etleap/terraform-aws-etleap-vpc etleap/terraform-aws-etleap-vpc Public

    HCL 3 2

  3. AWS Utils AWS Utils
    1
    # used in ~/.profile to make life easier when working with AWS services
    2
    # To assume a role run `assume <role-arn> <ext-id>`. The <ext-id> is optional and will default to `$USER`.
    3
    # To un-assume, run `unassume`.
    4
    
                  
    5
    # Role can be assumed sequentially, and credentials are "stacked". `unassume` will move you down that stack.