Lecture 01 – DEVOPS PRE-REQUISITES
DEVOPS PRE-REQUISITES BEFORE GETTING STARTED
1. Setup AWS Cloud Account
An AWS (Amazon Web Services) cloud account refers to a user or entity’s access to Amazon’s cloud computing services. It’s an account that allows you to access, manage, and utilize various cloud resources and services offered by Amazon Web Services. These services include computing power, storage, databases, networking, machine learning, analytics, and more.
Select Personal Plan and provide your contact information, including your address and phone number and agree to the terms. This information is used for account verification and communication.
Provide a valid credit card that will be used for billing purposes. AWS uses this to verify your identity and to charge you for the services you use. You won’t be charged immediately; charges will only occur when you start using paid services.
Select Basic Plan..Do NOT Select Developer Plan unless you would like to pay every month.
Once your account is created and verified, you can log in to the AWS Management Console using your email and password.
2. Download CLI Terminal on PC Based on OS
CLI stands for “Command Line Interface.” It is a text-based interface that allows users to interact with a computer system or software application by entering commands through a terminal or command prompt. A CLI terminal is a tool that provides this text-based interface for issuing commands to a computer.
In a CLI terminal, users type commands using a specific syntax, and the computer responds with text-based output. This type of interface is commonly used by developers, system administrators, and power users who prefer working with command-based interactions.
Click on download windows version, once downloaded. Go to your downloads directory and RUN the EXE FILE.
Choose all options by default by clicking on Next -> Next -> Next
To download and Install CLI terminal on MAC PC –> iTerm2
Click on download, once downloaded. Go to your downloads directory and RUN the EXE FILE.
Choose all options by default by clicking on Next -> Next -> Next
3. Create GitHub Repository
A GitHub repository, often referred to simply as a “repo,” is a central location where code, files, and resources for a specific project are stored and managed on the GitHub platform. GitHub is a web-based platform that provides tools for version control, collaboration, and code sharing, and a repository is at the core of how projects are organized and managed on GitHub.
To create github repository account –> GITHUB –> Enter your email and password and then continue.
You may see the below DEMO on how to create GitHub repository.
