SlideShare a Scribd company logo
© 2019, Amazon Web Services, Inc. or its Affiliates.© 2019, Amazon Web Services, Inc. or its Affiliates.
Rodney Bozo – Sr. Solutions Architect
AWS Systems Manager
Gain operational insights and take action
10/15/19
© 2019, Amazon Web Services, Inc. or its Affiliates.
Agenda
• Quick introduction
• Overview of AWS Systems Manager
• Demo of the most popular features
• Run Command
• State Manager
• Automation
• Patch Manager
• Session Manager
© 2019, Amazon Web Services, Inc. or its Affiliates.
Rodney Bozo’s background
• I have been with AWS for over 3 years. Management Tools SA, focusing on
AWS Systems Manager.
• Prior to AWS, I was working at a large Washington D.C. based private
university, where I was charged with managing the infrastructure supporting
135K users.
• Before that, I worked at Microsoft Partner ISVs for almost 10 years. Also,
engineering and architecture firms, Managed Service Providers, etc.,
supporting mostly Microsoft workloads for about 20 years.
© 2019, Amazon Web Services, Inc. or its Affiliates.
Management & Governance
Optimize
Analyze and reduce cost, improve
efficiency and security posture
Act
Take operational
action on resources
Audit
Audit resource configurations,
user access, and policy enforcement
Monitor
Monitor resources
and applications
© 2019, Amazon Web Services, Inc. or its Affiliates.
AWS Management & Governance
Monitor resources and applications
Optimize to reduce cost and improve security posture
Manage resources and take operational action
Audit user activity and resource configurations
Amazon CloudWatch
AWS Trusted Advisor
AWS Cost and Usage Report
AWS Cost Explorer
AWS Systems Manager
AWS CloudTrail
AWS Config
© 2019, Amazon Web Services, Inc. or its Affiliates.
Cloud Management Challenges
Managing cloud and hybrid environments using a traditional toolset
is complex and costly
Traditional IT toolset not
built for cloud scale
infrastructure
Deploying multiple
products is a
significant overhead
Licensing costs
and complexity
Maintaining
enterprise-wide visibility
is challenging
© 2019, Amazon Web Services, Inc. or its Affiliates.
Customer Challenges
Operate safely and
securely at scale
Map resources to
applications and
environments
Diverse set of tools
for managing hybrid
cloud
Complex licensing
and hard to manage
the management
infrastructure
Ability to build
custom solutions to
meet specific
business needs
© 2019, Amazon Web Services, Inc. or its Affiliates.
Operate Safely and At Scale
The operations cockpit for any cloud at any scale
Support AWS, On-Premises,
and Other Clouds
Use cross-platform capabilities manage
both Windows and Linux
Group
The building blocks of your applications
Visualize
Operational insights for applications
Brings other AWS services in a single console
Act
Using AWS best practices with built-in safeties
© 2019, Amazon Web Services, Inc. or its Affiliates.
Extensible
Hybrid Compliance Open Source Cross-platform Extensible
Works in hybrid
and multi-cloud
environments
Use existing tools
like Ansible,
PowerShell DSC, and
InSpec for
configuration
and Compliance
SSM Agent is open-
sourced on GitHub
Windows and
Linux support
Extensible
capabilities to collect
custom inventory
from instances
© 2019, Amazon Web Services, Inc. or its Affiliates.
AWS Systems Manager Customers & Partners
© 2019, Amazon Web Services, Inc. or its Affiliates.
AWS Systems Manager Capabilities
Resource Groups
Run Command
Inventory
Patch Manager
Automation
Parameter Store
Maintenance Window
State Manager
Session Manager
Distributor OpsCenter
© 2019, Amazon Web Services, Inc. or its Affiliates.
Manage Resources at Scale
Resource groups
Define the building blocks
of your application
Give a meaning to a collection
of AWS resources (as an app, env,
or business unit)
Group AWS resources based on
tags using a simple query
Save a search as a heterogeneous
group of (dynamic) resources
Interact with a group directly rather than
individual resources
© 2019, Amazon Web Services, Inc. or its Affiliates.
Improved Visibility and Control
Setup operational
dashboards
Build and customize your
own ops-dashboards
Leverage your existing Amazon
CloudWatch dashboards
Leverage your existing
CloudWatch metrics
Monitor Compliance
Visualize your application’s metrics
© 2019, Amazon Web Services, Inc. or its Affiliates.
Compliance with Patch Manager
Corp Data Center
Individual instances
not grouped
Patch Group=WebServers
Patch Group=WebServers
Default Patch Baseline
for the OS
Web Server
Patch Baseline
Patch Manager
Maintenance
Window
Compliance Notifications!
© 2019, Amazon Web Services, Inc. or its Affiliates.
Compliance as Code
Author
Compliance checks in InSpec (human
readable, open-source DSL) on GitHub
Run Compliance scans
Using Run Command or periodic scans
using State Manager
View Compliance
On Compliance UI or APIs
© 2019, Amazon Web Services, Inc. or its Affiliates.
Safe and Secure Operations
corp data center
VPC1
Tags
VPC2
Tags
IAM
Run Command Amazon
CloudWatch
Events
CloudTrail
Auditing
© 2019, Amazon Web Services, Inc. or its Affiliates.
Gain Insights FROM Instances
corp data center
Account 1
Account 2
Inventory
Amazon S3
Data Lake
Amazon
QuickSight
AWS
Config
Any BI
Tool!
© 2019, Amazon Web Services, Inc. or its Affiliates.
Easy to Use Automation
Run the automationRole and permissionInputAutomation
document
© 2019, Amazon Web Services, Inc. or its Affiliates.
Wait, what’s a Document?
• Documents are used to express sequence of actions
• Identified using Amazon Resource Names (ARNs)
• Create/Edit Documents, versions, view history, and share
• Parameter validation reduces human error
• Authored in JSON/YAML
• Amazon published AWS-named Documents
© 2019, Amazon Web Services, Inc. or its Affiliates.
3 types of Documents used by State Manager
• Command Documents – State Manager uses command documents to apply a
configuration. These actions can be run on one or more targets at any point
during the lifecycle of an instance. Can target instances based upon tags.
• Policy Documents - Policy documents enforce a policy on your targets. If the
policy document is removed, the policy action (for example, collecting
inventory) no longer happens.
• Automation Documents - State Manager uses automation documents to apply
a configuration. These actions can be run on one or more targets at any
point during the lifecycle of an instance. Need to Specify Instance Ids, but
can grab Instance IDs based upon Tags with native AWS API Calls.
© 2019, Amazon Web Services, Inc. or its Affiliates.
Secrets and Config Data Management
Rotate
password
/app/test/db_password /app/prod/db_password
Dev Test Prod
App
Change notifications
(event-based)
Email
notification
© 2019, Amazon Web Services, Inc. or its Affiliates.
Manage Configuration Drift
Instances
State manager
© 2019, Amazon Web Services, Inc. or its Affiliates.
Interactive Access to Instances with Session Manager
• Interactive browser-based shell and CLI for
EC2 instances
• No need to open inbound ports, manage
SSH keys or certs
• Grant/Revoke access from IAM
• Session auditing and logging
• Support for AWS PrivateLink
CloudTrailIAM
Shell or CLI
VPC1
EC2 instances
Auditing and LoggingAccess Control
© 2019, Amazon Web Services, Inc. or its Affiliates.
Distribute Software Packages
Supports
Installing with safety
Windows network drivers
CloudWatch metrics & logs
A single base agent to install and
manage custom software packages
Upload, share, and manage package
updates and upgrades
Install custom packages or AWS
agents
© 2019, Amazon Web Services, Inc. or its Affiliates.
Other Features
Integrated with AWS
services such as
IAM: granular RBAC
CloudTrail: audited actions
CloudWatch Events:
notification and remediation
Config: configuration history
Available in all AWS
regions including
GovCloud
Accessible through
AWS PrivateLink
SSM Agent is
installed on
AWS Windows
Server, Amazon
Linux and Ubuntu
AMIs
Systems Manager is
SOC, ISO and
PCI compliant,
HIPAA enabled
© 2019, Amazon Web Services, Inc. or its Affiliates.
Future Direction
Operate any
environment
Continuous
Compliance and
remediation
Intelligent
Automation and
Insights
Open and
Extensible
Unified
Experiences
Supports hybrid,
other clouds and
disconnected
environments
Open Source
management artifacts
with Community
contributions and
Partner Solutions
Enterprise grade
Solutions.
Integrations across
AWS Services
CloudTrail smart events
and Operational
Insights
ML recommendations
One-Click policy via
Config Rules with
Systems Manager
remediation
© 2019, Amazon Web Services, Inc. or its Affiliates.
Useful Links
AWS Management Tools Blog
https://aws.amazon.com/blogs/mt/category/management-tools/amazon-ec2-systems-manager/
AWS Blog
https://aws.amazon.com/blogs/aws/category/amazon-ec2-systems-manager/
Product Page
https://aws.amazon.com/systems-manager/
Feedback
ec2-ssm-feedback@amazon.com
Hands-on Labs
https://workshop.aws-management.tools/ssm/
1
2
3
4
5
© 2019, Amazon Web Services, Inc. or its Affiliates.
Shameless Plug
• Management & Governance Track with 71
sessions
• Breakout Sessions (recorded for
YouTube), Workshops, Chalk Talks, and
Builder Sessions
• Customer Meetings (formerly Executive
Briefing Center)
© 2019, Amazon Web Services, Inc. or its Affiliates.
Thank you!

More Related Content

PDF
AWS Systems Manager
PPTX
AWS Monitoring & Logging
PDF
Amazon CloudWatch Tutorial | AWS Certification | Cloud Monitoring Tools | AWS...
PPT
Auto Scaling on AWS
PDF
AWS AutoScaling
PPTX
Aws config
PPTX
Aws Architecture Training
PDF
Amazon EC2 notes.pdf
AWS Systems Manager
AWS Monitoring & Logging
Amazon CloudWatch Tutorial | AWS Certification | Cloud Monitoring Tools | AWS...
Auto Scaling on AWS
AWS AutoScaling
Aws config
Aws Architecture Training
Amazon EC2 notes.pdf

What's hot (20)

PDF
AWS Lambda
PDF
Cloud Migration 과 Modernization 을 위한 30가지 아이디어-박기흥, AWS Migrations Specialist...
PPTX
Aws overview (Amazon Web Services)
PDF
금융권 최신 AWS 도입 사례 총정리 – 신한 제주 은행, KB손해보험 사례를 중심으로 - 지성국 사업 개발 담당 이사, AWS / 정을용...
PDF
[AWS Builders] AWS와 함께하는 클라우드 컴퓨팅
PDF
AWS 시작하기 및 Amazon S3 살펴보기 (윤석찬) - AWS 웨비나 시리즈
PDF
WebLogic 12c & WebLogic Mgmt Pack
PPTX
9월 웨비나 - AWS에서의 네트워크 보안 (이경수 솔루션즈 아키텍트)
PDF
20201118 AWS Black Belt Online Seminar 形で考えるサーバーレス設計 サーバーレスユースケースパターン解説
PDF
20200811 AWS Black Belt Online Seminar CloudEndure
PDF
AWS Black Belt Online Seminar 2016 AWS上でのActive Directory構築
PDF
Ansible Tower
PPTX
Joel Schuweiler_AWS IAM Identity Center (Single Sign On).pptx
PPTX
Aws overview
PPTX
Automating AWS security and compliance
PDF
AWS Organizations
PDF
AWS Summit Seoul 2023 | Amazon EKS, 중요한 건 꺾이지 않는 안정성
PDF
20170621 aws-black belt-ads-sms
PDF
AWS Cloud Adoption Framework and Workshops
PDF
Amazon AWS | What is Amazon AWS | AWS Tutorial | AWS Training | Edureka
AWS Lambda
Cloud Migration 과 Modernization 을 위한 30가지 아이디어-박기흥, AWS Migrations Specialist...
Aws overview (Amazon Web Services)
금융권 최신 AWS 도입 사례 총정리 – 신한 제주 은행, KB손해보험 사례를 중심으로 - 지성국 사업 개발 담당 이사, AWS / 정을용...
[AWS Builders] AWS와 함께하는 클라우드 컴퓨팅
AWS 시작하기 및 Amazon S3 살펴보기 (윤석찬) - AWS 웨비나 시리즈
WebLogic 12c & WebLogic Mgmt Pack
9월 웨비나 - AWS에서의 네트워크 보안 (이경수 솔루션즈 아키텍트)
20201118 AWS Black Belt Online Seminar 形で考えるサーバーレス設計 サーバーレスユースケースパターン解説
20200811 AWS Black Belt Online Seminar CloudEndure
AWS Black Belt Online Seminar 2016 AWS上でのActive Directory構築
Ansible Tower
Joel Schuweiler_AWS IAM Identity Center (Single Sign On).pptx
Aws overview
Automating AWS security and compliance
AWS Organizations
AWS Summit Seoul 2023 | Amazon EKS, 중요한 건 꺾이지 않는 안정성
20170621 aws-black belt-ads-sms
AWS Cloud Adoption Framework and Workshops
Amazon AWS | What is Amazon AWS | AWS Tutorial | AWS Training | Edureka
Ad

Similar to AWS Systems manager 2019 (20)

PPTX
10.aws system management
PDF
Amazon EC2 Systems Manager (March 2017)
PPTX
AWS_Community_Day_2023-Chathra Serasinghe.pptx
PDF
Aws meetup ssm
PDF
AWS (2).pdf
PPTX
Threat detection and mitigation at AWS
PPTX
Aws meetup systems_manager
PDF
Fundamentals of Cloud Computing & AWS
PDF
AWS System Administration Best Practices for Sysadmins in the Amazon Cloud 1s...
PDF
Automating Security in Cloud Workloads with DevSecOps
PPTX
AWS on Splunk, Splunk on AWS
PDF
AWS System Administration Best Practices for Sysadmins in the Amazon Cloud 1s...
PPTX
Cloudifying your Security Operations on AWS
PPTX
Hybrid Cloud on AWS : Provisioning, Operations, Management, and Monitoring
PPTX
Re:cap día 2 del Aws Re:Invent 2023 - AWS UG Chile
PDF
Security and Compliance Better on AWS_John Hildebrandt
PPTX
Hackproof Your Cloud: Responding to 2016 Threats
PPTX
Running Hybrid Cloud Patterns on AWS
PPTX
Aws Atlanta meetup - Understanding AWS Config
PPTX
Introduction to AWS July
10.aws system management
Amazon EC2 Systems Manager (March 2017)
AWS_Community_Day_2023-Chathra Serasinghe.pptx
Aws meetup ssm
AWS (2).pdf
Threat detection and mitigation at AWS
Aws meetup systems_manager
Fundamentals of Cloud Computing & AWS
AWS System Administration Best Practices for Sysadmins in the Amazon Cloud 1s...
Automating Security in Cloud Workloads with DevSecOps
AWS on Splunk, Splunk on AWS
AWS System Administration Best Practices for Sysadmins in the Amazon Cloud 1s...
Cloudifying your Security Operations on AWS
Hybrid Cloud on AWS : Provisioning, Operations, Management, and Monitoring
Re:cap día 2 del Aws Re:Invent 2023 - AWS UG Chile
Security and Compliance Better on AWS_John Hildebrandt
Hackproof Your Cloud: Responding to 2016 Threats
Running Hybrid Cloud Patterns on AWS
Aws Atlanta meetup - Understanding AWS Config
Introduction to AWS July
Ad

More from John Varghese (20)

PPTX
Lessons Learned From Cloud Migrations: Planning is Everything
PPTX
Leveraging AWS Cloudfront & S3 Services to Deliver Static Assets of a SPA
PPTX
AWS Transit Gateway-Benefits and Best Practices
PPTX
Bridging Operations and Development With Observabilty
PPTX
Security Observability for Cloud Based Applications
PPTX
Who Broke My Crypto
PPTX
Building an IoT System to Protect My Lunch
PPTX
Building a Highly Secure S3 Bucket
PPTX
Reduce Amazon RDS Costs up to 50% with Proxies
PPTX
Keynote - Lead the change around you
PDF
Acd19 kubertes cluster at scale on aws at intuit
PPTX
Emerging job trends and best practices in the aws community
PDF
Automating security in aws with divvy cloud
PDF
AWS temporary credentials challenges in prevention detection mitigation
PDF
Securing aws workloads with embedded application security
PPTX
Of CORS thats a thing how CORS in the cloud still kills security
PPTX
Native cloud security monitoring
PDF
Last year in AWS - 2019
PDF
Gpu accelerated BERT deployment on aws
PPTX
EKS security best practices
Lessons Learned From Cloud Migrations: Planning is Everything
Leveraging AWS Cloudfront & S3 Services to Deliver Static Assets of a SPA
AWS Transit Gateway-Benefits and Best Practices
Bridging Operations and Development With Observabilty
Security Observability for Cloud Based Applications
Who Broke My Crypto
Building an IoT System to Protect My Lunch
Building a Highly Secure S3 Bucket
Reduce Amazon RDS Costs up to 50% with Proxies
Keynote - Lead the change around you
Acd19 kubertes cluster at scale on aws at intuit
Emerging job trends and best practices in the aws community
Automating security in aws with divvy cloud
AWS temporary credentials challenges in prevention detection mitigation
Securing aws workloads with embedded application security
Of CORS thats a thing how CORS in the cloud still kills security
Native cloud security monitoring
Last year in AWS - 2019
Gpu accelerated BERT deployment on aws
EKS security best practices

Recently uploaded (20)

PDF
GamePlan Trading System Review: Professional Trader's Honest Take
PDF
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
PPT
Teaching material agriculture food technology
PDF
Machine learning based COVID-19 study performance prediction
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
Advanced Soft Computing BINUS July 2025.pdf
PPTX
Big Data Technologies - Introduction.pptx
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
[발표본] 너의 과제는 클라우드에 있어_KTDS_김동현_20250524.pdf
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
solutions_manual_-_materials___processing_in_manufacturing__demargo_.pdf
GamePlan Trading System Review: Professional Trader's Honest Take
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
Network Security Unit 5.pdf for BCA BBA.
Per capita expenditure prediction using model stacking based on satellite ima...
Reach Out and Touch Someone: Haptics and Empathic Computing
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
Teaching material agriculture food technology
Machine learning based COVID-19 study performance prediction
NewMind AI Weekly Chronicles - August'25 Week I
Advanced Soft Computing BINUS July 2025.pdf
Big Data Technologies - Introduction.pptx
The AUB Centre for AI in Media Proposal.docx
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Unlocking AI with Model Context Protocol (MCP)
Chapter 3 Spatial Domain Image Processing.pdf
[발표본] 너의 과제는 클라우드에 있어_KTDS_김동현_20250524.pdf
Dropbox Q2 2025 Financial Results & Investor Presentation
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
solutions_manual_-_materials___processing_in_manufacturing__demargo_.pdf

AWS Systems manager 2019

  • 1. © 2019, Amazon Web Services, Inc. or its Affiliates.© 2019, Amazon Web Services, Inc. or its Affiliates. Rodney Bozo – Sr. Solutions Architect AWS Systems Manager Gain operational insights and take action 10/15/19
  • 2. © 2019, Amazon Web Services, Inc. or its Affiliates. Agenda • Quick introduction • Overview of AWS Systems Manager • Demo of the most popular features • Run Command • State Manager • Automation • Patch Manager • Session Manager
  • 3. © 2019, Amazon Web Services, Inc. or its Affiliates. Rodney Bozo’s background • I have been with AWS for over 3 years. Management Tools SA, focusing on AWS Systems Manager. • Prior to AWS, I was working at a large Washington D.C. based private university, where I was charged with managing the infrastructure supporting 135K users. • Before that, I worked at Microsoft Partner ISVs for almost 10 years. Also, engineering and architecture firms, Managed Service Providers, etc., supporting mostly Microsoft workloads for about 20 years.
  • 4. © 2019, Amazon Web Services, Inc. or its Affiliates. Management & Governance Optimize Analyze and reduce cost, improve efficiency and security posture Act Take operational action on resources Audit Audit resource configurations, user access, and policy enforcement Monitor Monitor resources and applications
  • 5. © 2019, Amazon Web Services, Inc. or its Affiliates. AWS Management & Governance Monitor resources and applications Optimize to reduce cost and improve security posture Manage resources and take operational action Audit user activity and resource configurations Amazon CloudWatch AWS Trusted Advisor AWS Cost and Usage Report AWS Cost Explorer AWS Systems Manager AWS CloudTrail AWS Config
  • 6. © 2019, Amazon Web Services, Inc. or its Affiliates. Cloud Management Challenges Managing cloud and hybrid environments using a traditional toolset is complex and costly Traditional IT toolset not built for cloud scale infrastructure Deploying multiple products is a significant overhead Licensing costs and complexity Maintaining enterprise-wide visibility is challenging
  • 7. © 2019, Amazon Web Services, Inc. or its Affiliates. Customer Challenges Operate safely and securely at scale Map resources to applications and environments Diverse set of tools for managing hybrid cloud Complex licensing and hard to manage the management infrastructure Ability to build custom solutions to meet specific business needs
  • 8. © 2019, Amazon Web Services, Inc. or its Affiliates. Operate Safely and At Scale The operations cockpit for any cloud at any scale Support AWS, On-Premises, and Other Clouds Use cross-platform capabilities manage both Windows and Linux Group The building blocks of your applications Visualize Operational insights for applications Brings other AWS services in a single console Act Using AWS best practices with built-in safeties
  • 9. © 2019, Amazon Web Services, Inc. or its Affiliates. Extensible Hybrid Compliance Open Source Cross-platform Extensible Works in hybrid and multi-cloud environments Use existing tools like Ansible, PowerShell DSC, and InSpec for configuration and Compliance SSM Agent is open- sourced on GitHub Windows and Linux support Extensible capabilities to collect custom inventory from instances
  • 10. © 2019, Amazon Web Services, Inc. or its Affiliates. AWS Systems Manager Customers & Partners
  • 11. © 2019, Amazon Web Services, Inc. or its Affiliates. AWS Systems Manager Capabilities Resource Groups Run Command Inventory Patch Manager Automation Parameter Store Maintenance Window State Manager Session Manager Distributor OpsCenter
  • 12. © 2019, Amazon Web Services, Inc. or its Affiliates. Manage Resources at Scale Resource groups Define the building blocks of your application Give a meaning to a collection of AWS resources (as an app, env, or business unit) Group AWS resources based on tags using a simple query Save a search as a heterogeneous group of (dynamic) resources Interact with a group directly rather than individual resources
  • 13. © 2019, Amazon Web Services, Inc. or its Affiliates. Improved Visibility and Control Setup operational dashboards Build and customize your own ops-dashboards Leverage your existing Amazon CloudWatch dashboards Leverage your existing CloudWatch metrics Monitor Compliance Visualize your application’s metrics
  • 14. © 2019, Amazon Web Services, Inc. or its Affiliates. Compliance with Patch Manager Corp Data Center Individual instances not grouped Patch Group=WebServers Patch Group=WebServers Default Patch Baseline for the OS Web Server Patch Baseline Patch Manager Maintenance Window Compliance Notifications!
  • 15. © 2019, Amazon Web Services, Inc. or its Affiliates. Compliance as Code Author Compliance checks in InSpec (human readable, open-source DSL) on GitHub Run Compliance scans Using Run Command or periodic scans using State Manager View Compliance On Compliance UI or APIs
  • 16. © 2019, Amazon Web Services, Inc. or its Affiliates. Safe and Secure Operations corp data center VPC1 Tags VPC2 Tags IAM Run Command Amazon CloudWatch Events CloudTrail Auditing
  • 17. © 2019, Amazon Web Services, Inc. or its Affiliates. Gain Insights FROM Instances corp data center Account 1 Account 2 Inventory Amazon S3 Data Lake Amazon QuickSight AWS Config Any BI Tool!
  • 18. © 2019, Amazon Web Services, Inc. or its Affiliates. Easy to Use Automation Run the automationRole and permissionInputAutomation document
  • 19. © 2019, Amazon Web Services, Inc. or its Affiliates. Wait, what’s a Document? • Documents are used to express sequence of actions • Identified using Amazon Resource Names (ARNs) • Create/Edit Documents, versions, view history, and share • Parameter validation reduces human error • Authored in JSON/YAML • Amazon published AWS-named Documents
  • 20. © 2019, Amazon Web Services, Inc. or its Affiliates. 3 types of Documents used by State Manager • Command Documents – State Manager uses command documents to apply a configuration. These actions can be run on one or more targets at any point during the lifecycle of an instance. Can target instances based upon tags. • Policy Documents - Policy documents enforce a policy on your targets. If the policy document is removed, the policy action (for example, collecting inventory) no longer happens. • Automation Documents - State Manager uses automation documents to apply a configuration. These actions can be run on one or more targets at any point during the lifecycle of an instance. Need to Specify Instance Ids, but can grab Instance IDs based upon Tags with native AWS API Calls.
  • 21. © 2019, Amazon Web Services, Inc. or its Affiliates. Secrets and Config Data Management Rotate password /app/test/db_password /app/prod/db_password Dev Test Prod App Change notifications (event-based) Email notification
  • 22. © 2019, Amazon Web Services, Inc. or its Affiliates. Manage Configuration Drift Instances State manager
  • 23. © 2019, Amazon Web Services, Inc. or its Affiliates. Interactive Access to Instances with Session Manager • Interactive browser-based shell and CLI for EC2 instances • No need to open inbound ports, manage SSH keys or certs • Grant/Revoke access from IAM • Session auditing and logging • Support for AWS PrivateLink CloudTrailIAM Shell or CLI VPC1 EC2 instances Auditing and LoggingAccess Control
  • 24. © 2019, Amazon Web Services, Inc. or its Affiliates. Distribute Software Packages Supports Installing with safety Windows network drivers CloudWatch metrics & logs A single base agent to install and manage custom software packages Upload, share, and manage package updates and upgrades Install custom packages or AWS agents
  • 25. © 2019, Amazon Web Services, Inc. or its Affiliates. Other Features Integrated with AWS services such as IAM: granular RBAC CloudTrail: audited actions CloudWatch Events: notification and remediation Config: configuration history Available in all AWS regions including GovCloud Accessible through AWS PrivateLink SSM Agent is installed on AWS Windows Server, Amazon Linux and Ubuntu AMIs Systems Manager is SOC, ISO and PCI compliant, HIPAA enabled
  • 26. © 2019, Amazon Web Services, Inc. or its Affiliates. Future Direction Operate any environment Continuous Compliance and remediation Intelligent Automation and Insights Open and Extensible Unified Experiences Supports hybrid, other clouds and disconnected environments Open Source management artifacts with Community contributions and Partner Solutions Enterprise grade Solutions. Integrations across AWS Services CloudTrail smart events and Operational Insights ML recommendations One-Click policy via Config Rules with Systems Manager remediation
  • 27. © 2019, Amazon Web Services, Inc. or its Affiliates. Useful Links AWS Management Tools Blog https://aws.amazon.com/blogs/mt/category/management-tools/amazon-ec2-systems-manager/ AWS Blog https://aws.amazon.com/blogs/aws/category/amazon-ec2-systems-manager/ Product Page https://aws.amazon.com/systems-manager/ Feedback ec2-ssm-feedback@amazon.com Hands-on Labs https://workshop.aws-management.tools/ssm/ 1 2 3 4 5
  • 28. © 2019, Amazon Web Services, Inc. or its Affiliates. Shameless Plug • Management & Governance Track with 71 sessions • Breakout Sessions (recorded for YouTube), Workshops, Chalk Talks, and Builder Sessions • Customer Meetings (formerly Executive Briefing Center)
  • 29. © 2019, Amazon Web Services, Inc. or its Affiliates. Thank you!