Session keys are created on the command line and then flow, via environment (sort-a) to the commands you run.
Sessions keys are easily created with SSO via an AWS SSO Login:
aws sso login
Various notes about UUIDs https://en.wikipedia.org/wiki/Universally_unique_identifier
https://www.rfc-editor.org/rfc/rfc1918
This gist covers how to break up rfc1918 subnets for use in cloud environments.
The rfc1918 subnets are:
| rfc1918 subnet | netmask | prefix notation |
|---|
Phone Screens and Interview Questions
My notes on screening candidates for technology consulting roles.
Generally, I do not have a standard set of questions. I limit my screens to 30 minutes. I do build a short rubric of the skills I need to discuss (see below). My rough script
| https://awscli.amazonaws.com/v2/documentation/api/latest/index.html | |
| aws --version | |
| aws configure list-profiles | |
| export AWS_PROFILE=user1 | |
| aws sts get-caller-identity | |
| aws iam get-user | |
| aws iam list-account-aliases |
| A gist to get started. . . | |
| https://gist.github.com/markphahn | |
| https://gist.github.com/gauntletwizard | |
| https://gitlab.com/users/markphahn/snippets |