Please enable JavaScript.
Coggle requires JavaScript to display documents.
Security, Reducing Security Threats, Lambda, Elastic Container Service…
-
-
Lambda
Tips
-
Lambda functions are independent, 1 event = function
-
-
Lambda functions are trigger other lambda functions, 1 event can = x functions if functions trigger other functions
Architectures can get extremely complicated, AWS X-ray allows you to debug what is happening
Lambda can do things globally, you can use it to backup S3 buckets to other S3 buckets etc
-
-
-
What is ?
-
is a compute service where you can upload your code and create a Lambda function. AWS Lambda takes care of provisioning and managing the servers that you use to run the code. You don't have to worry about operating systems, patching, scaling, etc
Pricing
-
Duration
is calculated from the time your code begins executing until it return or otherwise terminates, rounded up to the nearest 100ms. The price depends on the amount of memory you allocate to your function. You are charged $0.00001667 for every GB-second used
-
-
-
Web Application Firewall
What ?
Web application firewall that lets you monitor HTTP(S) request to CloudFront, ALB, or API Gateway
-
-
-
How Does WAF work
3 different behaviors
Allow all requests, except the ones you specify
Block all requests, expect the ones you specify
-
-
-
-
CloudHSM
What is CloudHSM
-
-
-
-
-
-
Single tenant, dedicated hardware, multi AZ cluster
-
-
-
-
-
-
-
AWS Shield
What ?
-
-
:warning:
AWS Shield Advanced
-
Enhanced protection for EC2, ELB, CloudFront, Global Accelerator Route 53
-
-