MultiCloud Classroom notes 03/Aug/2025

EC2 – Finding boot information

  • Instance screenshot
    Preview
    Preview
  • Get System Log will show the logs during boot
    Preview

Azure VM – Finding boot information

  • Boot Diagnostics
    Preview
  • 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
    Preview
  • Agent also lets you reset passwords and create new privileged users.
    Preview

Monitoring the Virtual machine

  • Both AWS and Azure by default show certain critical information about your vm/ec2 instance at no extra cost.
  • Azure
    Preview
    Preview
  • AWS
    Preview
    Preview
  • 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 Reply

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

Please turn AdBlock off
Social Media Icons Powered by Acurax Web Design Company

Discover more from Direct DevOps from Quality Thought

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

Continue reading

Visit Us On FacebookVisit Us On LinkedinVisit Us On Youtube