AWS CSAA Exam Experience

Not giving much away here, but you really do need to know your AWS products. A few question popped up which had me thinking "is that really an AWS product!" I did feel like some of the questions are trying to trick you with products that don't even exist.

So I came across this very good recent list of AWS services:

https://www.eckher.com/c/21gjdl7gz4

A few worthy mentions:

  • Amazon Comprehend Medical
    • https://aws.amazon.com/comprehend/medical/
    • Amazon Comprehend Medical is a HIPAA-eligible natural language processing (NLP) service that uses machine learning that has been pre-trained to understand and extract health data from medical text, such as prescriptions, procedures, or diagnoses.
  • Amazon DynamoDB Accelerator (DAX)
    • https://aws.amazon.com/dynamodb/dax/
    • Amazon DynamoDB Accelerator (DAX) is a fully managed, highly available, in-memory cache for Amazon DynamoDB that delivers up to a 10 times performance improvement - from milliseconds to microseconds - even at millions of requests per second.
  • Amazon Guard Duty
    • https://aws.amazon.com/guardduty/
    • Amazon GuardDuty is a threat detection service that continuously monitors your AWS accounts and workloads for malicious activity and delivers detailed security findings for visibility and remediation.
  • AWS Fargate
    • https://aws.amazon.com/fargate/
    • AWS Fargate is a serverless, pay-as-you-go compute engine that lets you focus on building applications without managing servers. AWS Fargate is compatible with both Amazon Elastic Container Service (ECS) and Amazon Elastic Kubernetes Service (EKS).
  • Amazon Macie
    • https://aws.amazon.com/macie/
    • Amazon Macie 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.
  • Amazon Managed Streaming for Apache Kafka (MSK)
  • Amazon Rekognition
    • https://aws.amazon.com/rekognition/
    • Amazon Rekognition offers pre-trained and customizable computer vision (CV) capabilities to extract information and insights from your images and videos.
  • AWS Snow Family: AWS Snowcone < AWS Snowball < AWS Snowmobile
    • https://aws.amazon.com/snow/
    • The AWS Snow Family helps customers that need to run operations in austere, non-data center environments, and in locations where there's lack of consistent network connectivity. The Snow Family, comprised of AWS Snowcone, AWS Snowball, and AWS Snowmobile, offers a number of physical devices and capacity points, most with built-in computing capabilities. These services help physically transport up to exabytes of data into and out of AWS. Snow Family devices are owned and managed by AWS and integrate with AWS security, monitoring, storage management, and computing capabilities.
  • AWS WAF - Web Application Firewall
    • https://aws.amazon.com/waf/
    • AWS WAF is a web application firewall that helps protect your web applications or APIs against common web exploits and bots that may affect availability, compromise security, or consume excessive resources. AWS WAF gives you control over how traffic reaches your applications by enabling you to create security rules that control bot traffic and block common attack patterns, such as SQL injection or cross-site scripting.

Comments