Login to your AWS console > aws.amazon.com, with mail and password which used during the sign up process Now with the help of “Services” menu or dashboard search bar look for “IAM” From IAM dashboard select “Activate MFA on your root account” > “Manage MFA” Click on “Multi-factor authentication (MFA)” > Activate MFA > “Continue …
[vc_row][vc_column][vc_tta_accordion][vc_tta_section title=”Installing Git” tab_id=”1654158114383-80913f00-5244″][vc_column_text]https://git-scm.com/book/en/v2/Getting-Started-Installing-Git[/vc_column_text][/vc_tta_section][vc_tta_section title=”Setting up a Git repository” tab_id=”1654158114389-fbde403c-ec8e”][vc_column_text] Open command prompt or terminal Let’s create a project directory mkdir pythonapp Let’s get inside the project directory cd pythonapp Now, let’s read a sample file echo “this is a Pythonapp” > app.py And now, let’s initialize local git repository …