Skip to content

craighillelson/aws-sap-c02-prep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 

Repository files navigation

AWS Solutions Architect Professional SAP-C02 Notes

AWS Certified Solutions Architect - Professional (SAP-C02) Exam Guide

Domains

  • Domain 1: Design Solutions for Organizational Complexity (26% of scored content)
  • Domain 2: Design for New Solutions (29% of scored content)
  • Domain 3: Continuous Improvement for Existing Solutions (25% of scored content)
  • Domain 4: Accelerate Workload Migration and Modernization (20% of scored content)

Resources

Permissions Boundaries

  • do not grant permissions
  • define maximum permissions for IAM roles

Policy Evaluation Logic

  1. Explicit deny
  2. SCP
  3. Resource policy
  4. Permissions boundar
  5. Session policy
  6. Identity policy

Security Groups vs NACLs

Security Groups NACLs
operate at the instance level and act as a virtual firewall, controlling inbound and outbound traffic to individual EC2 instances operate at the subnet level and control inbound and outbound traffic for the entire subnet
default deny all policy default allow all policy
allow rules only, stateful allow and deny rules, stateless
evaluate rules in order of precedence evaluate rules in the order they are listed, from lowest to highest rule number
automatically associated with an EC2 instance when it is launched automatically associated with a subnet when the subnet is created

Services

Terms

  • ASN: Autonomous System Number
  • BGP: Border Gateway Protocol
    • used by some AWS services such as Direct Connect and Dynamic Site to Site VPNs, BGP uses the shortest path first (SPF) algorithm to determine the best path to route traffic
    • scalable but not trusted
  • Deployment Strategies
    • Blue/Green Deployment: two identical environments, one (blue) running the current application version and the other (green) running the new version. After testing, traffic is switched to the green environment.
    • Canary Deployment: new version is rolled out to a small subset of users first
    • Rolling Deployment: new version is gradually rolled out to all instances in the environment, replacing the old version incrementally
    • Immutable Deployment: new version is deployed to a new set of instances, and once verified, the old instances are terminated
    • All-at-once Deployment: new version is deployed to all instances simultaneously
  • Forward Web Proxy Server: accepts requests from your private network and forwards them to the internet, acting as an intermediary for clients
  • IPSEC VPN
    • group of protocols
    • sets up secure tunnels across insecure networks
    • provides authentication and encryption
    • peers exchange public keys and then use a combination of each other's public keys ad their private keys to produce a symmetrical IPSEC key
  • VIF: Virtual Interface, a logical interface that connects your AWS resources to your on-premises network

About

My notes in preparation for the AWS SAP-C02 exam

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published