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

VK Seth - AWS Devops June 16, 2022
Video Thumbnail

VK Seth - AWS Devops

View Channel

About

No channel description available.

Video Description

In this video you will learn How to Monitor application running inside EC2 using CloudWatch unified agent How to Install Cloudwatch agent using SSM RUN command How to create Json Document in SSM, create log group and configure metrics using SSM RUN command How to Store Documents in Parameter store in System Manager or SSM How do I add AWS CloudWatch to EC2 instance? How do I update CloudWatch agent using SSM? Install cloudwatch agent using SSM and creating document and store in parameter in SSM How do I install CloudWatch Just follow the steps given in the video. Do let me know in comments if you face any problem ============================ #aws #awstutorial #awstutorialforbeginners #awstutorials #vk seth #cloudwatch #ssm #monitoring #ec2 ========================== Learn • EC2 Application Monitoring using SSM, RUN Command and Parameter Store ============================ 00:00 - Introduction 01:20 - Creating AWS IAM ROLE 03:00 - Creating AWS EC2 Machine/Instance 07:00 - How to install package on EC2 Instance using SSM Run Command 09:40 - Creating Json Document to install cloudwatch configration 15:30 - CloudWatch Logs group 17:30 - Creating Cloudwatch Metrics, Alarms ====================================== Code { "logs": { "logs_collected": { "files": { "collect_list": [ { "log_group_name": "HttpAccessLog", "file_path": "/var/log/httpd/access_log", "log_stream_name": "{instance_id}", "timestamp_format": "%b %d %H:%M:%S" }, { "log_group_name": "HttpErrorLog", "file_path": "/var/log/httpd/error_log", "log_stream_name": "{instance_id}", "timestamp_format": "%b %d %H:%M:%S" } ] } } }, "metrics": { "metrics_collected": { "cpu": { "measurement": [ "cpu_usage_idle", "cpu_usage_iowait", "cpu_usage_user", "cpu_usage_system" ], "metrics_collection_interval": 10, "totalcpu": false }, "disk": { "measurement": [ "used_percent", "inodes_free" ], "metrics_collection_interval": 10, "resources": [ "*" ] }, "diskio": { "measurement": [ "io_time" ], "metrics_collection_interval": 10, "resources": [ "*" ] }, "mem": { "measurement": [ "mem_used_percent" ], "metrics_collection_interval": 10 }, "swap": { "measurement": [ "swap_used_percent" ], "metrics_collection_interval": 10 } } } } ===== THINGS YOU NEED TO KNOW Most Recent Video - https://youtu.be/CC0WX6nRKX0 Most Trending Video - https://youtu.be/Ee0GX668aYc ============================================ Playlists Terraform playlist - https://youtube.com/playlist?list=PLpLjvo3GR71urQn7RNj-Hokw60NX3C5-R Python-boto3-AWS playlist - https://youtube.com/playlist?list=PLpLjvo3GR71tQvNWutAe4YWbShtfGbdhk Docker playlist - https://youtube.com/playlist?list=PLpLjvo3GR71sKtwJLbzxn3fnmIxnqpIWr AWS-EC2 playlist - https://youtube.com/playlist?list=PLpLjvo3GR71stF6P90EDrjf1bCYNR9uwH AWS Tutorial playlist - https://youtube.com/playlist?list=PLpLjvo3GR71uHS4ESDSVT_yg2HeAXvB2V Devops with AWS Playlist - https://youtube.com/playlist?list=PLpLjvo3GR71t0yUHw5NvL2tsvZXqWFVYH AWS IAM Playlist - https://youtube.com/playlist?list=PLpLjvo3GR71s-J0PAEd8ntS0sdUsOpJN8 AWS-Lambda Playlist - https://youtube.com/playlist?list=PLpLjvo3GR71u8TgqvTd7iCyy8CTi7rsBf Python playlist - https://youtube.com/playlist?list=PLpLjvo3GR71u1J6BKBfZvwMpxHFfcln04 Git playlist - https://youtube.com/playlist?list=PLpLjvo3GR71ufBv7csReXdGElrLle4xnH =============================================== Thanks for watching! If you like my content, please subscribe. ============================================ WHO AMI I : I am Vicky Seth, a DEVOPS—AWS—CLOUD Engineer, I use my technical background to make videos about technology that help you to grow. Email - [email protected]

You May Also Like

No Recommendations Found

No products were found for the selected channel.