Boto3 RDS everything
https://hands-on.cloud/working-with-rds-in-python-using-boto3/#h-modify-rds-instance-configuration
https://hands-on.cloud/working-with-rds-in-python-using-boto3/#h-modify-rds-instance-configuration
https://bozza.ru/art-287.html
https://blog.boltops.com/2020/10/05/terraform-hcl-loops-with-dynamic-block
PC to AWS connection config. create amazon account. configure the aws account to use MFA, could be admin permision or limited permission. Use authy app to auhenticate. configure aws account with a access key to be used with aws vault. install aws-vault run aws-vault add “awsuserhere” vi ~/.aws/config add [awsuserhere]region=”regionhere” mfa_serial=”mfaserialhere” mfa serial is under the user credential a string like aws:iam::202575445566:mfa/userforaws run ./brew/aws-vault exec userterraform –duration=12h PC git to Gitalb config. Create a ssh public key to remote access…
https://realpython.com/vim-and-python-a-match-made-in-heaven/#ditch-the-mouse
Add this line ate the end of the ˜/.bash_profile #————————- parse_git_branch() { git branch 2> /dev/null | sed -e ‘/^[^*]/d’ -e ‘s/* \(.*\)/ (\1)/’ } export PS1=”\u@\h \W\[\033[32m\]\$(parse_git_branch)\[\033[00m\] $ “
https://goinbigdata.com/docker-run-vs-cmd-vs-entrypoint/
https://gitlab.com/help/ci/cloud_deployment/index.md#run-aws-commands-from-gitlab-cicd
https://medium.com/@talgoldfus/better-understanding-gits-work-flow-in-order-to-properly-deal-with-merge-conflicts-part-i-760a366fc997#:~:text=Whats%20the%20difference%20between%20push,refs%20along%20with%20associated%20objects%E2%80%9D.