Shell ScriptingShell Script Intro A shell script is a computer program written in the shell programming language that consists of a series of commands to be executed by the shell. Simply talking it is a method of scripting in a shell, or command-line interface fo...May 5, 2024·9 min read
AWS NetworkingAWS Networking helps the user to isolate the cloud infrastructure. It also helps to scale the request handling capacity and connect the physical and private virtual network. What is Region & Availability Zones? AWS has the concept of a Region, w...Apr 17, 2024·10 min read
Computer NetworkingA computer network is the group of interconnected computers connected together to share files and exchange data. Each device on network can be called as nodes or clients and they are identified by unique address called IP address to communicate with ...Apr 16, 2024·45 min read
AWS DictionaryAmazon Augmented AI Amazon Augmented AI (Amazon A2I) provides built-in human review workflows for common machine learning use cases, such as content moderation and text extraction from documents. With Amazon A2I, a person can also create their own ...Apr 10, 2024·29 min read
Python Exercises (Begineers)A) Write a program to check your age if you are eligible to vote or not. (age must be equal or greater than 18) - B) Write a program to separate the username and the domain parts from the provided email. [eg. sujan@gmail.com, username = sujan domain...Jan 3, 2024·2 min read
Python JourneyDay 1 2080/09/02 F-strings, or formatted string literals, provide a concise way to embed expressions inside string literals in Python. You create an f-string by prefixing the string with the letter "f" or "F". Inside the string, you can include ex...Dec 30, 2023·16 min read
Working with EBSLab Overview This lab focuses on Amazon Elastic Block Store (Amazon EBS), a key underlying storage mechanism for Amazon EC2 instances. In this lab, we will learn how to create an Amazon EBS volume, attach it to an instance, apply a file system to th...Nov 8, 2023·13 min read