Note_Tech

All technological notes.


Project maintained by simonangel-fong Hosted on GitHub Pages — Theme by mattgraham

AWS Solution

Back


Event processing

Lambda, SNS & SQS

event_processing_sqs_lambda

event_processing_sqsfifo_lambda

event_processing_sns_lambda.png


Fan Out Pattern: deliver to multiple SQS

fan_out_multiple_sqs

fan_out_multiple_sqs_sns.png


S3 Event Notifications

s3_event


S3 Event Notifications: S3 + EventBridge

s3_event_eventbridge


Intercept API Calls: CloudTrail + EventBridge

eventbridge_intercept_api_calls


Sent External events to AWS: API Gateway + Kinesis

external_events_api


Caching Strategies

caching_strategy


Blocking an IP address

Basic

block_IP01


with an ALB

block_IP01


with an NLB

block_IP01


ALB + WAF

block_IP01


ALB, CloudFront WAF

block_IP01


High Performance Computing (HPC)(变得常考)


Data Management & Transfer


Compute and Networking

HPC_placement


Storage


Automation and Orchestration


Creating a highly available EC2 instance

Standby EC2 instance

ha_ec201


With an Auto Scaling Group

ha_ec202


With ASG + EBS

ha_ec202


More Architecture Examples


TOP