Management Services Flashcards

1
Q

” AWS CloudTrail” recorded information includes :

A
  • 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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Allows organizations to create and manage catalogs of IT services that are approved for use on AWS

A

“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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

A monitoring and management service built for developers, system operators, site reliability engineers (SRE), and IT managers

A

“AWS Cloud Watch”
• It can be used for triggering scaling resources
• Also provide insights on deployed resources

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

_________ 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.

A

“AWS Systems Manager”
• Automate operational tasks across your AWS resources
• Shortens time to detect and resolve issues

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Is a web service that records AWS API calls for your account and delivers log files to you

A

“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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Fully managed service that provides you with an AWS resource inventory, configuration history, and configuration change notifications to enable security and governance

A
"AWS Config"
• Enables you to assess, evaluate the configuration of AWS resources
• Assists:
	- Compliance auditing
	- Security analysis
	- Change management and control
	- Operational trouble shooting
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

____ is an online resource to help you reduce cost, increase performance, and improve security by optimizing your AWS environment.

A

“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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Service used to monitors your applications and automatically adjusts capacity to maintain steady, predictable performance at the lowest possible cost

A
"AWS Auto Scaling"
You can build scaling for - 
* Amazon EC2 instances
* Amazon ECS tasks
* Amazon DynamoDB tables and indexes
* Amazon Aurora Replicas
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

_________ 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.

A

“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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly