Bangun API yang Scalable di AWS Spot Instances

Halo! Nama saya Kirill, saya seorang CTO di Adapty. Sebagian besar arsitektur kami menggunakan AWS, dan hari ini saya akan berbicara tentang bagaimana kami memotong biaya server sebesar 3x dengan menggunakan contoh Spot di lingkungan produksi, serta cara mengaturnya ke skala otomatis. Pertama akan ada ikhtisar tentang cara kerjanya, dan kemudian petunjuk rinci untuk memulai.



Apakah Instance Spot itu?



Instance Spot adalah server pengguna AWS lain yang saat ini tidak digunakan dan mereka menjual dengan diskon besar (Amazon menulis hingga 90%, ~ 3x dalam pengalaman kami, bervariasi berdasarkan wilayah, AZ, dan jenis instance). Perbedaan utama mereka dari yang konvensional adalah bahwa mereka dapat mematikan kapan saja. Oleh karena itu, untuk waktu yang lama kami percaya bahwa itu normal untuk menggunakannya untuk lingkungan perawan, atau untuk tugas menghitung sesuatu, dengan menyimpan hasil antara pada S3 atau di pangkalan, tetapi tidak untuk penjualan. Ada solusi pihak ketiga yang memungkinkan Anda untuk menggunakan tempat penjualan, tetapi ada banyak kruk untuk kasus kami, jadi kami tidak menerapkannya. Pendekatan yang dijelaskan dalam artikel berfungsi sepenuhnya dalam fungsionalitas AWS standar, tanpa skrip tambahan, mahkota, dll.



Berikut adalah beberapa tangkapan layar yang menunjukkan riwayat harga Spot Instance.



m5. besar di wilayah eu-barat-1 (Irlandia). Harga sebagian besar stabil selama 3 bulan, saat ini penghematan 2,9x .



gambar



m5.besar di wilayah us-east-1 (N. Virginia). Harga telah terus berubah selama 3 bulan, saat ini penghematan dari 2.3x ke 2.8x tergantung pada zona ketersediaan.



gambar



t3.small di wilayah us-east-1 (N. Virginia). Harganya stabil selama 3 bulan, saat ini penghematan 3,4x .



gambar



Arsitektur layanan



Arsitektur dasar dari layanan ini, yang akan kita bahas dalam artikel ini, ditunjukkan pada diagram di bawah ini.



gambar



Application Load Balancer β†’ EC2 Target Group β†’ Elastic Container Service



Application Load Balancer (ALB), EC2 Target Group (TG). TG , ALB Elastic Container Service (ECS). ECS β€” Kubernetes AWS, Docker .



, . ECS TG, ( Kubernetes ), . TG , health check, - , .



EC2 Auto Scaling Groups + ECS Capacity Providers



EC2 Auto Scaling Groups (ASG). , . AWS ECS. ECS , , CPU, RAM . , .



ECS Capacity Providers (ECS CP). ECS ASG, , ( ASG). , ECS CP , ASG, . ECS CP , , , .



EC2 Launch Templates



, , , β€” EC2 Launch Templates. , , . , , . , . , , ECS .



β€” ECS_ENABLE_SPOT_INSTANCE_DRAINING=true. , ECS , , , Draining. , , , . . 2 . 2 , .



β€” AWS Elastic File System (EFS) ECS, , , . SIGINT ( Draining) 30 , , ECS_CONTAINER_STOP_TIMEOUT. 2 .





. , . , - . AWS, CloudFormation Terraform. Adapty Terraform.



EC2 Launch Template



, . EC2 -> Instances -> Launch templates.



Amazon machine image (AMI) β€” , . ECS Amazon. ECS. ID , Amazon ECS-optimized AMIs, AMI ID . , us-east-1 ID β€” ami-00c7c1cf5bdc913ed. ID Specify a custom value.



Instance type β€” . , .



Key pair (login) β€” , SSH, .



Network settings β€” . Networking platform Virtual Private Cloud (VPC). Security groups β€” . , , . 2 , , (inbound) 80 (http) 443 (https), , . (outbound) TCP . , , - .



Storage (volumes) β€” . , AMI, ECS Optimized β€” 30 GiB.



Advanced details β€” .



Purchasing option β€” . , , Auto Scaling Group, .



IAM instance profile β€” , . , ECS, , ecsInstanceRole. , , , . .

, , . EBS-optimized instance T2/T3 Unlimited, burstable .



User data β€” . /etc/ecs/ecs.config, ECS.

, user data:



#!/bin/bash
echo ECS_CLUSTER=DemoApiClusterProd >> /etc/ecs/ecs.config
echo ECS_ENABLE_SPOT_INSTANCE_DRAINING=true >> /etc/ecs/ecs.config
echo ECS_CONTAINER_STOP_TIMEOUT=1m >> /etc/ecs/ecs.config
echo ECS_ENGINE_AUTH_TYPE=docker >> /etc/ecs/ecs.config
echo "ECS_ENGINE_AUTH_DATA={\"registry.gitlab.com\":{\"username\":\"username\",\"password\":\"password\"}}" >> /etc/ecs/ecs.config


ECS_CLUSTER=DemoApiClusterProd β€” , , . , .



ECS_ENABLE_SPOT_INSTANCE_DRAINING=true β€” , , Draining.



ECS_CONTAINER_STOP_TIMEOUT=1m β€” , SIGINT, 1 , .



ECS_ENGINE_AUTH_TYPE=docker β€” , docker-



ECS_ENGINE_AUTH_DATA=... β€” container registry, Docker . , .



Docker Hub, ECS_ENGINE_AUTH_TYPE ECS_ENGINE_AUTH_DATA .



: AMI, Docker, Linux, ECS . , . email , Lambda-, Launch Template AMI.



EC2 Auto Scaling Group



Auto Scaling Group . EC2 -> Auto Scaling -> Auto Scaling Groups.



Launch template β€” . .



Purchase options and instance types β€” . Adhere to launch template Launch Template. Combine purchase options and instance types . .



Optional On-Demand base β€” , , .



On-Demand percentage above base β€” , 50-50 , 20-80 4 . 50-50, 20-80, 0-100.



Instance types β€” , . , . , . , )



gambar



Network β€” , VPC , .



Load balancing β€” , , . Health checks .



Group size β€” . , .



Scaling policies β€” , , ECS , .



Instance scale-in protection β€” . , ASG , . , , ECS Capacity Provider.



Add tags β€” ( Tag new instances). Name, , , , .



gambar



Advanced configurations, .



Termination policies β€” , . . , . Launch Template (, AMI, , ). , . .



gambar



: , Instance Refresh. Lambda- , . instance scale-in protection . , , Instance management.



Application Load Balancer EC2 Target Group



EC2 β†’ Load Balancing β†’ Load Balancers. Application Load Balancer, .



Listeners β€” 80 443 80 443 .



Availability Zones β€” .



Configure Security Settings β€” SSL- , β€” ACM. Security Policy , ELBSecurityPolicy-2016-08. , DNS name, CNAME . , Cloudflare.



gambar



Security Group β€” , EC2 Launch Template β†’ Network settings.



Target group β€” , , . Target type Instance, Protocol Port , HTTPS , . , 80 .



Health checks β€” . , -, -. , , . Success codes 200-399, Docker , , 304 .



gambar



Register Targets β€” , ECS, .



: , S3 . , SQL- S3 Athena. - . S3 .



ECS Task Definition



, , , . ECS β†’ Task Definitions.



Launch type compatibility β€” EC2.



Task execution IAM role β€” ecsTaskExecutionRole. , .



Container Definitions Add Container.



Image β€” , Docker Hub bitnami/node-example:0.0.1.



Memory Limits β€” . Hard Limit β€” , , docker kill, . Soft Limit β€” , , . , 4 GiB , soft limit β€” 2048 MiB, 2 . 4 GiB β€” , 4096 MiB, ECS Instances . Soft limit hard limit. , , .



Port mappings β€” Host port 0, , , Target Group. Container Port β€” , , , , Dockerfile . 3000, Dockerfile .



Health check β€” , , Target Group.



Environment β€” . CPU units β€” Memory limits, . β€” 1024 , , 512, 4 . CPU units , .



Command β€” , . gunicorn, npm . , CMD Dockerfile. npm,start.



Environment variables β€” . , Secrets Manager Parameter Store.



Storage and Logging β€” CloudWatch Logs ( AWS). Auto-configure CloudWatch Logs. Task Definition CloudWatch. , Retention period Never Expire . CloudWatch Log groups, .



gambar



ECS Cluster ECS Capacity Provider



ECS β†’ Clusters, . EC2 Linux + Networking.



Cluster name β€” , , Launch Template ECS_CLUSTER, β€” DemoApiClusterProd. Create an empty cluster. Container Insights, CloudWatch. , ECS Instances , Auto Scaling group.



gambar



Capacity Providers . , , ECS . , .



Auto Scaling group β€” .



Managed scaling β€” , .



Target capacity % β€” . 100%, . 50%, . , , , .



Managed termination protection β€” , . , Target capacity %.



ECS Service



:) , Services.



Launch type β€” Switch to capacity provider strategy .



gambar



Task Definition β€” Task Definition .



Service name β€” , , Task Definition.



Service type β€” Replica.



Number of tasks β€” . , .



Minimum healthy percent Maximum percent β€” . 100 200, , 2 , . 1 , min=0, max=100, , , . 1 , min=50, max=150, , 1 .



Deployment type β€” Rolling update.



Placement Templates β€” . AZ Balanced Spread β€” , , . BinPack β€” CPU Spread β€” AZ, CPU. , .



gambar



Load balancer type β€” Application Load Balancer.



Service IAM role β€” ecsServiceRole.



Load balancer name β€” .



Health check grace period β€” , 60 .



Container to load balance β€” Target group name , .



gambar



Service Auto Scaling β€” . Configure Service Auto Scaling to adjust your service’s desired count. .



IAM role for Service Auto Scaling β€” AWSServiceRoleForApplicationAutoScaling_ECSService.



Automatic task scaling policies β€” . 2 :



  1. Target tracking β€” ( CPU/RAM ). , 85%, , , . , , (Disable scale-in).
  2. Step scaling β€” . (CloudWatch Alarm), , , .


, , , .





Docker , .



gambar



  1. , . .
  2. , , .
  3. , .
  4. , , 3 .
  5. , , .
  6. Capacity Provider, (), .
  7. .


, , email-, .



. , - . 1+ . API, . , - , , .



, ECS - .



, serverless ( ) GitLab CI Terraform Cloud.



, !




All Articles