SlideShare a Scribd company logo
1 of 35
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

Sales Methodology for B2B SaaS Companies
Sales Methodology for B2B SaaS CompaniesSales Methodology for B2B SaaS Companies
Sales Methodology for B2B SaaS CompaniesGuillaume Lerouge
 
Controversial magazine ads that will change your mind part 2
Controversial magazine ads that will change your mind part 2 Controversial magazine ads that will change your mind part 2
Controversial magazine ads that will change your mind part 2 magazinespuntnl
 
A Jonathan Livingston Seagull Lives Within Us
A Jonathan Livingston Seagull Lives Within UsA Jonathan Livingston Seagull Lives Within Us
A Jonathan Livingston Seagull Lives Within UsThe Enablers
 
EIA2017Portugal - Rick Rasmussen - Unit Economics
EIA2017Portugal - Rick Rasmussen - Unit EconomicsEIA2017Portugal - Rick Rasmussen - Unit Economics
EIA2017Portugal - Rick Rasmussen - Unit EconomicsEuropean Innovation Academy
 
Assurance citoyenne AXA France dossier de presse
Assurance citoyenne AXA France dossier de presseAssurance citoyenne AXA France dossier de presse
Assurance citoyenne AXA France dossier de presseAXA en France
 
Rework book by 37signals
Rework book by 37signalsRework book by 37signals
Rework book by 37signalsJoakim Nilsson
 
Craigslist Code Words: Do You Know What They Really Mean?
Craigslist Code Words: Do You Know What They Really Mean?Craigslist Code Words: Do You Know What They Really Mean?
Craigslist Code Words: Do You Know What They Really Mean?Instant Checkmate
 
How to think like a startup
How to think like a startupHow to think like a startup
How to think like a startupLoic Le Meur
 
Agility Matrix Explained
Agility Matrix ExplainedAgility Matrix Explained
Agility Matrix ExplainedClayton Costa
 
Oscars 2016: Winners and Highlights
Oscars 2016: Winners and  HighlightsOscars 2016: Winners and  Highlights
Oscars 2016: Winners and Highlightsmaditabalnco
 
Elevator Pitch
Elevator PitchElevator Pitch
Elevator Pitchfadey
 

What's hot (15)

Bizom brochure
Bizom brochureBizom brochure
Bizom brochure
 
Sales Methodology for B2B SaaS Companies
Sales Methodology for B2B SaaS CompaniesSales Methodology for B2B SaaS Companies
Sales Methodology for B2B SaaS Companies
 
Controversial magazine ads that will change your mind part 2
Controversial magazine ads that will change your mind part 2 Controversial magazine ads that will change your mind part 2
Controversial magazine ads that will change your mind part 2
 
A Jonathan Livingston Seagull Lives Within Us
A Jonathan Livingston Seagull Lives Within UsA Jonathan Livingston Seagull Lives Within Us
A Jonathan Livingston Seagull Lives Within Us
 
EIA2017Portugal - Rick Rasmussen - Unit Economics
EIA2017Portugal - Rick Rasmussen - Unit EconomicsEIA2017Portugal - Rick Rasmussen - Unit Economics
EIA2017Portugal - Rick Rasmussen - Unit Economics
 
Assurance citoyenne AXA France dossier de presse
Assurance citoyenne AXA France dossier de presseAssurance citoyenne AXA France dossier de presse
Assurance citoyenne AXA France dossier de presse
 
Rework book by 37signals
Rework book by 37signalsRework book by 37signals
Rework book by 37signals
 
PowerPoint Karaoke
PowerPoint KaraokePowerPoint Karaoke
PowerPoint Karaoke
 
Maker Studios.pdf
Maker Studios.pdfMaker Studios.pdf
Maker Studios.pdf
 
Craigslist Code Words: Do You Know What They Really Mean?
Craigslist Code Words: Do You Know What They Really Mean?Craigslist Code Words: Do You Know What They Really Mean?
Craigslist Code Words: Do You Know What They Really Mean?
 
How to think like a startup
How to think like a startupHow to think like a startup
How to think like a startup
 
Agility Matrix Explained
Agility Matrix ExplainedAgility Matrix Explained
Agility Matrix Explained
 
Amazon Product Research
Amazon Product ResearchAmazon Product Research
Amazon Product Research
 
Oscars 2016: Winners and Highlights
Oscars 2016: Winners and  HighlightsOscars 2016: Winners and  Highlights
Oscars 2016: Winners and Highlights
 
Elevator Pitch
Elevator PitchElevator Pitch
Elevator Pitch
 

Similar to AWS Spot Pricing with Terraform [ENG 2023]

(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 ThousandsAmazon 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 MasterclassAmazon 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 AvivAmazon 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 YouStart 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 ControlBob 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 FleetAdam Book
 
Amazon cloud intance launch3
Amazon cloud intance launch3Amazon cloud intance launch3
Amazon cloud intance launch3Zenita Smythe
 
Amazon cloud intance launch3
Amazon cloud intance launch3Amazon cloud intance launch3
Amazon cloud intance launch3Zenita Smythe
 
Amazon cloud intance launch
Amazon cloud intance launchAmazon cloud intance launch
Amazon cloud intance launchZenita Smythe
 
Introduction to EC2
Introduction to EC2Introduction to EC2
Introduction to EC2Mark 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 - WebinarCMPUTE
 
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 ThousandsAmazon 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 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
 
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

Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdfOpen Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdfhenrik385807
 
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...Sheetaleventcompany
 
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara ServicesVVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara ServicesPooja Nehwal
 
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...henrik385807
 
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...Salam Al-Karadaghi
 
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )Pooja Nehwal
 
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...NETWAYS
 
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...Hasting Chen
 
ANCHORING SCRIPT FOR A CULTURAL EVENT.docx
ANCHORING SCRIPT FOR A CULTURAL EVENT.docxANCHORING SCRIPT FOR A CULTURAL EVENT.docx
ANCHORING SCRIPT FOR A CULTURAL EVENT.docxNikitaBankoti2
 
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...Kayode Fayemi
 
Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝
Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝
Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝soniya singh
 
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024eCommerce Institute
 
SaaStr Workshop Wednesday w: Jason Lemkin, SaaStr
SaaStr Workshop Wednesday w: Jason Lemkin, SaaStrSaaStr Workshop Wednesday w: Jason Lemkin, SaaStr
SaaStr Workshop Wednesday w: Jason Lemkin, SaaStrsaastr
 
Presentation on Engagement in Book Clubs
Presentation on Engagement in Book ClubsPresentation on Engagement in Book Clubs
Presentation on Engagement in Book Clubssamaasim06
 
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779Delhi Call girls
 
George Lever - eCommerce Day Chile 2024
George Lever -  eCommerce Day Chile 2024George Lever -  eCommerce Day Chile 2024
George Lever - eCommerce Day Chile 2024eCommerce Institute
 
Microsoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AIMicrosoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AITatiana Gurgel
 
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night EnjoyCall Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night EnjoyPooja Nehwal
 
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...Pooja Nehwal
 
Russian Call Girls in Kolkata Vaishnavi 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Vaishnavi 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Vaishnavi 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Vaishnavi 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 

Recently uploaded (20)

Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdfOpen Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
 
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...
 
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara ServicesVVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
 
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
 
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...
 
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
 
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...
 
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
 
ANCHORING SCRIPT FOR A CULTURAL EVENT.docx
ANCHORING SCRIPT FOR A CULTURAL EVENT.docxANCHORING SCRIPT FOR A CULTURAL EVENT.docx
ANCHORING SCRIPT FOR A CULTURAL EVENT.docx
 
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
 
Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝
Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝
Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝
 
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
 
SaaStr Workshop Wednesday w: Jason Lemkin, SaaStr
SaaStr Workshop Wednesday w: Jason Lemkin, SaaStrSaaStr Workshop Wednesday w: Jason Lemkin, SaaStr
SaaStr Workshop Wednesday w: Jason Lemkin, SaaStr
 
Presentation on Engagement in Book Clubs
Presentation on Engagement in Book ClubsPresentation on Engagement in Book Clubs
Presentation on Engagement in Book Clubs
 
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
 
George Lever - eCommerce Day Chile 2024
George Lever -  eCommerce Day Chile 2024George Lever -  eCommerce Day Chile 2024
George Lever - eCommerce Day Chile 2024
 
Microsoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AIMicrosoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AI
 
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night EnjoyCall Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
 
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
 
Russian Call Girls in Kolkata Vaishnavi 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Vaishnavi 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Vaishnavi 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Vaishnavi 🤌 8250192130 🚀 Vip Call Girls Kolkata
 

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