cloud:aws
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| cloud:aws [2023/12/06 08:53] – [Lambdas] skipidar | cloud:aws [2024/01/30 14:52] (current) – skipidar | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== AWS ===== | ===== AWS ===== | ||
| + | |||
| + | == Service catalogue == | ||
| Human friendly overview of all services | Human friendly overview of all services | ||
| Line 7: | Line 9: | ||
| {{https:// | {{https:// | ||
| + | |||
| + | |||
| + | == Prescriptive-guidance == | ||
| + | |||
| + | Prescriptive Guidance provides time-tested strategies, guides, and patterns to help accelerate your cloud migration, modernization, | ||
| + | |||
| + | https:// | ||
| + | |||
| + | {{https:// | ||
| == Library == | == Library == | ||
| Line 354: | Line 365: | ||
| |Programming model|http:// | |Programming model|http:// | ||
| ||| | ||| | ||
| + | |||
| + | Configuring functions: | ||
| + | https:// | ||
| == Python == | == Python == | ||
| Line 373: | Line 387: | ||
| + | |||
| + | ==== SCP ==== | ||
| + | |||
| + | THe policies are applied on an organizational level. | ||
| + | |||
| + | This is an example, how all services, but sts, s3, iam are denied | ||
| + | |||
| + | <sxh> | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | ], | ||
| + | " | ||
| + | } | ||
| + | ] | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | This is how policies are evaluated. | ||
| + | https:// | ||
| + | |||
| + | {{https:// | ||
| ===== CloudFormation ===== | ===== CloudFormation ===== | ||
| Line 436: | Line 479: | ||
| ===== Shield ===== | ===== Shield ===== | ||
| - | * protects | + | |
| + | AWS Shield | ||
| + | |||
| + | 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:// | ||
| + | |||
| + | {{https:// | ||
| Shield **" | Shield **" | ||
| Line 451: | Line 502: | ||
| ===== WAF Web Application Firewall ===== | ===== WAF Web Application Firewall ===== | ||
| - | Concentrates | + | See https:// |
| + | |||
| + | |||
| + | Network firewalls operate at Layer 3 (Network) and only understand the | ||
| + | * source IP Address, | ||
| + | * port, and | ||
| + | * protocol. | ||
| + | |||
| + | AWS **Security Group**s are a great example of this. | ||
| + | {{https:// | ||
| + | |||
| + | |||
| + | WAF works on **OSI layer 7** (Application) | ||
| + | |||
| + | means it understands higher-level protocols such as an | ||
| + | * HTTP(S) request, including its | ||
| + | * headers, | ||
| + | * body, | ||
| + | * method, and | ||
| + | * URL | ||
| * WAF interacts with | * WAF interacts with | ||
| - | | + | |
| - | * application load balancers, | + | * application load balancers, |
| - | * AppSync GraphQL, | + | * AppSync GraphQL, |
| - | * APIs and | + | * APIs and |
| - | * API Gateway REST APIs. | + | * API Gateway REST APIs. |
| A WAF can be configured to detect traffic from the following: | A WAF can be configured to detect traffic from the following: | ||
| Line 470: | Line 541: | ||
| When incoming traffic matches any of the configured rules, WAF can reject requests, return custom responses or simply create metrics to monitor applicable requests. | When incoming traffic matches any of the configured rules, WAF can reject requests, return custom responses or simply create metrics to monitor applicable requests. | ||
| + | |||
| + | |||
| + | |||
| ===== AWS API Gateway ===== | ===== AWS API Gateway ===== | ||
| Line 822: | Line 896: | ||
| {{https:// | {{https:// | ||
| + | |||
| + | |||
| + | |||
| + | ===== Migration ===== | ||
| + | |||
| + | Prescriptive guideline describes pretty well how to organize it: | ||
| + | |||
| + | https:// | ||
| + | |||
| + | {{https:// | ||
| + | |||
| + | |||
| + | ===== Domains ===== | ||
| + | |||
| + | ==== Finance and credit card ==== | ||
| + | |||
| + | Real time credit card fraud evaluation: | ||
| + | |||
| + | https:// | ||
| + | |||
| + | {{https:// | ||
| + | |||
| + | |||
| + | ==== Goldman Sachs ==== | ||
| + | |||
| + | Achieving cross-regional availibility | ||
| + | |||
| + | https:// | ||
| + | |||
cloud/aws.1701852805.txt.gz · Last modified: by skipidar
