MultiCloud Classroom notes 26/Feb/2026

virtual machine in aws

  • ec2 instance ==> VM

  • ebs ==> disk

  • instance type ==> cpu, memory

  • public ip (static ip)

  • secuity group ==> firewall

    • inbound rule
    • outbound rule
  • keypair

    • import
    • create
    • public & pravite file
  • operating system

    • linux/unix ==> debian (debian & ubuntu), redhat (redhat, centos, Amazonlinux)
    • windows
    • mac

create ec2 instance (watch class room recording)

connect ec2 instance:

* ssh username@ipaddress ==> ask password 
* ssh -i <path of pemfile> user@ipaddress
* run below cmd to install apache2 in ubutu server
    * sudo apt-get update
    * sudo apt-get install apache2 -y
    * sudo systemctl status apache2

* Now check appache web page url: http://<ipaddress>

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%%