Saves up to 90% of AWS EC2 costs by automating the use of spot instances on existing AutoScaling groups. Installs in minutes using CloudFormation or Terraform. Convenient to deploy at scale using StackSets. Uses tagging to avoid launch configuration changes. Automated spot termination handling. Reliable fallback to on-demand instances.
The goal of this project is to offer an AWS EMR template using Spot Fleet and On-Demand Instances that you can use quickly. Just focus on writing pyspark code.
The purpose of this app is make a AWS Spot Instances STATEFUL, to do that we create or retrieve an eip and a volume during ec2 startup. It uses a tag added to the resource to track if it exists, otherwise it creates the resource and tag it with the given service name.
This repository contains all my personal automation scripts, which i use to automate my development, deployment and hacking cycle! You can edit this code and distribute this code without any restrictions!
The OD Pricing API uses "Region Description"
US East (N. Virginia)to filter instead of a region name likeus-east-1.If you try to use some other regions, the SDKs region descriptions are not returning what the pricing API expects.
For example, if you want to query for a price in
eu-central-1, the SDK gives backEurope (Frankfurt)but the pricing API expectsEU (Frankfurt).T