AWS CloudWatch Tutorial - EC2 Application Monitoring using SSM, RUN Command and Parameter Store

Поділитися
Вставка
  • Опубліковано 11 лис 2024

КОМЕНТАРІ • 9

  • @ppan
    @ppan Рік тому +1

    very handy tutorial, many thanks :)

  • @vikasthakur6513
    @vikasthakur6513 2 роки тому +2

    Much needed Sir, Thanks.

  • @akshaysurve8776
    @akshaysurve8776 2 роки тому +1

    What you are doing is good for the society ...it's amazing for the new people who wants to work in cloud domain ....but its a request please share code or user data into the description...🙏

    • @devopstutorial
      @devopstutorial  2 роки тому

      ya its a miss, thanks for letting me know - code updated in the description..thanks

  • @Sarathkantipudi
    @Sarathkantipudi Рік тому

    No reflection in log groups even after following the video can't find where I've stepped wrong

    • @Sarathkantipudi
      @Sarathkantipudi Рік тому

      Where can I get the files u have pasted in parameter group.. brother can you please tell me

    • @devopstutorial
      @devopstutorial  Рік тому

      #!/bin/bash
      # Install Apache Web Server
      yum install -y httpd
      # Turn on web server
      systemctl enable httpd.service
      systemctl start httpd.service
      # Setup Web Server
      chmod 755 var/www/html
      touch var/www/html/index.html
      tee -a var/www/html/index.html

    • @devopstutorial
      @devopstutorial  Рік тому

      Try now with the code now - make sure to watch the video again as same steps work for me, so it should work for you as well