Table of Contents

AWS Certified Solution Architect Professional

Exam guide https://d1.awsstatic.com/training-and-certification/docs-sa-pro/AWS-Certified-Solutions-Architect-Professional_Exam-Guide.pdf

Experience:

Test Tips to remember:

Example questions:

Cheat Sheet, important remarks :

https://www.dropbox.com/scl/fi/j3p79amqddxg0f1x11xax/AWS-Architect-Professional-Master-Cheat-Sheet.pdf?rlkey=2ruf14noczobkpz3mzkoye40b&dl=0

Domains in Exam:

  1. Design for organizational complexity
    26%
  2. Design for new solutions
    29%
  3. Continuously improve existing solutions
    25%
  4. Accelerate workload migration and modernization
    20%

Notes

AWS Shield protects the OSI model’s infrastructure layers (Layer 3 Network, Layer 4 Transport)

AWS Shield is a managed Distributed Denial of Service (DDoS) protection service, whereas AWS WAF is an application-layer firewall that controls access via Web ACL’s.

See https://cmakkaya.medium.com/how-to-secure-our-resources-from-doos-attacks-with-aws-waf-shield-5307c85cb476

Shield “Simple” - AWS reacts on DDoS attacks

Shield “Advanced” - AWS reacts on DDoS attacks and provides a 24×7 team and reports.

Opposed to Application firewalls like WAF - Network firewalls operate at Layer 3 (Network) and only understand the

AWS Security Groups are a great example of this.

WAF - is a Access Control List based application firewall and works on OSI layer 7 (Application)

means it understands higher-level protocols such as an

A WAF can be configured to detect traffic from the following:

When incoming traffic matches any of the configured rules, WAF can reject requests, return custom responses or simply create metrics to monitor applicable requests.