SlideShare a Scribd company logo
Communit
y
AWS Community
How To Save Resources With the
Terraform Module for AWS Spot
Instances
Vladimir Cageyv Samoylov
AWS Community
Key Takeaway
- What is EC2 Spot Instances and how it works
- The true cost of Spot Instances
- How we could programmatically get the max-price value
A Christmas Story and Huge Demand
for EC2
AWS Community
A December Surprise: Double the Payment for
AWS Spot Instances
Amazon EC2 Spot Instances
Who are you?
AWS EC2 Spot Instance = Unused
EC2 at a low price
More info: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-spot-instances.html
Interrupt readiness
AWS Community
2 minute termination notice. EC2 meta-data and
EventBridge
More info: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-instance-termination-
notices.html
AWS Community
The Fault Injection Simulator can simulate
termination notices
More info: https://aws.amazon.com/fis/
Resilience and Elasticity with EC2
Auto Scaling Group
Using different Instance Types and
AZs increases launch chances
Spot Instance Advisor
More info: https://aws.amazon.com/ec2/spot/instance-advisor/
AWS Community
Spot Instance Advisor. Example
Allocation strategies for Spot Instances
More info: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-allocation-
strategy.html
AWS Community
Allocation strategies for Spot Instances
- price-capacity-optimized !!!
- capacity-optimized
- lowest-price
More info: https://aws.amazon.com/blogs/compute/introducing-price-capacity-optimized-
allocation-strategy-for-ec2-spot-instances/
Resilience with Capacity rebalance.
Get new EC2 in advance.
More info: https://ec2spotworkshops.com/ec2-auto-scaling-with-multiple-instance-types-and-
purchase-options/spot_resilience.html
AWS Community
EC2 Autoscaling Capacity rebalance
More info: https://github.com/awslabs/ec2-spot-labs/tree/master/ec2-spot-interruption-handler
Spot Instance Pricing
How much will I have to pay?
AWS Community
Cost Explorer
AWS Community
Spot Instance data feed
More info: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-data-feeds.html
Charge = Spot Price
Spot Instance pricing history
More info: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-spot-instances-
history.html
AWS Community
Spot price history (example from docs)
AWS Community
Spot price history (December expectations)
Spot Max Price
More info: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-requests.html#using-
spot-instances-request (step 10 in new console example)
What will happen if the Spot Max Price
is not specified?
More info: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-requests.html#using-
spot-instances-request (step 10 in new console example)
What next? No more Spot Instances?
AWS Community
AWS CLI: aws ec2 describe-spot-price-history
More info: https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/describe-
spot-price-history.html
AWS Community
AWS API: EC2 DescribeSpotPriceHistory
More info:
https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSpotPriceHistory.html
AWS Community
Terraform Module: ec2-spot-price
More info: https://github.com/fivexl/terraform-aws-ec2-spot-price
AWS Community
Initial data
AZ  Type r5.2xlarge r5d.2xlarge r5a.2xlarge
eu-central-1a 0.20 0.20 0.20
eu-central-1b 0.20 0.15 0.10
eu-central-1c 0.20 0.30 0.25
*These prices are not real prices for EC2 Spot Instance
AWS Community
Example: All Instance Types in all AZs with
increased reliability.
module "ec2_spot_price" {
source = "fivexl/ec2-spot-price/aws"
version = "2.0.0"
instance_types_list = ["r5.2xlarge", "r5d.2xlarge", "r5a.2xlarge"]
availability_zones_names_list = ["eu-central-1a", "eu-central-1b", "eu-central-1c"]
сustom_price_modifier = 1.1
}
output "spot_price_current_max_mod" {
value = module.ec2_spot_price.spot_price_current_max_mod
}
Result: 0.33
AWS Community
Example: Cheapest as possible
module "ec2_spot_price" {
source = "fivexl/ec2-spot-price/aws"
version = "2.0.0"
instance_types_list = ["r5.2xlarge", "r5d.2xlarge", "r5a.2xlarge"]
availability_zones_names_list = ["eu-central-1a", "eu-central-1b", "eu-central-1c"]
}
output "spot_price_current_max_mod" {
value = module.ec2_spot_price.spot_price_current_min
}
Result: 0.10
EC2 Spot Instances use cases
Thank you
Contacts:
● https://t.me/cageyv
● https://cageyv.dev/
● https://github.com/cageyv/
● https://www.linkedin.com/in/vladimirsamoylov
/
Useful links:
● https://github.com/fivexl/terraform-aws-ec2-
spot-price
● https://aws.amazon.com/ru/ec2/spot/instance-
advisor/
● https://ec2spotworkshops.com/
● https://github.com/awslabs/ec2-spot-labs/
● https://github.com/aws/aws-node-
termination-handler
● https://docs.aws.amazon.com/AmazonECS/late
st/developerguide/container-instance-
spot.html

More Related Content

What's hot

Cloud Security
Cloud SecurityCloud Security
Cloud Security
Devyani Vaidya
 
AWS WAF introduction and live demo - Pop-up Loft Tel Aviv
AWS WAF introduction and live demo - Pop-up Loft Tel AvivAWS WAF introduction and live demo - Pop-up Loft Tel Aviv
AWS WAF introduction and live demo - Pop-up Loft Tel Aviv
Amazon Web Services
 
Palo Alto Networks: Protection for Security & Compliance
Palo Alto Networks: Protection for Security & CompliancePalo Alto Networks: Protection for Security & Compliance
Palo Alto Networks: Protection for Security & Compliance
Amazon Web Services
 
Cloud Architectures - Jinesh Varia - GrepTheWeb
Cloud Architectures - Jinesh Varia - GrepTheWebCloud Architectures - Jinesh Varia - GrepTheWeb
Cloud Architectures - Jinesh Varia - GrepTheWeb
jineshvaria
 
Azure 13 effective security controls for iso 27001 compliance
Azure 13 effective security controls for iso 27001 complianceAzure 13 effective security controls for iso 27001 compliance
Azure 13 effective security controls for iso 27001 compliance
Erlinkencana
 
Purchase Prediction for Insurance Company
Purchase Prediction for Insurance CompanyPurchase Prediction for Insurance Company
Purchase Prediction for Insurance Company
Keerthana Ashok Kumar
 
Disaster Recovery of On-Premises IT Infrastructure with AWS
Disaster Recovery of On-Premises IT Infrastructure with AWSDisaster Recovery of On-Premises IT Infrastructure with AWS
Disaster Recovery of On-Premises IT Infrastructure with AWS
Amazon Web Services
 
The MSP Business Plan for Managed Security Services
The MSP Business Plan for Managed Security ServicesThe MSP Business Plan for Managed Security Services
The MSP Business Plan for Managed Security Services
Scott Suhy
 
TechWiseTV Workshop: OpenDNS and AnyConnect
TechWiseTV Workshop: OpenDNS and AnyConnectTechWiseTV Workshop: OpenDNS and AnyConnect
TechWiseTV Workshop: OpenDNS and AnyConnect
Robb Boyd
 
Big Data Visualization
Big Data VisualizationBig Data Visualization
Big Data Visualization
Raffael Marty
 
Serverless Application Development with SAM
Serverless Application Development with SAMServerless Application Development with SAM
Serverless Application Development with SAM
Amazon Web Services
 
Cloud Service Models
Cloud Service ModelsCloud Service Models
Cloud Service Models
Abhishek Pachisia
 
Data Analytics on AWS
Data Analytics on AWSData Analytics on AWS
Data Analytics on AWS
Danilo Poccia
 
Aberdeen Oil & Gas Event - Introduction to the AWS Cloud
Aberdeen Oil & Gas Event - Introduction to the AWS CloudAberdeen Oil & Gas Event - Introduction to the AWS Cloud
Aberdeen Oil & Gas Event - Introduction to the AWS Cloud
Amazon Web Services
 
Introducing AWS Firewall Manager - AWS Online Tech Talks
Introducing AWS Firewall Manager - AWS Online Tech TalksIntroducing AWS Firewall Manager - AWS Online Tech Talks
Introducing AWS Firewall Manager - AWS Online Tech Talks
Amazon Web Services
 
Prime Factorization (Math 4)
Prime Factorization  (Math 4)Prime Factorization  (Math 4)
Prime Factorization (Math 4)
menchreo
 
Digital bank
Digital bankDigital bank
Digital bank
Malkhaz Pertaia
 
Corporate Presentation of a CCTV Distributor
Corporate Presentation of a CCTV DistributorCorporate Presentation of a CCTV Distributor
Corporate Presentation of a CCTV Distributor
Antash Ahmed
 

What's hot (18)

Cloud Security
Cloud SecurityCloud Security
Cloud Security
 
AWS WAF introduction and live demo - Pop-up Loft Tel Aviv
AWS WAF introduction and live demo - Pop-up Loft Tel AvivAWS WAF introduction and live demo - Pop-up Loft Tel Aviv
AWS WAF introduction and live demo - Pop-up Loft Tel Aviv
 
Palo Alto Networks: Protection for Security & Compliance
Palo Alto Networks: Protection for Security & CompliancePalo Alto Networks: Protection for Security & Compliance
Palo Alto Networks: Protection for Security & Compliance
 
Cloud Architectures - Jinesh Varia - GrepTheWeb
Cloud Architectures - Jinesh Varia - GrepTheWebCloud Architectures - Jinesh Varia - GrepTheWeb
Cloud Architectures - Jinesh Varia - GrepTheWeb
 
Azure 13 effective security controls for iso 27001 compliance
Azure 13 effective security controls for iso 27001 complianceAzure 13 effective security controls for iso 27001 compliance
Azure 13 effective security controls for iso 27001 compliance
 
Purchase Prediction for Insurance Company
Purchase Prediction for Insurance CompanyPurchase Prediction for Insurance Company
Purchase Prediction for Insurance Company
 
Disaster Recovery of On-Premises IT Infrastructure with AWS
Disaster Recovery of On-Premises IT Infrastructure with AWSDisaster Recovery of On-Premises IT Infrastructure with AWS
Disaster Recovery of On-Premises IT Infrastructure with AWS
 
The MSP Business Plan for Managed Security Services
The MSP Business Plan for Managed Security ServicesThe MSP Business Plan for Managed Security Services
The MSP Business Plan for Managed Security Services
 
TechWiseTV Workshop: OpenDNS and AnyConnect
TechWiseTV Workshop: OpenDNS and AnyConnectTechWiseTV Workshop: OpenDNS and AnyConnect
TechWiseTV Workshop: OpenDNS and AnyConnect
 
Big Data Visualization
Big Data VisualizationBig Data Visualization
Big Data Visualization
 
Serverless Application Development with SAM
Serverless Application Development with SAMServerless Application Development with SAM
Serverless Application Development with SAM
 
Cloud Service Models
Cloud Service ModelsCloud Service Models
Cloud Service Models
 
Data Analytics on AWS
Data Analytics on AWSData Analytics on AWS
Data Analytics on AWS
 
Aberdeen Oil & Gas Event - Introduction to the AWS Cloud
Aberdeen Oil & Gas Event - Introduction to the AWS CloudAberdeen Oil & Gas Event - Introduction to the AWS Cloud
Aberdeen Oil & Gas Event - Introduction to the AWS Cloud
 
Introducing AWS Firewall Manager - AWS Online Tech Talks
Introducing AWS Firewall Manager - AWS Online Tech TalksIntroducing AWS Firewall Manager - AWS Online Tech Talks
Introducing AWS Firewall Manager - AWS Online Tech Talks
 
Prime Factorization (Math 4)
Prime Factorization  (Math 4)Prime Factorization  (Math 4)
Prime Factorization (Math 4)
 
Digital bank
Digital bankDigital bank
Digital bank
 
Corporate Presentation of a CCTV Distributor
Corporate Presentation of a CCTV DistributorCorporate Presentation of a CCTV Distributor
Corporate Presentation of a CCTV Distributor
 

Similar to AWS Spot Pricing with Terraform [ENG 2023]

Amazon EC2:Masterclass
Amazon EC2:MasterclassAmazon EC2:Masterclass
Amazon EC2:Masterclass
Amazon Web Services
 
(CMP311) This One Weird API Request Will Save You Thousands
(CMP311) This One Weird API Request Will Save You Thousands(CMP311) This One Weird API Request Will Save You Thousands
(CMP311) This One Weird API Request Will Save You Thousands
Amazon Web Services
 
Getting Started with Amazon EC2
Getting Started with Amazon EC2Getting Started with Amazon EC2
Getting Started with Amazon EC2
Amazon Web Services
 
AWS March 2016 Webinar Series - Amazon EC2 Masterclass
AWS March 2016 Webinar Series - Amazon EC2 MasterclassAWS March 2016 Webinar Series - Amazon EC2 Masterclass
AWS March 2016 Webinar Series - Amazon EC2 Masterclass
Amazon Web Services
 
應用開發新思維
應用開發新思維應用開發新思維
應用開發新思維
Amazon Web Services
 
Masterclass Live: Amazon EC2
Masterclass Live: Amazon EC2 Masterclass Live: Amazon EC2
Masterclass Live: Amazon EC2
Amazon Web Services
 
Amazon EC2 Masterclass
Amazon EC2 MasterclassAmazon EC2 Masterclass
Amazon EC2 Masterclass
Amazon Web Services
 
Amazon EC2 - Masterclass - Pop-up Loft Tel Aviv
Amazon EC2 - Masterclass - Pop-up Loft Tel AvivAmazon EC2 - Masterclass - Pop-up Loft Tel Aviv
Amazon EC2 - Masterclass - Pop-up Loft Tel Aviv
Amazon Web Services
 
StartPad Countdown 8 - Amazon Web Services and You
StartPad Countdown 8 - Amazon Web Services and YouStartPad Countdown 8 - Amazon Web Services and You
StartPad Countdown 8 - Amazon Web Services and You
Start Pad
 
A 60-minute tour of AWS Compute (November 2016)
A 60-minute tour of AWS Compute (November 2016)A 60-minute tour of AWS Compute (November 2016)
A 60-minute tour of AWS Compute (November 2016)
Julien SIMON
 
AWS Cost Control
AWS Cost ControlAWS Cost Control
AWS Cost Control
Bob Brown
 
AWS Atlanta Meetup -AWS Spot Blocks and Spot Fleet
AWS Atlanta Meetup -AWS Spot Blocks and Spot FleetAWS Atlanta Meetup -AWS Spot Blocks and Spot Fleet
AWS Atlanta Meetup -AWS Spot Blocks and Spot Fleet
Adam Book
 
Amazon cloud intance launch3
Amazon cloud intance launch3Amazon cloud intance launch3
Amazon cloud intance launch3
Zenita Smythe
 
Amazon cloud intance launch
Amazon cloud intance launchAmazon cloud intance launch
Amazon cloud intance launch
Zenita Smythe
 
Amazon cloud intance launch3
Amazon cloud intance launch3Amazon cloud intance launch3
Amazon cloud intance launch3
Zenita Smythe
 
Introduction to Amazon EC2
Introduction to Amazon EC2Introduction to Amazon EC2
Introduction to Amazon EC2
Amazon Web Services
 
Introduction to EC2
Introduction to EC2Introduction to EC2
Introduction to EC2
Mark Squires
 
An introduction to Spot Instances and AWS Fleet - Webinar
An introduction to Spot Instances and AWS Fleet - WebinarAn introduction to Spot Instances and AWS Fleet - Webinar
An introduction to Spot Instances and AWS Fleet - Webinar
CMPUTE
 
This One Weird API Request Will Save You Thousands
This One Weird API Request Will Save You ThousandsThis One Weird API Request Will Save You Thousands
This One Weird API Request Will Save You Thousands
Amazon Web Services
 
Coding Apps in the Cloud to reduce costs up to 90% - September 2016 Webinar S...
Coding Apps in the Cloud to reduce costs up to 90% - September 2016 Webinar S...Coding Apps in the Cloud to reduce costs up to 90% - September 2016 Webinar S...
Coding Apps in the Cloud to reduce costs up to 90% - September 2016 Webinar S...
Amazon Web Services
 

Similar to AWS Spot Pricing with Terraform [ENG 2023] (20)

Amazon EC2:Masterclass
Amazon EC2:MasterclassAmazon EC2:Masterclass
Amazon EC2:Masterclass
 
(CMP311) This One Weird API Request Will Save You Thousands
(CMP311) This One Weird API Request Will Save You Thousands(CMP311) This One Weird API Request Will Save You Thousands
(CMP311) This One Weird API Request Will Save You Thousands
 
Getting Started with Amazon EC2
Getting Started with Amazon EC2Getting Started with Amazon EC2
Getting Started with Amazon EC2
 
AWS March 2016 Webinar Series - Amazon EC2 Masterclass
AWS March 2016 Webinar Series - Amazon EC2 MasterclassAWS March 2016 Webinar Series - Amazon EC2 Masterclass
AWS March 2016 Webinar Series - Amazon EC2 Masterclass
 
應用開發新思維
應用開發新思維應用開發新思維
應用開發新思維
 
Masterclass Live: Amazon EC2
Masterclass Live: Amazon EC2 Masterclass Live: Amazon EC2
Masterclass Live: Amazon EC2
 
Amazon EC2 Masterclass
Amazon EC2 MasterclassAmazon EC2 Masterclass
Amazon EC2 Masterclass
 
Amazon EC2 - Masterclass - Pop-up Loft Tel Aviv
Amazon EC2 - Masterclass - Pop-up Loft Tel AvivAmazon EC2 - Masterclass - Pop-up Loft Tel Aviv
Amazon EC2 - Masterclass - Pop-up Loft Tel Aviv
 
StartPad Countdown 8 - Amazon Web Services and You
StartPad Countdown 8 - Amazon Web Services and YouStartPad Countdown 8 - Amazon Web Services and You
StartPad Countdown 8 - Amazon Web Services and You
 
A 60-minute tour of AWS Compute (November 2016)
A 60-minute tour of AWS Compute (November 2016)A 60-minute tour of AWS Compute (November 2016)
A 60-minute tour of AWS Compute (November 2016)
 
AWS Cost Control
AWS Cost ControlAWS Cost Control
AWS Cost Control
 
AWS Atlanta Meetup -AWS Spot Blocks and Spot Fleet
AWS Atlanta Meetup -AWS Spot Blocks and Spot FleetAWS Atlanta Meetup -AWS Spot Blocks and Spot Fleet
AWS Atlanta Meetup -AWS Spot Blocks and Spot Fleet
 
Amazon cloud intance launch3
Amazon cloud intance launch3Amazon cloud intance launch3
Amazon cloud intance launch3
 
Amazon cloud intance launch
Amazon cloud intance launchAmazon cloud intance launch
Amazon cloud intance launch
 
Amazon cloud intance launch3
Amazon cloud intance launch3Amazon cloud intance launch3
Amazon cloud intance launch3
 
Introduction to Amazon EC2
Introduction to Amazon EC2Introduction to Amazon EC2
Introduction to Amazon EC2
 
Introduction to EC2
Introduction to EC2Introduction to EC2
Introduction to EC2
 
An introduction to Spot Instances and AWS Fleet - Webinar
An introduction to Spot Instances and AWS Fleet - WebinarAn introduction to Spot Instances and AWS Fleet - Webinar
An introduction to Spot Instances and AWS Fleet - Webinar
 
This One Weird API Request Will Save You Thousands
This One Weird API Request Will Save You ThousandsThis One Weird API Request Will Save You Thousands
This One Weird API Request Will Save You Thousands
 
Coding Apps in the Cloud to reduce costs up to 90% - September 2016 Webinar S...
Coding Apps in the Cloud to reduce costs up to 90% - September 2016 Webinar S...Coding Apps in the Cloud to reduce costs up to 90% - September 2016 Webinar S...
Coding Apps in the Cloud to reduce costs up to 90% - September 2016 Webinar S...
 

Recently uploaded

原版制作贝德福特大学毕业证(bedfordhire毕业证)硕士文凭原版一模一样
原版制作贝德福特大学毕业证(bedfordhire毕业证)硕士文凭原版一模一样原版制作贝德福特大学毕业证(bedfordhire毕业证)硕士文凭原版一模一样
原版制作贝德福特大学毕业证(bedfordhire毕业证)硕士文凭原版一模一样
gpww3sf4
 
The Intersection between Competition and Data Privacy – COLANGELO – June 2024...
The Intersection between Competition and Data Privacy – COLANGELO – June 2024...The Intersection between Competition and Data Privacy – COLANGELO – June 2024...
The Intersection between Competition and Data Privacy – COLANGELO – June 2024...
OECD Directorate for Financial and Enterprise Affairs
 
Artificial Intelligence, Data and Competition – LIM – June 2024 OECD discussion
Artificial Intelligence, Data and Competition – LIM – June 2024 OECD discussionArtificial Intelligence, Data and Competition – LIM – June 2024 OECD discussion
Artificial Intelligence, Data and Competition – LIM – June 2024 OECD discussion
OECD Directorate for Financial and Enterprise Affairs
 
IEEE CIS Webinar Sustainable futures.pdf
IEEE CIS Webinar Sustainable futures.pdfIEEE CIS Webinar Sustainable futures.pdf
IEEE CIS Webinar Sustainable futures.pdf
Claudio Gallicchio
 
Artificial Intelligence, Data and Competition – ČORBA – June 2024 OECD discus...
Artificial Intelligence, Data and Competition – ČORBA – June 2024 OECD discus...Artificial Intelligence, Data and Competition – ČORBA – June 2024 OECD discus...
Artificial Intelligence, Data and Competition – ČORBA – June 2024 OECD discus...
OECD Directorate for Financial and Enterprise Affairs
 
Genesis chapter 3 Isaiah Scudder.pptx
Genesis    chapter 3 Isaiah Scudder.pptxGenesis    chapter 3 Isaiah Scudder.pptx
Genesis chapter 3 Isaiah Scudder.pptx
FamilyWorshipCenterD
 
Pro-competitive Industrial Policy – LANE – June 2024 OECD discussion
Pro-competitive Industrial Policy – LANE – June 2024 OECD discussionPro-competitive Industrial Policy – LANE – June 2024 OECD discussion
Pro-competitive Industrial Policy – LANE – June 2024 OECD discussion
OECD Directorate for Financial and Enterprise Affairs
 
Gamify it until you make it Improving Agile Development and Operations with ...
Gamify it until you make it  Improving Agile Development and Operations with ...Gamify it until you make it  Improving Agile Development and Operations with ...
Gamify it until you make it Improving Agile Development and Operations with ...
Ben Linders
 
Artificial Intelligence, Data and Competition – OECD – June 2024 OECD discussion
Artificial Intelligence, Data and Competition – OECD – June 2024 OECD discussionArtificial Intelligence, Data and Competition – OECD – June 2024 OECD discussion
Artificial Intelligence, Data and Competition – OECD – June 2024 OECD discussion
OECD Directorate for Financial and Enterprise Affairs
 
Disaster Management project for holidays homework and other uses
Disaster Management project for holidays homework and other usesDisaster Management project for holidays homework and other uses
Disaster Management project for holidays homework and other uses
RIDHIMAGARG21
 
Artificial Intelligence, Data and Competition – SCHREPEL – June 2024 OECD dis...
Artificial Intelligence, Data and Competition – SCHREPEL – June 2024 OECD dis...Artificial Intelligence, Data and Competition – SCHREPEL – June 2024 OECD dis...
Artificial Intelligence, Data and Competition – SCHREPEL – June 2024 OECD dis...
OECD Directorate for Financial and Enterprise Affairs
 
Proposal: The Ark Project and The BEEP Inc
Proposal: The Ark Project and The BEEP IncProposal: The Ark Project and The BEEP Inc
Proposal: The Ark Project and The BEEP Inc
Raheem Muhammad
 
2 December UAE National Day - United Arab Emirates
2 December UAE National Day - United Arab Emirates2 December UAE National Day - United Arab Emirates
2 December UAE National Day - United Arab Emirates
UAE Ppt
 
Prsentation for VIVA Welike project 1semester.pptx
Prsentation for VIVA Welike project 1semester.pptxPrsentation for VIVA Welike project 1semester.pptx
Prsentation for VIVA Welike project 1semester.pptx
prafulpawar29
 
Using-Presentation-Software-to-the-Fullf.pptx
Using-Presentation-Software-to-the-Fullf.pptxUsing-Presentation-Software-to-the-Fullf.pptx
Using-Presentation-Software-to-the-Fullf.pptx
kainatfatyma9
 
Pro-competitive Industrial Policy – OECD – June 2024 OECD discussion
Pro-competitive Industrial Policy – OECD – June 2024 OECD discussionPro-competitive Industrial Policy – OECD – June 2024 OECD discussion
Pro-competitive Industrial Policy – OECD – June 2024 OECD discussion
OECD Directorate for Financial and Enterprise Affairs
 
ACTIVE IMPLANTABLE MEDICAL DEVICE IN EUROPE
ACTIVE IMPLANTABLE MEDICAL DEVICE IN EUROPEACTIVE IMPLANTABLE MEDICAL DEVICE IN EUROPE
ACTIVE IMPLANTABLE MEDICAL DEVICE IN EUROPE
Charmi13
 
ServiceNow CIS-ITSM Exam Dumps & Questions [2024]
ServiceNow CIS-ITSM Exam Dumps & Questions [2024]ServiceNow CIS-ITSM Exam Dumps & Questions [2024]
ServiceNow CIS-ITSM Exam Dumps & Questions [2024]
SkillCertProExams
 
Why Psychological Safety Matters for Software Teams - ACE 2024 - Ben Linders.pdf
Why Psychological Safety Matters for Software Teams - ACE 2024 - Ben Linders.pdfWhy Psychological Safety Matters for Software Teams - ACE 2024 - Ben Linders.pdf
Why Psychological Safety Matters for Software Teams - ACE 2024 - Ben Linders.pdf
Ben Linders
 
怎么办理(lincoln学位证书)英国林肯大学毕业证文凭学位证书原版一模一样
怎么办理(lincoln学位证书)英国林肯大学毕业证文凭学位证书原版一模一样怎么办理(lincoln学位证书)英国林肯大学毕业证文凭学位证书原版一模一样
怎么办理(lincoln学位证书)英国林肯大学毕业证文凭学位证书原版一模一样
kekzed
 

Recently uploaded (20)

原版制作贝德福特大学毕业证(bedfordhire毕业证)硕士文凭原版一模一样
原版制作贝德福特大学毕业证(bedfordhire毕业证)硕士文凭原版一模一样原版制作贝德福特大学毕业证(bedfordhire毕业证)硕士文凭原版一模一样
原版制作贝德福特大学毕业证(bedfordhire毕业证)硕士文凭原版一模一样
 
The Intersection between Competition and Data Privacy – COLANGELO – June 2024...
The Intersection between Competition and Data Privacy – COLANGELO – June 2024...The Intersection between Competition and Data Privacy – COLANGELO – June 2024...
The Intersection between Competition and Data Privacy – COLANGELO – June 2024...
 
Artificial Intelligence, Data and Competition – LIM – June 2024 OECD discussion
Artificial Intelligence, Data and Competition – LIM – June 2024 OECD discussionArtificial Intelligence, Data and Competition – LIM – June 2024 OECD discussion
Artificial Intelligence, Data and Competition – LIM – June 2024 OECD discussion
 
IEEE CIS Webinar Sustainable futures.pdf
IEEE CIS Webinar Sustainable futures.pdfIEEE CIS Webinar Sustainable futures.pdf
IEEE CIS Webinar Sustainable futures.pdf
 
Artificial Intelligence, Data and Competition – ČORBA – June 2024 OECD discus...
Artificial Intelligence, Data and Competition – ČORBA – June 2024 OECD discus...Artificial Intelligence, Data and Competition – ČORBA – June 2024 OECD discus...
Artificial Intelligence, Data and Competition – ČORBA – June 2024 OECD discus...
 
Genesis chapter 3 Isaiah Scudder.pptx
Genesis    chapter 3 Isaiah Scudder.pptxGenesis    chapter 3 Isaiah Scudder.pptx
Genesis chapter 3 Isaiah Scudder.pptx
 
Pro-competitive Industrial Policy – LANE – June 2024 OECD discussion
Pro-competitive Industrial Policy – LANE – June 2024 OECD discussionPro-competitive Industrial Policy – LANE – June 2024 OECD discussion
Pro-competitive Industrial Policy – LANE – June 2024 OECD discussion
 
Gamify it until you make it Improving Agile Development and Operations with ...
Gamify it until you make it  Improving Agile Development and Operations with ...Gamify it until you make it  Improving Agile Development and Operations with ...
Gamify it until you make it Improving Agile Development and Operations with ...
 
Artificial Intelligence, Data and Competition – OECD – June 2024 OECD discussion
Artificial Intelligence, Data and Competition – OECD – June 2024 OECD discussionArtificial Intelligence, Data and Competition – OECD – June 2024 OECD discussion
Artificial Intelligence, Data and Competition – OECD – June 2024 OECD discussion
 
Disaster Management project for holidays homework and other uses
Disaster Management project for holidays homework and other usesDisaster Management project for holidays homework and other uses
Disaster Management project for holidays homework and other uses
 
Artificial Intelligence, Data and Competition – SCHREPEL – June 2024 OECD dis...
Artificial Intelligence, Data and Competition – SCHREPEL – June 2024 OECD dis...Artificial Intelligence, Data and Competition – SCHREPEL – June 2024 OECD dis...
Artificial Intelligence, Data and Competition – SCHREPEL – June 2024 OECD dis...
 
Proposal: The Ark Project and The BEEP Inc
Proposal: The Ark Project and The BEEP IncProposal: The Ark Project and The BEEP Inc
Proposal: The Ark Project and The BEEP Inc
 
2 December UAE National Day - United Arab Emirates
2 December UAE National Day - United Arab Emirates2 December UAE National Day - United Arab Emirates
2 December UAE National Day - United Arab Emirates
 
Prsentation for VIVA Welike project 1semester.pptx
Prsentation for VIVA Welike project 1semester.pptxPrsentation for VIVA Welike project 1semester.pptx
Prsentation for VIVA Welike project 1semester.pptx
 
Using-Presentation-Software-to-the-Fullf.pptx
Using-Presentation-Software-to-the-Fullf.pptxUsing-Presentation-Software-to-the-Fullf.pptx
Using-Presentation-Software-to-the-Fullf.pptx
 
Pro-competitive Industrial Policy – OECD – June 2024 OECD discussion
Pro-competitive Industrial Policy – OECD – June 2024 OECD discussionPro-competitive Industrial Policy – OECD – June 2024 OECD discussion
Pro-competitive Industrial Policy – OECD – June 2024 OECD discussion
 
ACTIVE IMPLANTABLE MEDICAL DEVICE IN EUROPE
ACTIVE IMPLANTABLE MEDICAL DEVICE IN EUROPEACTIVE IMPLANTABLE MEDICAL DEVICE IN EUROPE
ACTIVE IMPLANTABLE MEDICAL DEVICE IN EUROPE
 
ServiceNow CIS-ITSM Exam Dumps & Questions [2024]
ServiceNow CIS-ITSM Exam Dumps & Questions [2024]ServiceNow CIS-ITSM Exam Dumps & Questions [2024]
ServiceNow CIS-ITSM Exam Dumps & Questions [2024]
 
Why Psychological Safety Matters for Software Teams - ACE 2024 - Ben Linders.pdf
Why Psychological Safety Matters for Software Teams - ACE 2024 - Ben Linders.pdfWhy Psychological Safety Matters for Software Teams - ACE 2024 - Ben Linders.pdf
Why Psychological Safety Matters for Software Teams - ACE 2024 - Ben Linders.pdf
 
怎么办理(lincoln学位证书)英国林肯大学毕业证文凭学位证书原版一模一样
怎么办理(lincoln学位证书)英国林肯大学毕业证文凭学位证书原版一模一样怎么办理(lincoln学位证书)英国林肯大学毕业证文凭学位证书原版一模一样
怎么办理(lincoln学位证书)英国林肯大学毕业证文凭学位证书原版一模一样
 

AWS Spot Pricing with Terraform [ENG 2023]

  • 1. Communit y AWS Community How To Save Resources With the Terraform Module for AWS Spot Instances Vladimir Cageyv Samoylov
  • 2. AWS Community Key Takeaway - What is EC2 Spot Instances and how it works - The true cost of Spot Instances - How we could programmatically get the max-price value
  • 3. A Christmas Story and Huge Demand for EC2
  • 4. AWS Community A December Surprise: Double the Payment for AWS Spot Instances
  • 5. Amazon EC2 Spot Instances Who are you?
  • 6. AWS EC2 Spot Instance = Unused EC2 at a low price More info: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-spot-instances.html
  • 8. AWS Community 2 minute termination notice. EC2 meta-data and EventBridge More info: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-instance-termination- notices.html
  • 9. AWS Community The Fault Injection Simulator can simulate termination notices More info: https://aws.amazon.com/fis/
  • 10. Resilience and Elasticity with EC2 Auto Scaling Group
  • 11. Using different Instance Types and AZs increases launch chances
  • 12. Spot Instance Advisor More info: https://aws.amazon.com/ec2/spot/instance-advisor/
  • 13. AWS Community Spot Instance Advisor. Example
  • 14. Allocation strategies for Spot Instances More info: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-allocation- strategy.html
  • 15. AWS Community Allocation strategies for Spot Instances - price-capacity-optimized !!! - capacity-optimized - lowest-price More info: https://aws.amazon.com/blogs/compute/introducing-price-capacity-optimized- allocation-strategy-for-ec2-spot-instances/
  • 16. Resilience with Capacity rebalance. Get new EC2 in advance. More info: https://ec2spotworkshops.com/ec2-auto-scaling-with-multiple-instance-types-and- purchase-options/spot_resilience.html
  • 17. AWS Community EC2 Autoscaling Capacity rebalance More info: https://github.com/awslabs/ec2-spot-labs/tree/master/ec2-spot-interruption-handler
  • 18. Spot Instance Pricing How much will I have to pay?
  • 20. AWS Community Spot Instance data feed More info: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-data-feeds.html
  • 21. Charge = Spot Price
  • 22. Spot Instance pricing history More info: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-spot-instances- history.html
  • 23. AWS Community Spot price history (example from docs)
  • 24. AWS Community Spot price history (December expectations)
  • 25. Spot Max Price More info: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-requests.html#using- spot-instances-request (step 10 in new console example)
  • 26. What will happen if the Spot Max Price is not specified? More info: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-requests.html#using- spot-instances-request (step 10 in new console example)
  • 27. What next? No more Spot Instances?
  • 28. AWS Community AWS CLI: aws ec2 describe-spot-price-history More info: https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/describe- spot-price-history.html
  • 29. AWS Community AWS API: EC2 DescribeSpotPriceHistory More info: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSpotPriceHistory.html
  • 30. AWS Community Terraform Module: ec2-spot-price More info: https://github.com/fivexl/terraform-aws-ec2-spot-price
  • 31. AWS Community Initial data AZ Type r5.2xlarge r5d.2xlarge r5a.2xlarge eu-central-1a 0.20 0.20 0.20 eu-central-1b 0.20 0.15 0.10 eu-central-1c 0.20 0.30 0.25 *These prices are not real prices for EC2 Spot Instance
  • 32. AWS Community Example: All Instance Types in all AZs with increased reliability. module "ec2_spot_price" { source = "fivexl/ec2-spot-price/aws" version = "2.0.0" instance_types_list = ["r5.2xlarge", "r5d.2xlarge", "r5a.2xlarge"] availability_zones_names_list = ["eu-central-1a", "eu-central-1b", "eu-central-1c"] сustom_price_modifier = 1.1 } output "spot_price_current_max_mod" { value = module.ec2_spot_price.spot_price_current_max_mod } Result: 0.33
  • 33. AWS Community Example: Cheapest as possible module "ec2_spot_price" { source = "fivexl/ec2-spot-price/aws" version = "2.0.0" instance_types_list = ["r5.2xlarge", "r5d.2xlarge", "r5a.2xlarge"] availability_zones_names_list = ["eu-central-1a", "eu-central-1b", "eu-central-1c"] } output "spot_price_current_max_mod" { value = module.ec2_spot_price.spot_price_current_min } Result: 0.10
  • 34. EC2 Spot Instances use cases
  • 35. Thank you Contacts: ● https://t.me/cageyv ● https://cageyv.dev/ ● https://github.com/cageyv/ ● https://www.linkedin.com/in/vladimirsamoylov / Useful links: ● https://github.com/fivexl/terraform-aws-ec2- spot-price ● https://aws.amazon.com/ru/ec2/spot/instance- advisor/ ● https://ec2spotworkshops.com/ ● https://github.com/awslabs/ec2-spot-labs/ ● https://github.com/aws/aws-node- termination-handler ● https://docs.aws.amazon.com/AmazonECS/late st/developerguide/container-instance- spot.html