How to increase the disk space of an AWS EC2 Ubuntu instance
In this article, we will increase the disk space of the boot volume (root partition) with the filesystem of type ext4 of Ubuntu 20.04 Server.
Read MoreIn this article, we will increase the disk space of the boot volume (root partition) with the filesystem of type ext4 of Ubuntu 20.04 Server.
Read MoreThis article will help you with the steps to host a static website on S3 and redirect traffic from your subdomain to the static website on the S3 bucket.
Read MoreA Parameter Group contains configuration to be used by the DB instances on AWS. In this article, we will see the steps to create a new Parameter group, change the default value of one of the parameters and assign it to the MySql DB instances.
Read MoreAWS Transfer Family supports Secure File Transfer Protocol (SFTP), File Transfer Protocol over SSL (FTPS), and File Transfer Protocol (FTP) to transfer files to and from AWS S3 or AWS EFS(Elastic File System). In this article, we will see the steps to …
Read MoreThe idea behind subscribing to SQS in SNS is to send messages from SNS to SQS. One can send both raw messages and any other message attributes included in the SNS message.
Read MoreKops is used to bringing up the Kubernetes cluster in the easiest possible way. It is a command-line tool used to create Kubernetes Clusters. In this article, we will see the steps to create a Kubernetes cluster with 1 master and 1 worker node on AWS.
Read MoreONLYOFFICE Desktop Editors is a free open-source office suite pack that comprises offline editors for text documents, spreadsheets, and presentations. In this tutorial, we’ll learn how to install the latest version (v.6.1) of ONLYOFFICE Desktop Editors…
Read MoreIntroductionLinux continues to be an underappreciated OS. Despite its large presence in the tech industry and among tech enthusiasts, many ignore Linux in favor of more popular OS’s, such as Windows and MacOS.There’s a reason for Linux’s small(er) fanb…
Read MoreIn this article, we will release Apache from the existing chart. We will create a sample chart and release, upgrade, rollback, delete and restore it. Let’s see the commands in brief before we use them in the article later.
Read MoreWe can use Cloudwatch to view and analyze metrics for SNS Topics we have in our account. In this article, we will see steps to create an alarm for the "NumberOfNotificationsDelivered" metric for the existing SNS Topic.
Read MoreMonitoring your RDS instances is very important, and the same applies to other resources. In this article, we will create a simple alarm for an RDS MySQL instance which will check for free storage space on the instance.
Read MoreIn this article, we will cover creating a branch, tag, renaming the branch, and revert the commits on Git. If you are new to Git, I would recommend you to first go through my previous article and then continue with this.
Read MoreSystemd a standard process for managing start-up services in Linux operating systems. It is used for controlling which programs run when the Linux system boots up. In this tutorial, we will explain how to manage services with systemd on Linux.
Read MoreIn this article, we will see the steps to move objects (Transition Action) to Glacier after 10 days of creation and delete(Expirations Action) them after 365 days of creation.
Read MoreIn this article, we will create an EC2 instance with the latest Linux AMI using Cloudformation hence knowing the basics of cloud formation is required.
Read MoreCloudwatch provides Storage Metrics and Request Metrics for S3 Buckets. Storage Metrics come up with no extra cost and provided once a day whereas Request Metrics are available at 1-minute intervals and incur charges.
Read MoreIt is recommended to enable Multifactor Authentication (MFA) for your AWS account. MFA is used to secure your AWS account, it adds an extra layer of security to the account. This guide shows you how to access your account when the 2nd-factor device is …
Read MoreAWS SNS is a Simple Notification Service. It can be used by Cloudwatch to send alert emails. In this article, we will create an SNS topic using Cloudformation and subscribe to an email endpoint.
Read MoreGit is a distributed version control system. It is used for tracking changes in any files. It was designed for coordinating work among programmers operating on source code during the software development process. In this article, I will show you the co…
Read MoreElastic Container Service is a fully managed container orchestration service provided by AWS. In this article, we will create an ECS cluster and deploy a sample Nginx application onto it. We will create a test cluster to understand the cluster setup. Y…
Read More