Monday, January 14, 2019

Pre-requisites before starting the DevOps Coaching | Things to start before starting the DevOps Coaching BootCamp | Day 0: DevOps & Cloud Pre-requisites

Please watch the video first before you get started:


1. Create an account in https://aws.amazon.com. Set that as basic free tier account (personal account). role as developer or anything. You need to enter credit card info. But that’s fine, they won’t charge you except $1.
Sign up free account.

Select Basic Plan..Do NOT select developer plan unless you would like to pay every month.


2. Create an account on all three below SCM tools using your email address.

4. Download and Setup VS Code on your local machine(laptop or computer) by following below link:

5. Start learning Linux Basics:
    Sign up for Linux Basics courses in https://www.udemy.com/topic/linux-administration/

6. Learn Agile/DevOps

7. If you are using windows laptop, Install Git client on your laptop by downloading from http://www.git-scm.com/download


Click on download, once downloaded. Go to downloads directory and click on the EXE.
Choose all options by default by clicking on Next and NExt


8. Only if you are using Macbook pro or iMac desktop, please download iTerm from https://www.iterm2.com/downloads.html. for windows laptop, ignore this step.
Download the iTerm2**.zip file and install iTerm on Mac.


iTerm2 or iTerm 3, anything is fine..

2 comments:

How to Provision Ubuntu 24.0.4 EC2 Instance | How to create EC2 instance in AWS console | Launch Ubuntu 24.0.4 instance in AWS

How to create new EC2 instance in AWS console using new UI experience? What is EC2 instance?  It is virtual server provided by AWS. We will ...