AWS MFA cli script

sup everyone. Been working and managing things so have not had too much time to do a post. Recently though i started having to do a bunch of tasks involving AWS from the CLI and would constantly get irritated at having to copy / paste all the things for the mfa to work so instead … Read More

snippet to add aws volumes and instances (rough)

just a snippet of something i was working on to add volumes to instances in aws using the amazon ec2 ami / api tools. very rough draft. TMP_VOL_OUT=”$(basename $0).$$.tmp” TMP_INST_OUT=”$(basename $0).$$.tmp” ## input the number of volumes to create- echo “How many volumes to create ?: \c” read VOLNUM echo “Creating ${VOLNUM} volumes” ## input … Read More