AWS CSAA Key Words Study Note



I mentioned Key Words note in How I Passed AWS CSAA in 3 Months. The Key Words note is a quick cheat sheet to review before the exam. It is based on the practices from my study and the questions from mock exams. So it is not covered all AWS terms. Here is your reference to build your own Key Words note:

Security group vs. ACL

Security Group
Network ACL
Operates at the instance level (first layer of defense)
Operates at the subnet level (second layer of defense)
Supports allow rules only
Supports allow rules and deny rules
Is stateful: Return traffic is automatically allowed, regardless of any rules
Is stateless: Return traffic must be explicitly allowed by rules
We evaluate all rules before deciding whether to allow traffic
We process rules in number order when deciding whether to allow traffic
Applies to an instance only if someone specifies the security group when launching the instance, or associates the security group with the instance later on
Automatically applies to all instances in the subnets it's associated with (backup layer of defense, so you don't have to rely on someone specifying the security group)
Review details and diagram 

S3

AWS Databases

Scenarios
Types
A managed relational database in the cloud that you can launch in minutes with a just a few clicks.
RDS
fully managed MySQL compatible relational database with 5X performance and enterprise level features.
Aurora
fully managed NoSQL database that offers extremely fast performance, seamless scalability and reliability. It supports both document and key-value store models.
DynamoDB
A fast, fully managed, petabyte-scale data warehouse at less than a tenth the cost of traditional solutions. The optimum query performance is through a combination of massively parallel processingcolumnar data storage, and very efficient, targeted data compression encoding schemes.
Redshift

EC2 Instance Purchasing Options

Management Tools

Route 53

Choose Alias record over CNAME record on ELB.

Routing policy:


Kinesis/EMR/Redshift

Kinesis
Elastic Map Reduce (EMR)
Redshift
Consume large streams of data
Processing big data
 Business intelligence, OLAP

Use case: Utilize Kinesis to collect big data and analyze with Kinesis clients, then use EMR to save the BI results to a Redshift.

SNS/SQS/SWF/SES/STS

Root Privileges vs. Fully Managed

AWS provides the root or system privileges on: EC2, EMR, Elastic BeanStalk, Opswork. DynamoDB, SNS, and SQS are fully managed.


AZ vs. Region

VPC

Conclusion

Always keep 4 pillars of WAF(security, reliability, performance efficiency and cost optimization) on AWS in mind for any tricky question during the exam.

Labels: