4.0 - Monitoring, Security, and Pricing Flashcards

(83 cards)

1
Q

List the six pillars of the Well-Architected Framework.

A

Security
Performance Efficiency
Reliability
Operational Excellence
Cost Optimization
Sustainability

SPROCS

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

What is the purpose of CloudWatch?

A

To give visibility to cloud resources and apps - can be tracked in dashboards and can trigger alerts

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

What is the purpose of CloudTrail?

A

Provides accountability for API activity in your account

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

True or false: you need to install the CloudWatch agent on EC2 instances in order to collect certain metrics.

A

True (free memory, % disk space used, etc.)

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

True or false: CloudWatch log groups are retained indefinitely by default.

A

True - and that can get pricey

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

What is a tag?

A

a key-value pair that you can add to any AWS resource

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

What does Systems Manager do?

A

Allows you to group resources in AWS, on-prem, or other clouds; can take automated actions on resource groups

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

What does Systems Manager Parameter Store do?

A

Securely stores sensitive data - passwords, DB connection strings, license keys

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

What does AWS Health Dashboard do?

A

View status of services and regions relevant to the workloads running in your AWS account

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

What does AWS Health API do?

A

Use it to build your own custom observability platform

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

What does the Trusted Advisor do?

A

One-stop shop for advice on how your well-architected framework is running.

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

Data encryption, secure CloudTrail, public access, resource provisioning, network security, and protected credentials are all things that should be continually…

A

audited

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

In addition to Trusted Advisor, another auditing tool provided by AWS is…

A

AWS Config (which is the backbone of auditing on AWS)

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

True or false: AWS Config enforces adherence to best practices.

A

False - it will only detect and alert.

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

What does Audit Manager do?

A

Centralizes audit data from AWS Config, finds root causes, and generates reports

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

AWS offers the Well-Architected Tool, which does what?

A

Assess your workloads and generates action plans to bring your infrastructure in line with best practices.

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

What is Amazon Connect?

A

Tool for creating a call/contact center in the cloud

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

What is Amazon Workspaces?

A

Provisions secure remote desktops

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

What does Amazon AppStream do?

A

Creates web-based applications (converts software to SaaS)

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

True or false: AWS Config can generate audit reports.

A

False

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

In the Shared Responsibility Model, the customer is responsible for security ____ the cloud, while AWS is responsible for security _____ the cloud.

A

in, of

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

With respect to security, what do Managed Services do?

A

Offload some of the responsibility for security from the customer and onto AWS.

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

What is the primary tool for granular security?

A

IAM

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

What user has the right to destroy your AWS account?

A

Root

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
When an IAM user accesses a resource via the CLI, they will authenticate using ______.
Access keys
26
When an IAM user accesses a resource via the AWS console (web browser), they will authenticate using ______.
username & password
27
True or false: long-lasting access keys are a security risk.
True - best practice is to rotate them
28
What three entities can an IAM Policy be applied to?
a user, a group, or a role (AWS resources and applications)
29
IAM roles can use long-lasting access keys.
False - they are rotated by design
30
What does IAM Access Analyzer do?
Identifies and alerts if a resource has external access; validates IAM policies; and generates IAM policies based on usage
31
What does IAM Policy Simulator do?
allows you to test policies before granting them to users, groups, or roles
32
True or false: Data in an S3 bucket is encrypted by default.
True
33
What does Amazon Macie do?
Scans the contents of S3 buckets for PII.
34
True or false: EBS instances are encrypted by default.
False
35
True or false: RDS instances are encrypted by default.
False
36
What tool can be used to encrypt EBS and RDS instances?
Key Management Service (KMS)
37
True or false: You can only encrypt an Amazon RDS DB instance when you create it, not after the DB instance is created.
True. If you need to encrypt an RDS instance later, you need to create a copy of it, and encrypt that.
38
True or false: all traffic within a VPC is encrypted by default.
True
39
What tool provisions, deploys, and renews SSL/TLS certificates?
Certificate Manager
40
What does the Secrets Manager tool do above and beyond the Parameter Store tool?
Automatically rotates passwords
41
True or false: NACLs can filter based on source or destination IP address.
False - source IP address only.
42
In addition to NACLs and Security Groups, what service does AWS provide for network security?
AWS Network Firewall
43
What tool provides network protection of public-facing entry points?
AWS Web Application Firewall (WAF)
44
What tool defends specifically against DDoS attacks?
AWS Shield
45
True or False: AWS Shield Standard comes at no cost.
True
46
How does AWS Shield Advanced differ from Shield Standard?
24/7 DDoS response team and other advanced protection
47
Network Firewall, WAF, and Shield can all be managed through what tool?
AWS Firewall Manager
48
What tool supports security and config tools such as Firewall Manager, Guard Duty, Inspector, Macie, Systems Manager, Config, IAM Access Analyzer, and AWS Health?
Security Hub
49
What does Guard Duty do?
Tracks activity logs looking for malicious behavior using machine learning
50
What does Inspector do?
Continually inspects workloads for vulnerabilities and network access
51
Patch Manager is a subsystem of what tool?
Systems Manager
52
The opposite of Guard Duty, what tool detects malicious behavior after the fact?
Amazon Detective
53
What is AWS Cloud Security?
A landing page for finding the latest security-related information
54
Where can you purchase pre-built third-party security solutions?
AWS Marketplace
55
What is an "account" in AWS?
An account is a collection of resources which many users can log into and contribute to
56
What does AWS Organizations do?
Administers multiple AWS accounts, in order to organize and limit access to resources
57
AWS Organizations use ______ to control access.
Service Control Policies
58
What tool automates account creation?
AWS Control Tower
59
What does AWS Artifact do?
It is a repository of compliance documents
60
What does Security Token Service do?
Provides temporary credentials for temporary users (e.g. auditors)
61
Demonstrating regulatory compliance in the cloud is _________ responsibility.
the customer's
62
What does Compute Optimizer do?
Monitors utilization metrics via CloudWatch and provides right-sizing recommendations for EC2 instances.
63
True or false: Lambda has no idle cost.
True
64
When should you use a reserved instance?
Used when workload is predictable and constant over time
65
What is a spot instance?
An instance that's only available when AWS has a surplus; may start or stop unpredictably, but comes at a huge cost savings
66
What are three types of reserved instances?
Standard, convertible, and scheduled
67
What allows you to change an object from one S3 bucket type to another (or expires it)?
S3 Lifecycle Configuration
68
What tool analyzes S3 usage patterns and moves objects to more-appropriate buckets?
S3 Intelligent Tiering
69
What does S3 Storage Lens do?
Examines all of your org-wide S3 buckets and makes recommendations for storage class changes across all of your accounts
70
When creating a storage lifecycle, what is the minimum amount of time between transitioning objects between storage classes?
30 days
71
True or false: when transferring data from the public internet into AWS, there is no charge.
True
72
What is the most expensive type of data transfer?
from AWS to the public internet (roughly 10 cents per gigabyte)
73
True or false: a data transfer between an EC2 instance and an RDS instance in the same AZ is free.
True
74
True or false: a data transfer between an EC2 instance and an RDS instance in a different AZ is free.
False
75
What is the general rule regarding the cost of data transfer?
The farther the data has to travel, the more expensive it will be.
76
What does the Pricing Calculator tool do?
Assesses your potential cloud costs
77
What does the AWS Budgets tool do?
You can set a customized budget and receive SNS alerts when you exceed those thresholds.
78
What does Cost Explorer do?
It is a dashboard/reporting tool where you can track usage and projected expenditure.
79
What do Cost and Usage Reports do?
Gives the most detailed data on your cost and usage history.
80
What does Billing Conductor do?
Allows you to create billing groups within your Organization.
81
Basic, Developer, Business, Enterprise On-Ramp, and Enterprise are categories of what?
AWS Support Plans
82
What is AWS IQ?
a marketplace of freelance consultants who are AWS-certified
83
Who is AWS Activate geared toward?
startups