MultiCloud Classroom notes 03/Aug/2025

EC2 – Finding boot information

  • Instance screenshot

  • Get System Log will show the logs during boot

Azure VM – Finding boot information

  • Boot Diagnostics
  • In Azure VMs by default in many popular vm images agent is present.
  • This agent will help us (admin) to connect to vm without ssh credentials
  • Agent also lets you reset passwords and create new privileged users.

Monitoring the Virtual machine

  • Both AWS and Azure by default show certain critical information about your vm/ec2 instance at no extra cost.
  • Azure

  • AWS

  • Lets install a tool called as stress
sudo apt update && sudo apt install stress
  • Now create a script
#!/bin/bash

while true; do
  stress --cpu 8 --io 4 --vm 2 --vm-bytes 128M --timeout 60s -v
  sleep 30s
done
  • Watch classroom recording for steps & visuals
  • Lets try monitoring CPU Utilization in AWS
  • Lets try monitoring CPU Utilization in Azure
Published
Categorized as Uncategorized Tagged

By continuous learner

devops & cloud enthusiastic learner

Leave a ReplyCancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Animated Social Media Icons by Acurax Responsive Web Designing Company

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Exit mobile version
%%footer%%