Management Services Flashcards
” AWS CloudTrail” recorded information includes :
- The identity of the user
- The start time of the AWS API call
- The source IP address
- The request parameters
- The response elements returned by the service
Allows organizations to create and manage catalogs of IT services that are approved for use on AWS
“AWS Service Catalog”
• Allows enterprise to categorize resource that can be deployed on the AWS cloud
• Allows enterprise to identify governance for its IT resources
By defining what is allowed to be deployed on AWS cloud
A monitoring and management service built for developers, system operators, site reliability engineers (SRE), and IT managers
“AWS Cloud Watch”
• It can be used for triggering scaling resources
• Also provide insights on deployed resources
_________ gives you visibility and control of your infrastructure on AWS. It is a unified user interface so you can view operational data from multiple AWS services.
“AWS Systems Manager”
• Automate operational tasks across your AWS resources
• Shortens time to detect and resolve issues
Is a web service that records AWS API calls for your account and delivers log files to you
“AWS Cloud Trail”
• Monitors and logs AWS account activity
• User activity on AWS management console
• AWS Management Console
• AWS Software dev kits (SDKs)
• Command line tools
• Other AWS services
• Simplifies security analysis of activity in your account
Fully managed service that provides you with an AWS resource inventory, configuration history, and configuration change notifications to enable security and governance
"AWS Config" • Enables you to assess, evaluate the configuration of AWS resources • Assists: - Compliance auditing - Security analysis - Change management and control - Operational trouble shooting
____ is an online resource to help you reduce cost, increase performance, and improve security by optimizing your AWS environment.
“Trusted Advisor”
- Provides real-time guidance to help you provision your resources following AWS best practices.
- Advise on how to optimize for security and performance
Service used to monitors your applications and automatically adjusts capacity to maintain steady, predictable performance at the lowest possible cost
"AWS Auto Scaling" You can build scaling for - * Amazon EC2 instances * Amazon ECS tasks * Amazon DynamoDB tables and indexes * Amazon Aurora Replicas
_________ allows you to use programming languages or a simple text file to model and provision, in an automated and secure manner, all the resources needed for your applications across all regions and accounts.
“Cloud Formation”
• Text file to define infra
• Use this text file to deploy resources on AWS cloud
• Allows defining of Infra as code
• Manage infra with same version control tools as code