Last year, I was first introduced to the concept of cloud computing. I was a 1st-year cybersecurity student with a strong interest in cybersecurity and development. However, when I saw an email from my school on training to represent the school in a cloud computing competition, I thought “Why the heck not” and signed up for it even though I hadn’t the faintest idea what cloud computing was like.
I was introduced to an AWS Cloud Architecting course from AWS Academy themselves. It was filled with lecture videos and practical lab sessions that were to be self-studied. …
About a week ago, I took and passed my AWS Sysops Administrator Associate exam, which was my second AWS certification, the first being Architect Associate. This a short recap on what I did and how I achieved the certification in hopes of helping people who want to take it themselves in the future.
I took this certification after about 3 weeks of preparation and a few resources here and there. The materials I used are listed below and they helped me out so much in passing the exam:
While exploring my passion and interest for cloud computing, I have tried and learnt AWS, Microsoft Azure and Google Cloud Platform. I started off on AWS and learnt how to use the AWS Management Console and AWS CLI. However, when I went to learn Azure and GCP, I realised a very glaring feature that AWS lacked. Azure and GCP each had their respective Cloud Shells, which were very useful. GCP had a cloud shell since its birth if I am not mistaken. …
Amazon Machine Images (AMIs) help speed up the process of setting up EC2 instances by providing a packaged environment containing software configuration and other information required to start an EC2 instance.
Treat AMIs like a template, which contains the operating system, application server and any additional dependencies or application that is a part of it.
When setting up an EC2 instance, you have to choose an AMI. When you launch your first EC2 instance, you will probably use default AWS AMIs or community AMIs, but you can save you own as well.
An AMI contains one or more EBS snapshots…
If you are new to Amazon Web Services, this simple guide will be a great tool to help you learn how to launch EC2 instances into the cloud. EC2 instances are probably one of the most common and most used services in the AWS Cloud. EC2 instances are virtual machines and servers which customers can easily request and provision in the cloud.
There are many OS that can be used, such as Ubuntu, Windows, Linux and more. Instances also come in many types, with differing prices, compute power, RAM, processors and other options in order to best suit your needs.
…
About a week ago AWS introduced FIFO topics for Amazon SNS. FIFO helps preserve message order and ensures there is no duplicate message delivery to SNS subscribers.
Amazon Simple Notification Service is used as a pub/sub messaging system, where a message is published to a topic and delivered to all subscribers of that topic. SNS allows message delivery to a large number of subscribers, who can each set filter policies to only receive messages relevant to them.
You can use topics to fan-out messages to multiple queues or applications to help decouple microservices and create distributed systems or serverless applications.
…
Have you ever looked at a couple and wondered, “Why can’t I be like them?”. Nowadays, seemingly everyone we know is in a relationship. This is especially true if you are around my age, where teenage hormones are raging and everyone around you from your friends to your classmates to the nerdy guy in school are all getting a significant other. If you are older, you may have been pressured by your parents or relatives to find a partner and settle down as well.
So why are you single?
Before I start, don’t sweat it if you are single. There…
Not a fan of the AWS Management Console? Maybe it’s too much of a pain to click through the set-up wizard 10 times just to launch 10 EC2 instances. Well, AWS CLI is just the tool for you.
AWS CLI is a tool which allows you to manage and monitor your AWS services from a terminal session in your client. The benefit of AWS CLI is that you can run automation scripts or shells to easily provision resources. AWS CLI also provides direct access to AWS Service APIs and extended functionality for your needs.
AWS CLI is easy to install…
Most of us live our lives trying to figure out how to be happy. We play games, meet friends, go for a drink or just simply read a book in order to search for happiness.
Happiness is not only good for yourself but your relationships as well. When you are happy, the people around you naturally draw on your positive energy, which helps perk them up as well.
Some of the most common downfalls of humans these days are depression, anxiety, sadness, loneliness and other bad stuff. We all want to be happy, but how do we achieve that?
Luckily…
I am sure you have met a toxic person at least once in your life so far. Even if you are fortunate enough to not meet one yet, you are bound to come across one of them at some point in your life. For all you know, you may be one of them too, unknowingly.
Everyone knows these people are very difficult and draining to deal with. It can challenge your mental fortitude and push you to the absolute limit of your tolerance. These toxic people like causing endless conflict and making others feel bad about themselves.
Most of us…
Cybersecurity student interested in all things technology and self-improvement. I love learning new things and sharing them with the world.