SlideShare a Scribd company logo
Copyright © 2019. Infor. All Rights Reserved.
Application & Account Monitoring
in AWS
Bhuvaneswari Subramani
(2)
Amazon CloudWatch
Agenda
Application vs Account Monitoring
AWS CloudTrail
Practical Usage
Application vs Account
Monitoring
SECTION 01
(3)
(4)
M o n i t o r i n g
Application vs Account Monitoring
Instance with
CloudWatch
Agent
AWS Resource
Monitoring
Application
Logs
Application
Monitoring
(5)
M o n i t o r i n g
Application vs Account Monitoring
WEB
CONSOLE
COMMAND
LINE TOOLS
SDK
Account
Monitoring
Instance with
CloudWatch
Agent
AWS Resource
Monitoring
Application
Logs
Application
Monitoring
(6)
M o n i t o r i n g
Application vs Account Monitoring
ACCOUNT
MONITORING
AWS CloudTrail
Monitors API Activity
Enabled by default
One trail per region is free
Delivers an event within 15 mins of API Call
APP & AWS RESOURCE
MONITORING
Amazon CloudWatch
Monitors App & AWS Resources
Enabled by default
Basic monitoring at 5 min interval is free
Basic, detailed monitoring at 5 & 1 min interval
Amazon CloudWatch
SECTION 02
(7)
(8)
C l o u d Wa t c h
Amazon CloudWatch
Collect and track metrics
Set Alarms
Collect and monitor log files
Automatically react to changes in
your AWS resources
A monitoring service for AWS cloud resources and the applications you run on AWS or on
On-Premise
(9)
C l o u d Wa t c h
Accessing CloudWatch
AWS Management
Console
AWS Command Line
Tools
AWS SDKs
Amazon CloudWatch
API
(10)
C l o u d Wa t c h
How CloudWatch Works
CW Agent
from EC2
Amazon
CloudWatch
Other Metrics…
SRV1 – CPU-Percent
Hrs / Week - Count
SRV2- CPU-Percent
Metrics
Amazon
CloudWatch
Alarm
AWS Management
Console
Statistics
Consumer
Auto Scaling
Actions
SNS Email
notification
Available
Statistics
Source
CW Agent from
On-prem server
(11)
C l o u d Wa t c h
CloudWatch Key Concepts
Metrics Dashboards Alarms
Logs Events
(13)
C l o u d Wa t c h
CloudWatch Metrics
• Metrics are data about the performance of your systems
• AWS services send metrics to CloudWatch, and you can send your own custom
metrics to CloudWatch.
• Metric data cannot be deleted; It retires after 15 months
• Metrics exist only in the Region in which they are created
• You can view from CloudWatch console as well as respective Service console
• Supported Metrics
(14)
C l o u d Wa t c h
CloudWatch Metrics
(15)
15,269
C l o u d Wa t c h
CloudWatch Metrics
(16)
High
Resolution
Custom
Metrics
Data points with a period < 60 seconds
Available for 3 hours
Detailed
Data points with a period = 60 seconds (1 min)
Available for 15 days
Standard
Data points with a period < 60 seconds (5 min)
Available for 63 days
Extended
Retention
Data points with a period = 3000 seconds (1 hr)
Available for 455 days (15 months)
C l o u d Wa t c h
Data Retention for Metrics
(17)
C l o u d Wa t c h
Data Retention for Metrics
High
Resolution
Custom
Metrics
Data points with a period < 60 seconds
Available for 3 hours
Detailed
Data points with a period = 60 seconds (1 min)
Available for 15 days
Standard
Data points with a period < 60 seconds (5 min)
Available for 63 days
Extended
Retention
Data points with a period = 3000 seconds (1 hr)
Available for 455 days (15 months)
(18)
C l o u d Wa t c h
CloudWatch Dashboards
• Amazon CloudWatch dashboards are customizable to monitor resources spread
across different regions
• Dashboards can be created by using the console, the AWS CLI, or
the PutDashboard API.
• Can create Cross Region & Cross Account Dashboards
• Key Attributes
• Automated Dashboards pre-built with AWS Service
• Can share Dashboards
• Auto refresh
(19)
C l o u d Wa t c h
CloudWatch Dashboards
(20)
C l o u d Wa t c h
CloudWatch Alarms
• You can create an alarm to monitor any Amazon CloudWatch metric in your
account
• States – OK || ALARM || INSUFFICIENT_DATA
• Example:
• Watch CPU utilization & Alert / Act as part of ASG
• Amazon SQS queue length
• Billing Alert
(21)
C l o u d Wa t c h
CloudWatch Alarms - Billing
(22)
C l o u d Wa t c h
CloudWatch Logs
• CloudWatch Logs lets you monitor and troubleshoot your systems and applications
using your existing system, application and custom log files.
• Create LogGroups for focused monitoring
• LogStream – sequence of log events from the same source
• Log Categories
• Vended Logs
Ø Custom metrics cannot be deleted but expires based on the retention policy
• Logs published by AWS services
Ø Ex: Amazon API Gateway, AWS Lambda, AWS CloudTrail, and many others.
• Custom Logs
Ø Logs from your own application and on-premises resources
(23)
C l o u d Wa t c h
CloudWatch Logs
(24)
C l o u d Wa t c h
CloudWatch Events
• Amazon CloudWatch Events (CWE) is a stream of system events describing changes
in your AWS resources.
• Write & associate rules with events to take automated actions
• Helps to respond to state changes
• You can schedule Events at Fixed schedule using Unix cron syntax
(25)
ShutdownEC2Instance
12
C l o u d Wa t c h
CloudWatch Events
Amazon CloudTrail
SECTION 03
(28)
(29)
C l o u d Tr a i l
Amazon CloudTrail
Security Analysis
Visibility into resource
& user activity
Compliance
Troubleshooting
AWS CloudTrail allows AWS customers to record API calls, sending log files to Amazon S3
buckets or Amazon CloudWatch for storage.
(30)
C l o u d Tr a i l
How CloudTrail Works
S3 SNS Email
notification
Source AWS
CloudTrail
AWS SDK
AWS Management
Console
AWS Command Line
Interface
Trail
Per Region
All Region
Events
Management
Events
Data Events
Organizations
Yes
No
Amazon
CloudWatch
Alarm
(31)
C l o u d Tr a i l
CloudTrail Key Concepts
Trails Insights
Event
History
Dashboard
(32)
C l o u d Tr a i l
Tech Tales of a Trail
• A trail can be created specific to one region or all regions
• An Organization trail can be created in master account
• Members can view but not modify or delete
• You can alter region, insights after trail is created
• CloudTrail typically delivers log files within 15 minutes of account activity
• Encryption
• By default, CloudTrail event log files are encrypted using Amazon S3 server-side
encryption (SSE)
• You can also encrypt your log files with an AWS Key Management Service (AWS
KMS) key
(33)
C l o u d Tr a i l
Tech Tales of a Trail – continued..
• Events
• Management Events – logs control plane events
• User Activity – Ex: Login
• Configuring Security – Ex: IAM
• Setup logging - Ex: Create trail
• Data Events – logs data plane events
• Amazon S3 object-level Event
• AWS Lambda function execution activity
(34)
C l o u d Tr a i l
Create
Trail
(35)
C l o u d Tr a i l
Create
Trail
(36)
C l o u d Tr a i l
Create
Trail
ShutdownEC2Instance
(37)
C l o u d Tr a i l
Create
Trail
(38)
C l o u d Tr a i l
Insight Events
• CloudTrail Insights events capture unusual activity in your AWS account
• By default disabled when you create a trail
• Insights gets logged in separate suffix in S3 bucket (CloudTrail_Insights)
• When does it logs ?
• An Insights event is logged at the start of the unusual activity
• And ten minutes later, when the unusual activity ends, another Insights event is
logged to mark the end of the unusual activity
• Example:
Assume you usually delete 5 S3 buckets in a week and suddenly it goes up to
30, Insights will log that event separately
(39)
<bucket name> <Account no>
<bucket name>
C l o u d Tr a i l
Insight Events
(40)
C l o u d Tr a i l
Event History
• Event history contains the activities taken by
• Users
• Groups
• Supported AWS services your AWS account
(41)
C l o u d Tr a i l
CloudTrail Events History
(42)
C l o u d Tr a i l
Dashboard
Usage
SECTION 04
(43)
(44)
U s a g e
CloudWatch & CloudTrail Usage
Log
Everything
Centrally
AWS
CloudTrail
• Enable in All regions
• Log to central bucket in security
account
AWS
Config
• Turn on & log to central
bucket in security account
• Include global resources
VPC
Flowlogs
Application
Logs
Amazon
S3
Amazon
Glacier
(45)
U s a g e
CloudWatch & CloudTrail Usage
Log
Everything
Centrally
AWS
CloudTrail
• Enable in All regions
• Log to central bucket in security
account
AWS
Config
• Turn on & log to central
bucket in security account
• Include global resources
VPC
Flowlogs
Application
Logs
Amazon
S3
Amazon
Glacier
Amazon
ElasticSearch
Amazon EC2 Amazon
CloudWatch
(46)
U s a g e
CloudWatch & CloudTrail Pricing
AWS CloudTrail
One trail per region is free
Management event for first trail is free but data
event, Insights are chargeable
$0.10 per 100,000 Data events
CloudTrail Insights events are charged
at $0.35 per 100,000 write management
events analyzed
Refer CloudTrail Pricing for up-to-date rate
Amazon CloudWatch
Basic monitoring at 5 min interval is free
Detailed monitoring at 1 min interval is
chargeable
$0.30 per metric for first 10,000 metrics
$0.01 per 1,000 metrics requested through
GetMetricData, GetInsightRuleReport API
Refer CloudWatch Pricing for up-to-date rate
(47)
U s a g e
CloudWatch & CloudTrail Pricing
AWS CloudTrail
One trail per region is free
Management event for first trail is free but data
event, Insights are chargeable
$0.10 per 100,000 Data events
CloudTrail Insights events are charged
at $0.35 per 100,000 write management
events analyzed
Refer CloudTrail Pricing
Amazon CloudWatch
Basic monitoring at 5 min interval is free
Detailed monitoring at 1 min interval is
chargeable
$0.30 per metric for first 10,000 metrics
$0.01 per 1,000 metrics requested through
GetMetricData, GetInsightRuleReport API
Refer CloudWatch Pricing
(48)
U s a g e
Reference Links
• Amazon CloudWatch MindMap
• Amazon CloudWatch User Guide
• AWS CloudTrail User Guide
• AWS Pricing Calculator
Copyright © 2019. Infor. All Rights Reserved.
Thank you
Copyright © 2019. Infor. All Rights Reserved.
https://installjournal.blogspot.com
https://www.linkedin.com/in/bhuvanas/
@installjournal

More Related Content

What's hot

Fundamentals of AWS Security
Fundamentals of AWS SecurityFundamentals of AWS Security
Fundamentals of AWS Security
Amazon Web Services
 
Intro to AWS: EC2 & Compute Services
Intro to AWS: EC2 & Compute ServicesIntro to AWS: EC2 & Compute Services
Intro to AWS: EC2 & Compute Services
Amazon Web Services
 
Aws storage
Aws storageAws storage
Aws storage
Chandan Ganguly
 
AWS Webcast - Business Continuity in the AWS Cloud
AWS Webcast - Business Continuity in the AWS CloudAWS Webcast - Business Continuity in the AWS Cloud
AWS Webcast - Business Continuity in the AWS Cloud
Amazon Web Services
 
AWS Cloud trail
AWS Cloud trailAWS Cloud trail
AWS Cloud trail
zekeLabs Technologies
 
AWS Lambda
AWS LambdaAWS Lambda
AWS Lambda
Andrew Dixon
 
(Draft) Kubernetes - A Comprehensive Overview
(Draft) Kubernetes - A Comprehensive Overview(Draft) Kubernetes - A Comprehensive Overview
(Draft) Kubernetes - A Comprehensive Overview
Bob Killen
 
Aws cloud watch
Aws cloud watchAws cloud watch
Aws cloud watch
Mahesh Raj
 
AWS Control Tower
AWS Control TowerAWS Control Tower
AWS Control Tower
Gerald Bachlmayr
 
Introduction to Kubernetes
Introduction to KubernetesIntroduction to Kubernetes
Introduction to Kubernetes
Paris Apostolopoulos
 
Pre-launch Checklist for Going Production on AWS
Pre-launch Checklist for Going Production on AWS Pre-launch Checklist for Going Production on AWS
Pre-launch Checklist for Going Production on AWS
Amazon Web Services
 
AWS WAF
AWS WAFAWS WAF
Cloud Security (AWS)
Cloud Security (AWS)Cloud Security (AWS)
Cloud Security (AWS)
Scott Arveseth
 
Intro to AWS: Database Services
Intro to AWS: Database ServicesIntro to AWS: Database Services
Intro to AWS: Database Services
Amazon Web Services
 
Building a well-engaged and secure AWS account access management - FND207-R ...
 Building a well-engaged and secure AWS account access management - FND207-R ... Building a well-engaged and secure AWS account access management - FND207-R ...
Building a well-engaged and secure AWS account access management - FND207-R ...
Amazon Web Services
 
Identity and Access Management: The First Step in AWS Security
Identity and Access Management: The First Step in AWS SecurityIdentity and Access Management: The First Step in AWS Security
Identity and Access Management: The First Step in AWS Security
Amazon Web Services
 
Introduction to AWS IAM
Introduction to AWS IAMIntroduction to AWS IAM
Introduction to AWS IAM
Knoldus Inc.
 
ABCs of AWS: S3
ABCs of AWS: S3ABCs of AWS: S3
ABCs of AWS: S3
Mark Cohen
 
AWS Simple Storage Service (s3)
AWS Simple Storage Service (s3) AWS Simple Storage Service (s3)
AWS Simple Storage Service (s3)
zekeLabs Technologies
 
AWS Security Hub
AWS Security HubAWS Security Hub
AWS Security Hub
Crishantha Nanayakkara
 

What's hot (20)

Fundamentals of AWS Security
Fundamentals of AWS SecurityFundamentals of AWS Security
Fundamentals of AWS Security
 
Intro to AWS: EC2 & Compute Services
Intro to AWS: EC2 & Compute ServicesIntro to AWS: EC2 & Compute Services
Intro to AWS: EC2 & Compute Services
 
Aws storage
Aws storageAws storage
Aws storage
 
AWS Webcast - Business Continuity in the AWS Cloud
AWS Webcast - Business Continuity in the AWS CloudAWS Webcast - Business Continuity in the AWS Cloud
AWS Webcast - Business Continuity in the AWS Cloud
 
AWS Cloud trail
AWS Cloud trailAWS Cloud trail
AWS Cloud trail
 
AWS Lambda
AWS LambdaAWS Lambda
AWS Lambda
 
(Draft) Kubernetes - A Comprehensive Overview
(Draft) Kubernetes - A Comprehensive Overview(Draft) Kubernetes - A Comprehensive Overview
(Draft) Kubernetes - A Comprehensive Overview
 
Aws cloud watch
Aws cloud watchAws cloud watch
Aws cloud watch
 
AWS Control Tower
AWS Control TowerAWS Control Tower
AWS Control Tower
 
Introduction to Kubernetes
Introduction to KubernetesIntroduction to Kubernetes
Introduction to Kubernetes
 
Pre-launch Checklist for Going Production on AWS
Pre-launch Checklist for Going Production on AWS Pre-launch Checklist for Going Production on AWS
Pre-launch Checklist for Going Production on AWS
 
AWS WAF
AWS WAFAWS WAF
AWS WAF
 
Cloud Security (AWS)
Cloud Security (AWS)Cloud Security (AWS)
Cloud Security (AWS)
 
Intro to AWS: Database Services
Intro to AWS: Database ServicesIntro to AWS: Database Services
Intro to AWS: Database Services
 
Building a well-engaged and secure AWS account access management - FND207-R ...
 Building a well-engaged and secure AWS account access management - FND207-R ... Building a well-engaged and secure AWS account access management - FND207-R ...
Building a well-engaged and secure AWS account access management - FND207-R ...
 
Identity and Access Management: The First Step in AWS Security
Identity and Access Management: The First Step in AWS SecurityIdentity and Access Management: The First Step in AWS Security
Identity and Access Management: The First Step in AWS Security
 
Introduction to AWS IAM
Introduction to AWS IAMIntroduction to AWS IAM
Introduction to AWS IAM
 
ABCs of AWS: S3
ABCs of AWS: S3ABCs of AWS: S3
ABCs of AWS: S3
 
AWS Simple Storage Service (s3)
AWS Simple Storage Service (s3) AWS Simple Storage Service (s3)
AWS Simple Storage Service (s3)
 
AWS Security Hub
AWS Security HubAWS Security Hub
AWS Security Hub
 

Similar to Application & Account Monitoring in AWS

Cloudwatch: Monitoring your Services with Metrics and Alarms
Cloudwatch: Monitoring your Services with Metrics and AlarmsCloudwatch: Monitoring your Services with Metrics and Alarms
Cloudwatch: Monitoring your Services with Metrics and Alarms
Felipe
 
Using CloudTrail to Enhance Compliance and Governance of S3 - AWS Online Tech...
Using CloudTrail to Enhance Compliance and Governance of S3 - AWS Online Tech...Using CloudTrail to Enhance Compliance and Governance of S3 - AWS Online Tech...
Using CloudTrail to Enhance Compliance and Governance of S3 - AWS Online Tech...
Amazon Web Services
 
AWS Cloudtrail JSP.pptx
AWS Cloudtrail JSP.pptxAWS Cloudtrail JSP.pptx
AWS Cloudtrail JSP.pptx
Jayesh Patil
 
Training AWS: Module 9 - CloudWatch
Training AWS: Module 9 - CloudWatchTraining AWS: Module 9 - CloudWatch
Training AWS: Module 9 - CloudWatch
Bùi Quang Lâm
 
AWS re:Invent 2016: Automated Governance of Your AWS Resources (DEV302)
AWS re:Invent 2016: Automated Governance of Your AWS Resources (DEV302)AWS re:Invent 2016: Automated Governance of Your AWS Resources (DEV302)
AWS re:Invent 2016: Automated Governance of Your AWS Resources (DEV302)
Amazon Web Services
 
Using AWS CloudTrail and AWS Config to Enhance Governance and Compliance of A...
Using AWS CloudTrail and AWS Config to Enhance Governance and Compliance of A...Using AWS CloudTrail and AWS Config to Enhance Governance and Compliance of A...
Using AWS CloudTrail and AWS Config to Enhance Governance and Compliance of A...
Amazon Web Services
 
Automated Compliance and Governance with AWS Config and AWS CloudTrail - June...
Automated Compliance and Governance with AWS Config and AWS CloudTrail - June...Automated Compliance and Governance with AWS Config and AWS CloudTrail - June...
Automated Compliance and Governance with AWS Config and AWS CloudTrail - June...
Amazon Web Services
 
Cloudwatch: Monitoring your AWS services with Metrics and Alarms
Cloudwatch: Monitoring your AWS services with Metrics and AlarmsCloudwatch: Monitoring your AWS services with Metrics and Alarms
Cloudwatch: Monitoring your AWS services with Metrics and Alarms
Felipe
 
Automated Governance of Your AWS Resources
Automated Governance of Your AWS ResourcesAutomated Governance of Your AWS Resources
Automated Governance of Your AWS Resources
Amazon Web Services
 
Using AWS CloudTrail and AWS Config to Enhance the Governance and Compliance ...
Using AWS CloudTrail and AWS Config to Enhance the Governance and Compliance ...Using AWS CloudTrail and AWS Config to Enhance the Governance and Compliance ...
Using AWS CloudTrail and AWS Config to Enhance the Governance and Compliance ...
Amazon Web Services
 
The Power of Now! Azure Stream Analytics - Microsoft ITPro AirLift
The Power of Now! Azure Stream Analytics - Microsoft ITPro AirLiftThe Power of Now! Azure Stream Analytics - Microsoft ITPro AirLift
The Power of Now! Azure Stream Analytics - Microsoft ITPro AirLift
Rui Quintino
 
Revolutionising Cloud Operations with AWS Config, AWS CloudTrail and AWS Clou...
Revolutionising Cloud Operations with AWS Config, AWS CloudTrail and AWS Clou...Revolutionising Cloud Operations with AWS Config, AWS CloudTrail and AWS Clou...
Revolutionising Cloud Operations with AWS Config, AWS CloudTrail and AWS Clou...
Amazon Web Services
 
Scott Paddock's AWS Chicago Healthcare slides - 2016
Scott Paddock's AWS Chicago Healthcare slides - 2016Scott Paddock's AWS Chicago Healthcare slides - 2016
Scott Paddock's AWS Chicago Healthcare slides - 2016
AWS Chicago
 
Chicago AWS meetup
Chicago AWS meetupChicago AWS meetup
Chicago AWS meetup
Scott Paddock
 
Revolutionising Cloud Operations with AWS Config, AWS CloudTrail and AWS Clou...
Revolutionising Cloud Operations with AWS Config, AWS CloudTrail and AWS Clou...Revolutionising Cloud Operations with AWS Config, AWS CloudTrail and AWS Clou...
Revolutionising Cloud Operations with AWS Config, AWS CloudTrail and AWS Clou...
Amazon Web Services
 
AWS July Webinar Series - Troubleshooting Operational and Security Issues in ...
AWS July Webinar Series - Troubleshooting Operational and Security Issues in ...AWS July Webinar Series - Troubleshooting Operational and Security Issues in ...
AWS July Webinar Series - Troubleshooting Operational and Security Issues in ...
Amazon Web Services
 
004 - Logging in the Cloud -- hide01.ir.pptx
004 - Logging in the Cloud  --  hide01.ir.pptx004 - Logging in the Cloud  --  hide01.ir.pptx
004 - Logging in the Cloud -- hide01.ir.pptx
nitinscribd
 
Network Security and Access Control in AWS
Network Security and Access Control in AWSNetwork Security and Access Control in AWS
Network Security and Access Control in AWS
Amazon Web Services
 
AWS March 2016 Webinar Series - AWS IoT Real Time Stream Processing with AWS ...
AWS March 2016 Webinar Series - AWS IoT Real Time Stream Processing with AWS ...AWS March 2016 Webinar Series - AWS IoT Real Time Stream Processing with AWS ...
AWS March 2016 Webinar Series - AWS IoT Real Time Stream Processing with AWS ...
Amazon Web Services
 
AWS ReInvent 2020: SEC313 - A security operator’s guide to practical AWS Clou...
AWS ReInvent 2020: SEC313 - A security operator’s guide to practical AWS Clou...AWS ReInvent 2020: SEC313 - A security operator’s guide to practical AWS Clou...
AWS ReInvent 2020: SEC313 - A security operator’s guide to practical AWS Clou...
Brian Andrzejewski
 

Similar to Application & Account Monitoring in AWS (20)

Cloudwatch: Monitoring your Services with Metrics and Alarms
Cloudwatch: Monitoring your Services with Metrics and AlarmsCloudwatch: Monitoring your Services with Metrics and Alarms
Cloudwatch: Monitoring your Services with Metrics and Alarms
 
Using CloudTrail to Enhance Compliance and Governance of S3 - AWS Online Tech...
Using CloudTrail to Enhance Compliance and Governance of S3 - AWS Online Tech...Using CloudTrail to Enhance Compliance and Governance of S3 - AWS Online Tech...
Using CloudTrail to Enhance Compliance and Governance of S3 - AWS Online Tech...
 
AWS Cloudtrail JSP.pptx
AWS Cloudtrail JSP.pptxAWS Cloudtrail JSP.pptx
AWS Cloudtrail JSP.pptx
 
Training AWS: Module 9 - CloudWatch
Training AWS: Module 9 - CloudWatchTraining AWS: Module 9 - CloudWatch
Training AWS: Module 9 - CloudWatch
 
AWS re:Invent 2016: Automated Governance of Your AWS Resources (DEV302)
AWS re:Invent 2016: Automated Governance of Your AWS Resources (DEV302)AWS re:Invent 2016: Automated Governance of Your AWS Resources (DEV302)
AWS re:Invent 2016: Automated Governance of Your AWS Resources (DEV302)
 
Using AWS CloudTrail and AWS Config to Enhance Governance and Compliance of A...
Using AWS CloudTrail and AWS Config to Enhance Governance and Compliance of A...Using AWS CloudTrail and AWS Config to Enhance Governance and Compliance of A...
Using AWS CloudTrail and AWS Config to Enhance Governance and Compliance of A...
 
Automated Compliance and Governance with AWS Config and AWS CloudTrail - June...
Automated Compliance and Governance with AWS Config and AWS CloudTrail - June...Automated Compliance and Governance with AWS Config and AWS CloudTrail - June...
Automated Compliance and Governance with AWS Config and AWS CloudTrail - June...
 
Cloudwatch: Monitoring your AWS services with Metrics and Alarms
Cloudwatch: Monitoring your AWS services with Metrics and AlarmsCloudwatch: Monitoring your AWS services with Metrics and Alarms
Cloudwatch: Monitoring your AWS services with Metrics and Alarms
 
Automated Governance of Your AWS Resources
Automated Governance of Your AWS ResourcesAutomated Governance of Your AWS Resources
Automated Governance of Your AWS Resources
 
Using AWS CloudTrail and AWS Config to Enhance the Governance and Compliance ...
Using AWS CloudTrail and AWS Config to Enhance the Governance and Compliance ...Using AWS CloudTrail and AWS Config to Enhance the Governance and Compliance ...
Using AWS CloudTrail and AWS Config to Enhance the Governance and Compliance ...
 
The Power of Now! Azure Stream Analytics - Microsoft ITPro AirLift
The Power of Now! Azure Stream Analytics - Microsoft ITPro AirLiftThe Power of Now! Azure Stream Analytics - Microsoft ITPro AirLift
The Power of Now! Azure Stream Analytics - Microsoft ITPro AirLift
 
Revolutionising Cloud Operations with AWS Config, AWS CloudTrail and AWS Clou...
Revolutionising Cloud Operations with AWS Config, AWS CloudTrail and AWS Clou...Revolutionising Cloud Operations with AWS Config, AWS CloudTrail and AWS Clou...
Revolutionising Cloud Operations with AWS Config, AWS CloudTrail and AWS Clou...
 
Scott Paddock's AWS Chicago Healthcare slides - 2016
Scott Paddock's AWS Chicago Healthcare slides - 2016Scott Paddock's AWS Chicago Healthcare slides - 2016
Scott Paddock's AWS Chicago Healthcare slides - 2016
 
Chicago AWS meetup
Chicago AWS meetupChicago AWS meetup
Chicago AWS meetup
 
Revolutionising Cloud Operations with AWS Config, AWS CloudTrail and AWS Clou...
Revolutionising Cloud Operations with AWS Config, AWS CloudTrail and AWS Clou...Revolutionising Cloud Operations with AWS Config, AWS CloudTrail and AWS Clou...
Revolutionising Cloud Operations with AWS Config, AWS CloudTrail and AWS Clou...
 
AWS July Webinar Series - Troubleshooting Operational and Security Issues in ...
AWS July Webinar Series - Troubleshooting Operational and Security Issues in ...AWS July Webinar Series - Troubleshooting Operational and Security Issues in ...
AWS July Webinar Series - Troubleshooting Operational and Security Issues in ...
 
004 - Logging in the Cloud -- hide01.ir.pptx
004 - Logging in the Cloud  --  hide01.ir.pptx004 - Logging in the Cloud  --  hide01.ir.pptx
004 - Logging in the Cloud -- hide01.ir.pptx
 
Network Security and Access Control in AWS
Network Security and Access Control in AWSNetwork Security and Access Control in AWS
Network Security and Access Control in AWS
 
AWS March 2016 Webinar Series - AWS IoT Real Time Stream Processing with AWS ...
AWS March 2016 Webinar Series - AWS IoT Real Time Stream Processing with AWS ...AWS March 2016 Webinar Series - AWS IoT Real Time Stream Processing with AWS ...
AWS March 2016 Webinar Series - AWS IoT Real Time Stream Processing with AWS ...
 
AWS ReInvent 2020: SEC313 - A security operator’s guide to practical AWS Clou...
AWS ReInvent 2020: SEC313 - A security operator’s guide to practical AWS Clou...AWS ReInvent 2020: SEC313 - A security operator’s guide to practical AWS Clou...
AWS ReInvent 2020: SEC313 - A security operator’s guide to practical AWS Clou...
 

More from Bhuvaneswari Subramani

Application Modernization with AWS - A Transformation in Digital Era
Application Modernization with AWS - A Transformation in Digital EraApplication Modernization with AWS - A Transformation in Digital Era
Application Modernization with AWS - A Transformation in Digital Era
Bhuvaneswari Subramani
 
The Operations effect of Dev, Data, ML and FM
The Operations effect of Dev, Data, ML and FMThe Operations effect of Dev, Data, ML and FM
The Operations effect of Dev, Data, ML and FM
Bhuvaneswari Subramani
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Bhuvaneswari Subramani
 
Architecting for Success: Designing Secure GCP Landing Zone for Enterprises
Architecting for Success: Designing Secure GCP Landing Zone for EnterprisesArchitecting for Success: Designing Secure GCP Landing Zone for Enterprises
Architecting for Success: Designing Secure GCP Landing Zone for Enterprises
Bhuvaneswari Subramani
 
How AWS Community in India reflects Unity in Diversity
How AWS Community in India reflects Unity in DiversityHow AWS Community in India reflects Unity in Diversity
How AWS Community in India reflects Unity in Diversity
Bhuvaneswari Subramani
 
An Insight Into Cloud Migration Story
An Insight Into Cloud Migration StoryAn Insight Into Cloud Migration Story
An Insight Into Cloud Migration Story
Bhuvaneswari Subramani
 
End-to-End CI/CD at scale with Infrastructure-as-Code on AWS
End-to-End CI/CD at scale with Infrastructure-as-Code on AWSEnd-to-End CI/CD at scale with Infrastructure-as-Code on AWS
End-to-End CI/CD at scale with Infrastructure-as-Code on AWS
Bhuvaneswari Subramani
 
COM 203 Enable continuous delivery and resiliency for a static website
COM 203 Enable continuous delivery and resiliency for a static websiteCOM 203 Enable continuous delivery and resiliency for a static website
COM 203 Enable continuous delivery and resiliency for a static website
Bhuvaneswari Subramani
 
LoadRunner walkthrough
LoadRunner walkthroughLoadRunner walkthrough
LoadRunner walkthrough
Bhuvaneswari Subramani
 
Jmeter Walkthrough
Jmeter WalkthroughJmeter Walkthrough
Jmeter Walkthrough
Bhuvaneswari Subramani
 
Fundamentals Performance Testing
Fundamentals Performance TestingFundamentals Performance Testing
Fundamentals Performance Testing
Bhuvaneswari Subramani
 
Fundamentals of Cloud Computing & AWS
Fundamentals of Cloud Computing & AWSFundamentals of Cloud Computing & AWS
Fundamentals of Cloud Computing & AWS
Bhuvaneswari Subramani
 
IaC on AWS Cloud
IaC on AWS CloudIaC on AWS Cloud
IaC on AWS Cloud
Bhuvaneswari Subramani
 
Infrastructure as Code on AWS
Infrastructure as Code on AWSInfrastructure as Code on AWS
Infrastructure as Code on AWS
Bhuvaneswari Subramani
 
A Pathway to Continuous Integration/Continuous Delivery on AWS
A Pathway to Continuous Integration/Continuous Delivery on AWSA Pathway to Continuous Integration/Continuous Delivery on AWS
A Pathway to Continuous Integration/Continuous Delivery on AWS
Bhuvaneswari Subramani
 
Transformational DevOps with AWS Native Tools
Transformational DevOps with AWS Native ToolsTransformational DevOps with AWS Native Tools
Transformational DevOps with AWS Native Tools
Bhuvaneswari Subramani
 
Demystifying DevOps
Demystifying DevOpsDemystifying DevOps
Demystifying DevOps
Bhuvaneswari Subramani
 
Industry Awareness to KSRCT
Industry Awareness to KSRCT Industry Awareness to KSRCT
Industry Awareness to KSRCT
Bhuvaneswari Subramani
 
CI CD using AWS Developer Tools Online Workshop
CI CD using AWS Developer Tools Online WorkshopCI CD using AWS Developer Tools Online Workshop
CI CD using AWS Developer Tools Online Workshop
Bhuvaneswari Subramani
 
IndiaCloudSummit - Transforming to feature-driven development
IndiaCloudSummit - Transforming to feature-driven developmentIndiaCloudSummit - Transforming to feature-driven development
IndiaCloudSummit - Transforming to feature-driven development
Bhuvaneswari Subramani
 

More from Bhuvaneswari Subramani (20)

Application Modernization with AWS - A Transformation in Digital Era
Application Modernization with AWS - A Transformation in Digital EraApplication Modernization with AWS - A Transformation in Digital Era
Application Modernization with AWS - A Transformation in Digital Era
 
The Operations effect of Dev, Data, ML and FM
The Operations effect of Dev, Data, ML and FMThe Operations effect of Dev, Data, ML and FM
The Operations effect of Dev, Data, ML and FM
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
Architecting for Success: Designing Secure GCP Landing Zone for Enterprises
Architecting for Success: Designing Secure GCP Landing Zone for EnterprisesArchitecting for Success: Designing Secure GCP Landing Zone for Enterprises
Architecting for Success: Designing Secure GCP Landing Zone for Enterprises
 
How AWS Community in India reflects Unity in Diversity
How AWS Community in India reflects Unity in DiversityHow AWS Community in India reflects Unity in Diversity
How AWS Community in India reflects Unity in Diversity
 
An Insight Into Cloud Migration Story
An Insight Into Cloud Migration StoryAn Insight Into Cloud Migration Story
An Insight Into Cloud Migration Story
 
End-to-End CI/CD at scale with Infrastructure-as-Code on AWS
End-to-End CI/CD at scale with Infrastructure-as-Code on AWSEnd-to-End CI/CD at scale with Infrastructure-as-Code on AWS
End-to-End CI/CD at scale with Infrastructure-as-Code on AWS
 
COM 203 Enable continuous delivery and resiliency for a static website
COM 203 Enable continuous delivery and resiliency for a static websiteCOM 203 Enable continuous delivery and resiliency for a static website
COM 203 Enable continuous delivery and resiliency for a static website
 
LoadRunner walkthrough
LoadRunner walkthroughLoadRunner walkthrough
LoadRunner walkthrough
 
Jmeter Walkthrough
Jmeter WalkthroughJmeter Walkthrough
Jmeter Walkthrough
 
Fundamentals Performance Testing
Fundamentals Performance TestingFundamentals Performance Testing
Fundamentals Performance Testing
 
Fundamentals of Cloud Computing & AWS
Fundamentals of Cloud Computing & AWSFundamentals of Cloud Computing & AWS
Fundamentals of Cloud Computing & AWS
 
IaC on AWS Cloud
IaC on AWS CloudIaC on AWS Cloud
IaC on AWS Cloud
 
Infrastructure as Code on AWS
Infrastructure as Code on AWSInfrastructure as Code on AWS
Infrastructure as Code on AWS
 
A Pathway to Continuous Integration/Continuous Delivery on AWS
A Pathway to Continuous Integration/Continuous Delivery on AWSA Pathway to Continuous Integration/Continuous Delivery on AWS
A Pathway to Continuous Integration/Continuous Delivery on AWS
 
Transformational DevOps with AWS Native Tools
Transformational DevOps with AWS Native ToolsTransformational DevOps with AWS Native Tools
Transformational DevOps with AWS Native Tools
 
Demystifying DevOps
Demystifying DevOpsDemystifying DevOps
Demystifying DevOps
 
Industry Awareness to KSRCT
Industry Awareness to KSRCT Industry Awareness to KSRCT
Industry Awareness to KSRCT
 
CI CD using AWS Developer Tools Online Workshop
CI CD using AWS Developer Tools Online WorkshopCI CD using AWS Developer Tools Online Workshop
CI CD using AWS Developer Tools Online Workshop
 
IndiaCloudSummit - Transforming to feature-driven development
IndiaCloudSummit - Transforming to feature-driven developmentIndiaCloudSummit - Transforming to feature-driven development
IndiaCloudSummit - Transforming to feature-driven development
 

Recently uploaded

Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
Kumud Singh
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
Neo4j
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
Neo4j
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
Safe Software
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex ProofszkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
Alex Pruden
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
名前 です男
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
Aftab Hussain
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
Kari Kakkonen
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
Large Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial ApplicationsLarge Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial Applications
Rohit Gautam
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
mikeeftimakis1
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
Quotidiano Piemontese
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
Uni Systems S.M.S.A.
 
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AIEnchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Vladimir Iglovikov, Ph.D.
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems S.M.S.A.
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
Matthew Sinclair
 
GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...
ThomasParaiso2
 

Recently uploaded (20)

Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex ProofszkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
Large Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial ApplicationsLarge Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial Applications
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
 
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AIEnchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
 
GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...
 

Application & Account Monitoring in AWS

  • 1. Copyright © 2019. Infor. All Rights Reserved. Application & Account Monitoring in AWS Bhuvaneswari Subramani
  • 2. (2) Amazon CloudWatch Agenda Application vs Account Monitoring AWS CloudTrail Practical Usage
  • 4. (4) M o n i t o r i n g Application vs Account Monitoring Instance with CloudWatch Agent AWS Resource Monitoring Application Logs Application Monitoring
  • 5. (5) M o n i t o r i n g Application vs Account Monitoring WEB CONSOLE COMMAND LINE TOOLS SDK Account Monitoring Instance with CloudWatch Agent AWS Resource Monitoring Application Logs Application Monitoring
  • 6. (6) M o n i t o r i n g Application vs Account Monitoring ACCOUNT MONITORING AWS CloudTrail Monitors API Activity Enabled by default One trail per region is free Delivers an event within 15 mins of API Call APP & AWS RESOURCE MONITORING Amazon CloudWatch Monitors App & AWS Resources Enabled by default Basic monitoring at 5 min interval is free Basic, detailed monitoring at 5 & 1 min interval
  • 8. (8) C l o u d Wa t c h Amazon CloudWatch Collect and track metrics Set Alarms Collect and monitor log files Automatically react to changes in your AWS resources A monitoring service for AWS cloud resources and the applications you run on AWS or on On-Premise
  • 9. (9) C l o u d Wa t c h Accessing CloudWatch AWS Management Console AWS Command Line Tools AWS SDKs Amazon CloudWatch API
  • 10. (10) C l o u d Wa t c h How CloudWatch Works CW Agent from EC2 Amazon CloudWatch Other Metrics… SRV1 – CPU-Percent Hrs / Week - Count SRV2- CPU-Percent Metrics Amazon CloudWatch Alarm AWS Management Console Statistics Consumer Auto Scaling Actions SNS Email notification Available Statistics Source CW Agent from On-prem server
  • 11. (11) C l o u d Wa t c h CloudWatch Key Concepts Metrics Dashboards Alarms Logs Events
  • 12. (13) C l o u d Wa t c h CloudWatch Metrics • Metrics are data about the performance of your systems • AWS services send metrics to CloudWatch, and you can send your own custom metrics to CloudWatch. • Metric data cannot be deleted; It retires after 15 months • Metrics exist only in the Region in which they are created • You can view from CloudWatch console as well as respective Service console • Supported Metrics
  • 13. (14) C l o u d Wa t c h CloudWatch Metrics
  • 14. (15) 15,269 C l o u d Wa t c h CloudWatch Metrics
  • 15. (16) High Resolution Custom Metrics Data points with a period < 60 seconds Available for 3 hours Detailed Data points with a period = 60 seconds (1 min) Available for 15 days Standard Data points with a period < 60 seconds (5 min) Available for 63 days Extended Retention Data points with a period = 3000 seconds (1 hr) Available for 455 days (15 months) C l o u d Wa t c h Data Retention for Metrics
  • 16. (17) C l o u d Wa t c h Data Retention for Metrics High Resolution Custom Metrics Data points with a period < 60 seconds Available for 3 hours Detailed Data points with a period = 60 seconds (1 min) Available for 15 days Standard Data points with a period < 60 seconds (5 min) Available for 63 days Extended Retention Data points with a period = 3000 seconds (1 hr) Available for 455 days (15 months)
  • 17. (18) C l o u d Wa t c h CloudWatch Dashboards • Amazon CloudWatch dashboards are customizable to monitor resources spread across different regions • Dashboards can be created by using the console, the AWS CLI, or the PutDashboard API. • Can create Cross Region & Cross Account Dashboards • Key Attributes • Automated Dashboards pre-built with AWS Service • Can share Dashboards • Auto refresh
  • 18. (19) C l o u d Wa t c h CloudWatch Dashboards
  • 19. (20) C l o u d Wa t c h CloudWatch Alarms • You can create an alarm to monitor any Amazon CloudWatch metric in your account • States – OK || ALARM || INSUFFICIENT_DATA • Example: • Watch CPU utilization & Alert / Act as part of ASG • Amazon SQS queue length • Billing Alert
  • 20. (21) C l o u d Wa t c h CloudWatch Alarms - Billing
  • 21. (22) C l o u d Wa t c h CloudWatch Logs • CloudWatch Logs lets you monitor and troubleshoot your systems and applications using your existing system, application and custom log files. • Create LogGroups for focused monitoring • LogStream – sequence of log events from the same source • Log Categories • Vended Logs Ø Custom metrics cannot be deleted but expires based on the retention policy • Logs published by AWS services Ø Ex: Amazon API Gateway, AWS Lambda, AWS CloudTrail, and many others. • Custom Logs Ø Logs from your own application and on-premises resources
  • 22. (23) C l o u d Wa t c h CloudWatch Logs
  • 23. (24) C l o u d Wa t c h CloudWatch Events • Amazon CloudWatch Events (CWE) is a stream of system events describing changes in your AWS resources. • Write & associate rules with events to take automated actions • Helps to respond to state changes • You can schedule Events at Fixed schedule using Unix cron syntax
  • 24. (25) ShutdownEC2Instance 12 C l o u d Wa t c h CloudWatch Events
  • 26. (29) C l o u d Tr a i l Amazon CloudTrail Security Analysis Visibility into resource & user activity Compliance Troubleshooting AWS CloudTrail allows AWS customers to record API calls, sending log files to Amazon S3 buckets or Amazon CloudWatch for storage.
  • 27. (30) C l o u d Tr a i l How CloudTrail Works S3 SNS Email notification Source AWS CloudTrail AWS SDK AWS Management Console AWS Command Line Interface Trail Per Region All Region Events Management Events Data Events Organizations Yes No Amazon CloudWatch Alarm
  • 28. (31) C l o u d Tr a i l CloudTrail Key Concepts Trails Insights Event History Dashboard
  • 29. (32) C l o u d Tr a i l Tech Tales of a Trail • A trail can be created specific to one region or all regions • An Organization trail can be created in master account • Members can view but not modify or delete • You can alter region, insights after trail is created • CloudTrail typically delivers log files within 15 minutes of account activity • Encryption • By default, CloudTrail event log files are encrypted using Amazon S3 server-side encryption (SSE) • You can also encrypt your log files with an AWS Key Management Service (AWS KMS) key
  • 30. (33) C l o u d Tr a i l Tech Tales of a Trail – continued.. • Events • Management Events – logs control plane events • User Activity – Ex: Login • Configuring Security – Ex: IAM • Setup logging - Ex: Create trail • Data Events – logs data plane events • Amazon S3 object-level Event • AWS Lambda function execution activity
  • 31. (34) C l o u d Tr a i l Create Trail
  • 32. (35) C l o u d Tr a i l Create Trail
  • 33. (36) C l o u d Tr a i l Create Trail ShutdownEC2Instance
  • 34. (37) C l o u d Tr a i l Create Trail
  • 35. (38) C l o u d Tr a i l Insight Events • CloudTrail Insights events capture unusual activity in your AWS account • By default disabled when you create a trail • Insights gets logged in separate suffix in S3 bucket (CloudTrail_Insights) • When does it logs ? • An Insights event is logged at the start of the unusual activity • And ten minutes later, when the unusual activity ends, another Insights event is logged to mark the end of the unusual activity • Example: Assume you usually delete 5 S3 buckets in a week and suddenly it goes up to 30, Insights will log that event separately
  • 36. (39) <bucket name> <Account no> <bucket name> C l o u d Tr a i l Insight Events
  • 37. (40) C l o u d Tr a i l Event History • Event history contains the activities taken by • Users • Groups • Supported AWS services your AWS account
  • 38. (41) C l o u d Tr a i l CloudTrail Events History
  • 39. (42) C l o u d Tr a i l Dashboard
  • 41. (44) U s a g e CloudWatch & CloudTrail Usage Log Everything Centrally AWS CloudTrail • Enable in All regions • Log to central bucket in security account AWS Config • Turn on & log to central bucket in security account • Include global resources VPC Flowlogs Application Logs Amazon S3 Amazon Glacier
  • 42. (45) U s a g e CloudWatch & CloudTrail Usage Log Everything Centrally AWS CloudTrail • Enable in All regions • Log to central bucket in security account AWS Config • Turn on & log to central bucket in security account • Include global resources VPC Flowlogs Application Logs Amazon S3 Amazon Glacier Amazon ElasticSearch Amazon EC2 Amazon CloudWatch
  • 43. (46) U s a g e CloudWatch & CloudTrail Pricing AWS CloudTrail One trail per region is free Management event for first trail is free but data event, Insights are chargeable $0.10 per 100,000 Data events CloudTrail Insights events are charged at $0.35 per 100,000 write management events analyzed Refer CloudTrail Pricing for up-to-date rate Amazon CloudWatch Basic monitoring at 5 min interval is free Detailed monitoring at 1 min interval is chargeable $0.30 per metric for first 10,000 metrics $0.01 per 1,000 metrics requested through GetMetricData, GetInsightRuleReport API Refer CloudWatch Pricing for up-to-date rate
  • 44. (47) U s a g e CloudWatch & CloudTrail Pricing AWS CloudTrail One trail per region is free Management event for first trail is free but data event, Insights are chargeable $0.10 per 100,000 Data events CloudTrail Insights events are charged at $0.35 per 100,000 write management events analyzed Refer CloudTrail Pricing Amazon CloudWatch Basic monitoring at 5 min interval is free Detailed monitoring at 1 min interval is chargeable $0.30 per metric for first 10,000 metrics $0.01 per 1,000 metrics requested through GetMetricData, GetInsightRuleReport API Refer CloudWatch Pricing
  • 45. (48) U s a g e Reference Links • Amazon CloudWatch MindMap • Amazon CloudWatch User Guide • AWS CloudTrail User Guide • AWS Pricing Calculator
  • 46. Copyright © 2019. Infor. All Rights Reserved. Thank you Copyright © 2019. Infor. All Rights Reserved. https://installjournal.blogspot.com https://www.linkedin.com/in/bhuvanas/ @installjournal