How to monitor memory usage on AWS EC2 ??
If you open a panel with EC2 metrics, you’ll notice that there are no metrics for RAM usage. You won’t find them in CloudWatch either.… Read More »How to monitor memory usage on AWS EC2 ??
Blog entries about automation. Tag created to organize and group all automation entries. Thanks to these entries, you will significantly speed up the execution of tasks, reduce the number of errors made and increase reliability. New entries will be added automatically as soon as they appear on the blog.
If you open a panel with EC2 metrics, you’ll notice that there are no metrics for RAM usage. You won’t find them in CloudWatch either.… Read More »How to monitor memory usage on AWS EC2 ??
Hi, if you are wondering if it is possible to safely connect from EC2 to S3 without using credentials or password (in AWS). I have… Read More »Access to private AWS S3 bucket from EC2 without login and password in 5 steps
Amazon S3 is really cheap cloud storage. Below are some examples that will help with the automation processes. On S3, you can upload files that… Read More »AWS S3 CLI – some tips for automation
Today, a quick topic about customizing email notifications from AWS. Most people who use AWS get messages from Amazon. Some of the emails are related… Read More »How to customize event notifications from AWS ?
We usually store a lot of files during our work. Fast internet and data availability support this very much. Unfortunately, a very large part of… Read More »Automatically delete old files from AWS S3
I’ve already written how to send notifications from Azure to MS Teams (link). Today I will show you how to send notifications from AWS to… Read More »Notifications from AWS on MS Teams
In the last post, I showed how to replace disks in Azure Virtual Machines using the PowerShell script. You only need a disk image and… Read More »How to move a snapshot to another region?
Hi today, a quick topic on swap the disk containing the operating system OS in virtual machines (VM) in Azure. In the article I will… Read More »Swap the OS Disk of an Azure VM