AWS Certified Solutions Architect - Associate Flashcards
Which service gives you the ability to set custom budgets that alert you when your costs or usage exceed (or are forecasted to exceed) your budgeted amount?
AWS Budgets
What service has an easy-to-use interface that lets you visualize, understand, and manage your AWS costs and usage over time?
AWS Cost Explorer
What service provides threat detection and continuous monitoring for malicious activity and unauthorized behavior to protect your AWS accounts and workloads?
AWS GuardDuty
What service is a fully-managed data security and data privacy service that uses machine learning and pattern matching to discover and protect your sensitive data in AWS? It also provides an inventory of S3 buckets that are public, unencrypted, or shared with AWS accounts outside the ones defined in your AWS organizations, which it can alert for sensitive data such as PII.
Amazon Macie
What is the default configuration of the default NACL?
Allow
What is the default configuration of a custom NACL?
Deny
What service can you use to create and provide trusted users with temporary *short term* security credentials that can control access to your AWS resources? This provides access to your AWS resources to your users, without having to define an AWS identity for them.
AWS Security Token Service (STS)
Is Redshift appropriate for handling session state of a web application?
No, it is a data warehouse
What is the easiest way to reliably load streaming data into data lakes, data stores, and analytics tools? It can capture, transform, and load streaming data into Amazon S3, Amazon Redshift, Amazon Elasticsearch Service, and Splunk, enabling near-real-time analytics with existing business intelligence tools and dashboards you’re already using today. It is a fully-managed service. It can also batch, compress, transform, and encrypt the data before loading it.
Amazon Kinesis Data Firehose
How is Kinesis Data Firehose different from Kinesis Data Streams?
It takes more work to set up Data Streams, but Firehose transfers into fewer places.
Where can Amazon Kinesis Data Firehose transfer information into?
S3
Redshift
Elasticsearch
Splunk
Ignoring cost, which Disaster Recovery plan has a better RTO and RPO? Warm standby, or Backup and Restore?
Warm Standby
What is RT in disaster recovery?
Recovery time - How fast the system is back up
What is RP in disaster recovery?
Recovery point - How much data is recovered
What can you do with an EBS volume while taking a snapshot of it?
Anything. It can be used normally.
What is a “warm attach” of an ENI?
Attaching it to an instance while it’s stopped.
What is a “hot attach” of an ENI?
Attaching it to an instance while it’s running.
What is a “cold attach” of an ENI?
Attaching it to an instance while it’s being launched.
Suppose you want a CFT to work in multiple regions, and therefore need to set the AMI based on the region. What’s a good way to do that?
Use a mapping, taking the region as a key and AMI as the value.
How could you implement synchronous data replication for an RDS database to meet a disaster recovery plan’s RTO?
RDS Multi-AZ deployments. When you provision an instance of one, RDS creates a primary DB instance and sychronously replicates the data to standby instances in different AZs. If the primary fails, it automatically falls over to a standby instance, while keeping the same endpoint.
Which DR plan optimizes RT with cost not being a major factor? Multi-site, Warm Standby, Pilot Light, or Backup and Restore?
Multi-Site. By having identical infrastructure in both places, you spend more money but have optimal RT.
Does RDS multi-region exist?
No
Does RDS multi-AZ exist?
Yes
What DNS records need to be made at the zone apex to point to the DNS name of an ALB?
Alias with A and AAAA type record sets
