[AWS] Architecture Patterns - Compute
High availability and elastic scalbility for web servers?
Use EC2 Auto Scaling and An application load balancer across multi AZs.
Low-Latency connections over UDP to a pool of instances running a gaming application?
Use a Network Load Balancer with a UDP listener
Clients need to whitelist static IP addresses for a highly available load balanced application in an AWS Region?
Use an NLB and create static IP addresses in each AZ.
Application On EC2 in an Auto Scaling group requires disaster recovery across Regions?
Create ASG in a second region iwth the capacity set to 0. Take snapshots and copy them across Regions (Lambda or DLM).
Application on EC2 must scale in larger increments if a big increase in traffic occurs, compared to small increases in traffic?
Use Auto scaling with a Step Scaling policy and configure a larger capacity increase.
Need to scale EC2 instances behind an ALB based on the number of requests completed by each instance?
Configure a target tracking policy using the ALBRequestCountPerTarget metric.
Need to run a large batch computing job at the lowest cost. Must be managed. Nodes can pick up where others left off in case of interruption?
Use a managed AWS Batch job and use EC2 spot instances.
A tightly coupled High Performance Computing (HPC) workload requires low-latency between nodes and optimum netowork perofrmance?
Launch EC2 instances in a signle AZ in a cluster placement group and use an Elastic Fabric Adapter (EFA)
LOB Application receives weekly burst of traffic and must scale for short periods - need the most cost-effective solution?
Use reserved instances for minimum required workload and then use Spot instances for the bursts in traffic.
Application must startup quickly when launched by ASG but requries app dependencies and code to be installed?
Create an AMI that includes the application dependencies and code.
Application runs on EC2 behind an ALB. Once authenticated users should not need to reauthenticate if an instance fails?
Enable sticky session for the target group or alternatively use a session store such as DynamoDB
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 阿里最新开源QwQ-32B,效果媲美deepseek-r1满血版,部署成本又又又降低了!
· Manus重磅发布:全球首款通用AI代理技术深度解析与实战指南
· 开源Multi-agent AI智能体框架aevatar.ai,欢迎大家贡献代码
· 被坑几百块钱后,我竟然真的恢复了删除的微信聊天记录!
· AI技术革命,工作效率10个最佳AI工具
2021-04-04 [AWS] Lab: Configure and Work with CodeCommit from the CLI
2019-04-04 [Spring boot] Autowired by name, by @Primary or by @Qualifier
2019-04-04 [Docker] Getting Started with Container Networks
2017-04-04 [CSS] Build Responsive CSS Layouts with Tachyons
2017-04-04 [CSS] Specify grid columns, rows, and areas at once with the grid-template shorthand
2017-04-04 [CSS] Nest a grid within a grid
2017-04-04 [CSS] Re-order the appearance of grid items using the order property