How to get your first AWS Certification

If you’re looking to break into the world of cloud computing, getting your first AWS certification is a great place to start. AWS, or Amazon Web Services, is the leading cloud platform and having a certification on your resume can open up a world of opportunities. Here’s a step-by-step guide on how to get your first AWS certification: Determine which certification is right for you. AWS offers several different certifications, each geared towards different levels of experience and expertise....

December 9, 2022 · 2 min · chart

Amazon S3 vs EBS vs EFS - Ultimate guide to what, when, and where

Amazon S3 What is Amazon S3 What is Amazon S3 put simply? Amazon Simple Storage Service (S3) is a scalable, high-performance object storage service that is designed for storing large amounts of unstructured data, such as videos, images, audio files, and backups. It offers high durability and availability, as well as the ability to access data from anywhere on the internet. S3 even offers the capability to host static sites with a simple web server, prefect for Angular or React....

December 8, 2022 · 6 min · chart

Permission denied (publickey) aws SSH to EC2 instance ✔️ [Solved ]

How to resolve Permission denied (publickey) for SSH into an AWS EC2 instance The solutions are detailed in this article, but in summary you must ensure you’re using the right key, the right username, and the correct address. There are 3 main solutions for Permission denied (publickey) aws ec2 instance: Check you are using the right key to resolve Permission denied (publickey) Make sure you are using the right key. Check the Check you are using the right key via the EC2 console....

November 30, 2022 · 2 min · chart

Does AWS provide VPS? Yes, and You Can Get One For Free!

Does AWS provide VPS? Does AWS provide VPS? The answer is yes, they most certainly do! Amazon Lightsail and Amazon EC2 are the VPS services. What Are the VPS Services AWS Provides? Lightsail and EC2 are the primary services you can think of as AWS VPS. Amazon Lightsail AWS does provide VPS with the Amazon Lighsail service. Lightsail is an easy to use service which will give you click button deployments for many OS and application....

July 26, 2022 · 1 min · chart

4 Reasons You Cannot Ping Your AWS EC2 Instance and How To Fix Them

How to resolve ec2 public ip not working? This guide will explain how to use ping to diagnose an aws ec2 instance public IP not working. The overview is ensuring the public IP is allocated and the checking that your security group, NACL, and networking are configured corectly. How to ping ec2 instance when ping isn’t working? In this guide we will be review how to get ping working for your EC2 instance....

July 1, 2022 · 9 min · chart

☑️1 Step Fix: ModuleNotFoundError: No module named 'awscli'

How to Fix: ModuleNotFoundError: No module named ‘awscli’? You must install or reinstall the awscli pip module for python. Quick Fix for the [ModuleNotFoundError: No module named 'awscli'](modulenotfounderror: No module named 'awscli')error Reinstall/Update the AWS cli python3 -m pip install --upgrade --force-reinstall awscli Test the AWS CLI now works aws –version ModuleNotFoundError: No module named ‘awscli’ error Here is the full text of the error I got: Traceback (most recent call last): File "/home/chart/....

June 7, 2022 · 2 min · chart