mennymo.hashnode.devAws VpcWhat is the Idea behind a VPC? VPC stands for Virtual Private Cloud. It is your own network in the cloud. In a Region, there are Availability Zones on which we can launch EC2 instances, RDS instances, or other services. Now, a VPC is an isolated netw...Sep 23, 2022·2 min read
mennymo.hashnode.devAWS Cloud Practitioner CertificateIntroduction One thing the AWS community loves is certificates, there are certificates for almost every part of the AWS ecosystem. Although it’s a good thing that helps your job prospects, sometimes, it can be overwhelming! Well, today, we will be de...Sep 9, 2022·2 min read
mennymo.hashnode.devWeb ServersA web server simply put is really just a piece of software that serves web content. The main job of a web server is to display website content by storing, processing and delivering webpages to users. A web server does the following in this specific...Sep 9, 2022·4 min read
mennymo.hashnode.devAWS fundamentals and benefits of cloud computingIntroduction In this 2 part series, we are going to be discussing the basics and benefits of cloud computing, and 5 AWS fundamentals. This first part would focus on the basics and benefits of cloud computing as well as the first 2 fundamentals of AWS...Sep 6, 2022·5 min read
mennymo.hashnode.devLinux Command LineWhat is the shell? The shell is basically a program that takes your commands from the keyboard and sends them to the operating system to perform. Commands Lines echo The echo command just prints out the text arguments to the display. echo Hello World...Aug 26, 2022·3 min read