SlideShare uma empresa Scribd logo
1 de 35
ESCALABILIDADE COM
LAMBDA E ELASTIC
BEANSTALK – PARTE I
ZOOX – MARÇO 2020
PARTE I
• O que é escalabilidade?
• Visão geral do Elastic Benstalk
• Visão geral do Lambda
• Prós, Contras e comparativos entre os dois
• Considerações importantes de escalabilidade
• Banco de dados numa aplicação escalável
O QUE É ESCALAR UM SISTEMA?
SISTEMA
?
ESCALABILIDADE
“Scalability is the property of a system
to handle a growing amount of work
by adding resources to the system”
• Geographic scalability: The ability to
maintain effectiveness during
expansion from a local area to a
larger region.
• Load scalability: The ability for
a distributed system to expand and
contract to accommodate heavier or
lighter loads, including, the ease
with which a system or component
can be modified, added, or
removed, to accommodate changing
loads.
ESCALABILIDADE NUMA APLICAÇÃO
Front Back Cache Database
AWS ELASTIC BEANSTALK
• “AWS Elastic Beanstalk is an easy-to-use service for deploying and
scaling web applications and services”
• “You can simply upload your code and Elastic Beanstalk automatically
handles the deployment, from capacity provisioning, load balancing,
auto-scaling to application health monitoring. At the same time, you
retain full control over the AWS resources powering your application
and can access the underlying resources at any time.”
• “There is no additional charge for Elastic Beanstalk - you pay only for
the AWS resources needed to store and run your applications.”
WEB SERVER ENVIRONMENT
WORKER ENVIRONMENT
ELASTIC BEANSTALK
PRÓS
• Variedade de linguagens e
docker
• Deploy, balanceamento, controle
de versão, escalabilidade
• Deploy muito fácil
• Tipos de deploy
• Altamento configurável
• Custo 0 (paga estrutura por trás)
CONTRAS
• Muito sensível a falhas de
deploy
• Configuração inicial complexa
• Busca por erros difícil
• Deploy pode demorar muito
• Limitado em alguns pontos
• Versões das linguages demoram
• Permissionamento
LAMBDA
• “AWS Lambda lets you run code without provisioning or
managing servers. You pay only for the compute time you
consume.”
• “With Lambda, you can run code for virtually any type of
application or backend service - all with zero administration.
Just upload your code and Lambda takes care of everything
required to run and scale your code with high availability. You
can set up your code to automatically trigger from other AWS
services or call it directly from any web or mobile app.”
LAMBDA – COLD START
LAMBDA
PRÓS
• Custo reduzido para baixo
tráfego
• Sem necessidade de
gerenciamento
• Rápido desenvolvimento (1
função)
• Alta escalabilidade
• Deploy independente por
função
CONTRAS
• Alto custo para grande tráfego
• Sem controle sobre ambiente
• Arquitetura complexa
• Quantidade de funções aumenta rápido
• DoS (1000 concorrências)
• Duração (máximo de 15 minutos)
• Cold Starts
• Monitorar / debugar (onde achar um erro entre
300 funções)
COMPARAÇÃO DE CUSTO
• EB
EC2 micro (1GB mem) = $6 /
mês
• LAMBDA
Total compute (sec) = 1440 * (0.2s) = 288 secs
Total compute (GB-s) = 1440 * 512MB/1024 =
720 GB-s
Monthly compute charges = 720 *
$0.00001667 = $0.0120024
Monthly request charges = 1440 * $0.2/M =
$0.2
Total = $0.3 / month
1440 reqs/mes (1 req a cada 30 min), duração 200ms, 512MB
LAMBDA 95% mais barato
COMPARAÇÃO DE CUSTO
• EB
EC2 small (2GB mem) = $20 /
month
• LAMBDA
Total compute (seconds) = 3M * (0.2s) =
600,000 seconds
Total compute (GB-s) = 3M * 512MB/1024 =
1.5M GB-s
Monthly compute charges = 1.5M *
$0.00001667 = $25
Monthly request charges = 3M * $0.2/M = $0.6
Total = $25.2 / month
3M reqs/month (35 r/s), duration 200ms, 512MB
LAMBDA 25% mais caro
COMPARAÇÃO DE CUSTO
• EB
3x EC2 small (2GB mem) = $60 /
month
• LAMBDA
Total compute (seconds) = 30M * (0.2s) = 6M
seconds
Total compute (GB-s) = 30M * 512MB/1024 =
15M GB-s
Monthly compute charges = 15M *
$0.00001667 = $250
Monthly request charges = 30M * $0.2/M = $6
Total = $256 / month
30M reqs/month (350 r/s), duration 200ms, 512MB
LAMBDA 420% mais caro
COMPARAÇÃO DE CUSTO
• EB
10x EC2 small (2GB mem) =
$200 / month
• LAMBDA
Total compute (seconds) = 570M * (0.2s) =
114M seconds
Total compute (GB-s) = 570M * 512MB/1024 =
285M GB-s
Monthly compute charges = 285M *
$0.00001667 = $4750
Monthly request charges = 570M * $0.2/M =
$114
Total = $4864 / month
api company (situacao em 2020-02) 570M reqs/month (6600 r/s), duration 200ms,
512MB
LAMBDA 2300% mais caro
COMPARAÇÃO DE CUSTO
MULTI-REGION
MULTI-REGION
DATABASES
• Pontos obrigatórios
1. Replicação para outras regiões com baixa latência
2. Serviço gerenciado
3. Baixo custo
• Desejáveis
1. NoSQL para evitar migrations
2. Global Write
DATABASES
MySQL Aurora MongoDB DynamoDB
Replicação X X X X
Gerenciado X X X X
NoSQL X X
Global Write +- X
Facilidade de uso X X X
DATABASES - MONGODB
$ 2,776 / mon
$ 870 / mont
AUTO-SCALE
AUTO SCALING EM AÇÃO
DYNAMODB
DYNAMODB COM REPLICAÇÃO
16 req / seg

Mais conteúdo relacionado

Mais procurados

Introduction to Windows Azure Service Bus Relay Service
Introduction to Windows Azure Service Bus Relay ServiceIntroduction to Windows Azure Service Bus Relay Service
Introduction to Windows Azure Service Bus Relay Service
Tamir Dresher
 
Amazon Webservice & Cloud Computing
Amazon Webservice & Cloud ComputingAmazon Webservice & Cloud Computing
Amazon Webservice & Cloud Computing
Jack Smith
 

Mais procurados (20)

A brief introduction to CloudFormation
A brief introduction to CloudFormationA brief introduction to CloudFormation
A brief introduction to CloudFormation
 
20160929 serverless-conf-osaka
20160929 serverless-conf-osaka20160929 serverless-conf-osaka
20160929 serverless-conf-osaka
 
Amazon WebServices lection 1
Amazon WebServices lection 1Amazon WebServices lection 1
Amazon WebServices lection 1
 
Introduction to Windows Azure Service Bus Relay Service
Introduction to Windows Azure Service Bus Relay ServiceIntroduction to Windows Azure Service Bus Relay Service
Introduction to Windows Azure Service Bus Relay Service
 
Adopting serverless
Adopting serverlessAdopting serverless
Adopting serverless
 
Aws Fargate clusterless serverless
Aws Fargate clusterless serverlessAws Fargate clusterless serverless
Aws Fargate clusterless serverless
 
Structuring node.js projects - Seven Peaks Software (Node.JS Meetup 18 nov 2021)
Structuring node.js projects - Seven Peaks Software (Node.JS Meetup 18 nov 2021)Structuring node.js projects - Seven Peaks Software (Node.JS Meetup 18 nov 2021)
Structuring node.js projects - Seven Peaks Software (Node.JS Meetup 18 nov 2021)
 
AWS systems manager | Francisco edilton
AWS systems manager | Francisco edilton  AWS systems manager | Francisco edilton
AWS systems manager | Francisco edilton
 
Performance Tales of Serverless - CloudNative London 2018
Performance Tales of Serverless - CloudNative London 2018Performance Tales of Serverless - CloudNative London 2018
Performance Tales of Serverless - CloudNative London 2018
 
Not all that glitter is AWS - Nerdearla2016
Not all that glitter is AWS - Nerdearla2016Not all that glitter is AWS - Nerdearla2016
Not all that glitter is AWS - Nerdearla2016
 
Amazon Webservice & Cloud Computing
Amazon Webservice & Cloud ComputingAmazon Webservice & Cloud Computing
Amazon Webservice & Cloud Computing
 
The future of cloud programming
The future of cloud programmingThe future of cloud programming
The future of cloud programming
 
20160916 aws premier-night-v2-public
20160916 aws premier-night-v2-public20160916 aws premier-night-v2-public
20160916 aws premier-night-v2-public
 
104 meets cloud
104 meets cloud104 meets cloud
104 meets cloud
 
Switching SaaS Hosting From dedicated virtual machines to container-based clu...
Switching SaaS Hosting From dedicated virtual machines to container-based clu...Switching SaaS Hosting From dedicated virtual machines to container-based clu...
Switching SaaS Hosting From dedicated virtual machines to container-based clu...
 
AWS guerrilla orchestration
AWS guerrilla orchestrationAWS guerrilla orchestration
AWS guerrilla orchestration
 
Cloud service-definition
Cloud service-definitionCloud service-definition
Cloud service-definition
 
Dray
DrayDray
Dray
 
Practical Cloud
Practical CloudPractical Cloud
Practical Cloud
 
Serverless Framework (2018)
Serverless Framework (2018)Serverless Framework (2018)
Serverless Framework (2018)
 

Semelhante a Escalabilidade com Lambda e Elastic Beanstalk – Parte I

Building Serverless Web Applications - DevDay Austin 2017
Building Serverless Web Applications - DevDay Austin 2017Building Serverless Web Applications - DevDay Austin 2017
Building Serverless Web Applications - DevDay Austin 2017
Amazon Web Services
 

Semelhante a Escalabilidade com Lambda e Elastic Beanstalk – Parte I (20)

Serverless Comparison: AWS vs Azure vs Google vs IBM
Serverless Comparison: AWS vs Azure vs Google vs IBMServerless Comparison: AWS vs Azure vs Google vs IBM
Serverless Comparison: AWS vs Azure vs Google vs IBM
 
Deploying microservices on AWS
Deploying microservices on AWSDeploying microservices on AWS
Deploying microservices on AWS
 
Serverless applications
Serverless applicationsServerless applications
Serverless applications
 
使用 AWS 無伺服器運算服務打造您的第一個語音助理
使用 AWS 無伺服器運算服務打造您的第一個語音助理使用 AWS 無伺服器運算服務打造您的第一個語音助理
使用 AWS 無伺服器運算服務打造您的第一個語音助理
 
Serverless Architectures on AWS Lambda
Serverless Architectures on AWS LambdaServerless Architectures on AWS Lambda
Serverless Architectures on AWS Lambda
 
Getting Started with AWS Lambda and the Serverless Cloud - AWS Summit Cape T...
 Getting Started with AWS Lambda and the Serverless Cloud - AWS Summit Cape T... Getting Started with AWS Lambda and the Serverless Cloud - AWS Summit Cape T...
Getting Started with AWS Lambda and the Serverless Cloud - AWS Summit Cape T...
 
From Serverless to InterCloud
From Serverless to InterCloudFrom Serverless to InterCloud
From Serverless to InterCloud
 
Building Serverless Web Applications - DevDay Austin 2017
Building Serverless Web Applications - DevDay Austin 2017Building Serverless Web Applications - DevDay Austin 2017
Building Serverless Web Applications - DevDay Austin 2017
 
AWS Lambda Presentation (Tech Talk DC)
AWS Lambda Presentation (Tech Talk DC)AWS Lambda Presentation (Tech Talk DC)
AWS Lambda Presentation (Tech Talk DC)
 
Operational challenges behind Serverless architectures
Operational challenges behind Serverless architecturesOperational challenges behind Serverless architectures
Operational challenges behind Serverless architectures
 
Migrating the GoPro Plus Cloud Service to Amazon ECS
Migrating the GoPro Plus Cloud Service to Amazon ECSMigrating the GoPro Plus Cloud Service to Amazon ECS
Migrating the GoPro Plus Cloud Service to Amazon ECS
 
Raleigh DevDay 2017: Build a serverless web application in one day workshop
Raleigh DevDay 2017: Build a serverless web application in one day workshopRaleigh DevDay 2017: Build a serverless web application in one day workshop
Raleigh DevDay 2017: Build a serverless web application in one day workshop
 
AWS Serverless solution for developers
AWS Serverless solution for developersAWS Serverless solution for developers
AWS Serverless solution for developers
 
What's New on AWS and What it Means to You
What's New on AWS and What it Means to YouWhat's New on AWS and What it Means to You
What's New on AWS and What it Means to You
 
Getting Started with AWS Compute Services
Getting Started with AWS Compute ServicesGetting Started with AWS Compute Services
Getting Started with AWS Compute Services
 
How to Build a Big Data Application: Serverless Edition
How to Build a Big Data Application: Serverless EditionHow to Build a Big Data Application: Serverless Edition
How to Build a Big Data Application: Serverless Edition
 
Scaling a MeteorJS SaaS app on AWS
Scaling a MeteorJS SaaS app on AWSScaling a MeteorJS SaaS app on AWS
Scaling a MeteorJS SaaS app on AWS
 
Building Serverless Web Applications - DevDay Los Angeles 2017
Building Serverless Web Applications - DevDay Los Angeles 2017Building Serverless Web Applications - DevDay Los Angeles 2017
Building Serverless Web Applications - DevDay Los Angeles 2017
 
AWS for the Java Developer
AWS for the Java DeveloperAWS for the Java Developer
AWS for the Java Developer
 
Running SQL Server on AWS | John McCormack | DataGrillen 2019
Running SQL Server on AWS | John McCormack | DataGrillen 2019Running SQL Server on AWS | John McCormack | DataGrillen 2019
Running SQL Server on AWS | John McCormack | DataGrillen 2019
 

Último

Hyatt driving innovation and exceptional customer experiences with FIDO passw...
Hyatt driving innovation and exceptional customer experiences with FIDO passw...Hyatt driving innovation and exceptional customer experiences with FIDO passw...
Hyatt driving innovation and exceptional customer experiences with FIDO passw...
FIDO Alliance
 
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
TrustArc
 

Último (20)

Continuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
Continuing Bonds Through AI: A Hermeneutic Reflection on ThanabotsContinuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
Continuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
 
ADP Passwordless Journey Case Study.pptx
ADP Passwordless Journey Case Study.pptxADP Passwordless Journey Case Study.pptx
ADP Passwordless Journey Case Study.pptx
 
Long journey of Ruby Standard library at RubyKaigi 2024
Long journey of Ruby Standard library at RubyKaigi 2024Long journey of Ruby Standard library at RubyKaigi 2024
Long journey of Ruby Standard library at RubyKaigi 2024
 
Intro to Passkeys and the State of Passwordless.pptx
Intro to Passkeys and the State of Passwordless.pptxIntro to Passkeys and the State of Passwordless.pptx
Intro to Passkeys and the State of Passwordless.pptx
 
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
 
Portal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russePortal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russe
 
WebRTC and SIP not just audio and video @ OpenSIPS 2024
WebRTC and SIP not just audio and video @ OpenSIPS 2024WebRTC and SIP not just audio and video @ OpenSIPS 2024
WebRTC and SIP not just audio and video @ OpenSIPS 2024
 
ERP Contender Series: Acumatica vs. Sage Intacct
ERP Contender Series: Acumatica vs. Sage IntacctERP Contender Series: Acumatica vs. Sage Intacct
ERP Contender Series: Acumatica vs. Sage Intacct
 
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdfSimplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
 
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdf
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdfIntroduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdf
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdf
 
Overview of Hyperledger Foundation
Overview of Hyperledger FoundationOverview of Hyperledger Foundation
Overview of Hyperledger Foundation
 
Google I/O Extended 2024 Warsaw
Google I/O Extended 2024 WarsawGoogle I/O Extended 2024 Warsaw
Google I/O Extended 2024 Warsaw
 
WebAssembly is Key to Better LLM Performance
WebAssembly is Key to Better LLM PerformanceWebAssembly is Key to Better LLM Performance
WebAssembly is Key to Better LLM Performance
 
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdfLinux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
 
Working together SRE & Platform Engineering
Working together SRE & Platform EngineeringWorking together SRE & Platform Engineering
Working together SRE & Platform Engineering
 
Using IESVE for Room Loads Analysis - UK & Ireland
Using IESVE for Room Loads Analysis - UK & IrelandUsing IESVE for Room Loads Analysis - UK & Ireland
Using IESVE for Room Loads Analysis - UK & Ireland
 
Hyatt driving innovation and exceptional customer experiences with FIDO passw...
Hyatt driving innovation and exceptional customer experiences with FIDO passw...Hyatt driving innovation and exceptional customer experiences with FIDO passw...
Hyatt driving innovation and exceptional customer experiences with FIDO passw...
 
Collecting & Temporal Analysis of Behavioral Web Data - Tales From The Inside
Collecting & Temporal Analysis of Behavioral Web Data - Tales From The InsideCollecting & Temporal Analysis of Behavioral Web Data - Tales From The Inside
Collecting & Temporal Analysis of Behavioral Web Data - Tales From The Inside
 
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
 
AI mind or machine power point presentation
AI mind or machine power point presentationAI mind or machine power point presentation
AI mind or machine power point presentation
 

Escalabilidade com Lambda e Elastic Beanstalk – Parte I

  • 1. ESCALABILIDADE COM LAMBDA E ELASTIC BEANSTALK – PARTE I ZOOX – MARÇO 2020
  • 2. PARTE I • O que é escalabilidade? • Visão geral do Elastic Benstalk • Visão geral do Lambda • Prós, Contras e comparativos entre os dois • Considerações importantes de escalabilidade • Banco de dados numa aplicação escalável
  • 3. O QUE É ESCALAR UM SISTEMA? SISTEMA ?
  • 4. ESCALABILIDADE “Scalability is the property of a system to handle a growing amount of work by adding resources to the system” • Geographic scalability: The ability to maintain effectiveness during expansion from a local area to a larger region. • Load scalability: The ability for a distributed system to expand and contract to accommodate heavier or lighter loads, including, the ease with which a system or component can be modified, added, or removed, to accommodate changing loads.
  • 6. AWS ELASTIC BEANSTALK • “AWS Elastic Beanstalk is an easy-to-use service for deploying and scaling web applications and services” • “You can simply upload your code and Elastic Beanstalk automatically handles the deployment, from capacity provisioning, load balancing, auto-scaling to application health monitoring. At the same time, you retain full control over the AWS resources powering your application and can access the underlying resources at any time.” • “There is no additional charge for Elastic Beanstalk - you pay only for the AWS resources needed to store and run your applications.”
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14. ELASTIC BEANSTALK PRÓS • Variedade de linguagens e docker • Deploy, balanceamento, controle de versão, escalabilidade • Deploy muito fácil • Tipos de deploy • Altamento configurável • Custo 0 (paga estrutura por trás) CONTRAS • Muito sensível a falhas de deploy • Configuração inicial complexa • Busca por erros difícil • Deploy pode demorar muito • Limitado em alguns pontos • Versões das linguages demoram • Permissionamento
  • 15. LAMBDA • “AWS Lambda lets you run code without provisioning or managing servers. You pay only for the compute time you consume.” • “With Lambda, you can run code for virtually any type of application or backend service - all with zero administration. Just upload your code and Lambda takes care of everything required to run and scale your code with high availability. You can set up your code to automatically trigger from other AWS services or call it directly from any web or mobile app.”
  • 16.
  • 17.
  • 19. LAMBDA PRÓS • Custo reduzido para baixo tráfego • Sem necessidade de gerenciamento • Rápido desenvolvimento (1 função) • Alta escalabilidade • Deploy independente por função CONTRAS • Alto custo para grande tráfego • Sem controle sobre ambiente • Arquitetura complexa • Quantidade de funções aumenta rápido • DoS (1000 concorrências) • Duração (máximo de 15 minutos) • Cold Starts • Monitorar / debugar (onde achar um erro entre 300 funções)
  • 20. COMPARAÇÃO DE CUSTO • EB EC2 micro (1GB mem) = $6 / mês • LAMBDA Total compute (sec) = 1440 * (0.2s) = 288 secs Total compute (GB-s) = 1440 * 512MB/1024 = 720 GB-s Monthly compute charges = 720 * $0.00001667 = $0.0120024 Monthly request charges = 1440 * $0.2/M = $0.2 Total = $0.3 / month 1440 reqs/mes (1 req a cada 30 min), duração 200ms, 512MB LAMBDA 95% mais barato
  • 21. COMPARAÇÃO DE CUSTO • EB EC2 small (2GB mem) = $20 / month • LAMBDA Total compute (seconds) = 3M * (0.2s) = 600,000 seconds Total compute (GB-s) = 3M * 512MB/1024 = 1.5M GB-s Monthly compute charges = 1.5M * $0.00001667 = $25 Monthly request charges = 3M * $0.2/M = $0.6 Total = $25.2 / month 3M reqs/month (35 r/s), duration 200ms, 512MB LAMBDA 25% mais caro
  • 22. COMPARAÇÃO DE CUSTO • EB 3x EC2 small (2GB mem) = $60 / month • LAMBDA Total compute (seconds) = 30M * (0.2s) = 6M seconds Total compute (GB-s) = 30M * 512MB/1024 = 15M GB-s Monthly compute charges = 15M * $0.00001667 = $250 Monthly request charges = 30M * $0.2/M = $6 Total = $256 / month 30M reqs/month (350 r/s), duration 200ms, 512MB LAMBDA 420% mais caro
  • 23. COMPARAÇÃO DE CUSTO • EB 10x EC2 small (2GB mem) = $200 / month • LAMBDA Total compute (seconds) = 570M * (0.2s) = 114M seconds Total compute (GB-s) = 570M * 512MB/1024 = 285M GB-s Monthly compute charges = 285M * $0.00001667 = $4750 Monthly request charges = 570M * $0.2/M = $114 Total = $4864 / month api company (situacao em 2020-02) 570M reqs/month (6600 r/s), duration 200ms, 512MB LAMBDA 2300% mais caro
  • 27. DATABASES • Pontos obrigatórios 1. Replicação para outras regiões com baixa latência 2. Serviço gerenciado 3. Baixo custo • Desejáveis 1. NoSQL para evitar migrations 2. Global Write
  • 28. DATABASES MySQL Aurora MongoDB DynamoDB Replicação X X X X Gerenciado X X X X NoSQL X X Global Write +- X Facilidade de uso X X X
  • 30. $ 2,776 / mon
  • 31. $ 870 / mont
  • 33. AUTO SCALING EM AÇÃO

Notas do Editor

  1. Permissionamento para deploy libera ec2:* Scaling pode requests por total, não por minuto