Tag Archives: aws
Crafting Your Own Private VPN on AWS: A Comprehensive Guide for Beginners 2024
Two weeks ago, I made a promise in my A Blogger’s Guide to Using Cloudflare blog post to delve deeper into the world of VPNs. Today, I’m delivering on that promise. Let’s embark on a journey to create your own private VPN on AWS. Understanding the Basics: Privacy vs. Anonymity Before diving into the technicalities,…
Extend the file system of EBS volumes on AWS EC2
To extend the file system of an EBS volume on an AWS EC2 instance, you can follow these steps: Login to AWS, then EC2 Choose the instance you want to extend EBS. Under the storage tab, click on the volume ID Choose the volume, then action and Modify the volume. Enter the new volume and…
How to Create and Reset Key Pair in Ubuntu: A Step-by-Step Guide
If you are completely locked out of Ubuntu by losing your key pair or root password, do not panic. there is a way to reset your key pair or root password. Follow these steps to be able to gain access again. These steps should work on any Linux but it was only tested on Ubuntu…
Setting Up an AWS EC2 CentOS Instance: A Comprehensive Guide
Create an AWS EC2 CentOS Instance: Go to AWS Go to EC2 Click on Launch Instance Click AWS Marketplace on the left side. Type centos Choose CentOS 7 (x86_64) – With Updates HVM. Choose t2.micro then Next: Configure Instance Details Click Next: Add Tags Click Add Tag and type Click Next: Configure Security Group Add…
Launching and Accessing AWS EC2 Instances
The Amazon Elastic Compute Cloud (AWS EC2) is a robust web service offered by Amazon. It provides secure and scalable compute capacity in the cloud, tailored to streamline web-scale cloud computing for developers. Launching an AWS EC2 Instance Setting up your AWS EC2 instance is a straightforward process. Follow the steps below to launch your…