Do you have an API that is called regularly? AWS Lambda functions have the ability to call an API on a regular schedule. What if you need to store the data behind that API too? Well, Lambda can also help store your data in s3 for the long term. Using…
Author: Brittany Erickson
Host a Static Website on AWS with Python and S3
Ever needed to host a simple static website? Would you like to be able to create and upload the required files to S3 and never once touch the AWS console? With the python AWS SDK (software development kit), boto3, it is easy to configure an s3 bucket to host a…
Optimize Your Compute with AWS Spot Instances
Do you want to pay less for your compute capacity? Keep reading to learn how AWS Spot Instances can help reduce your costs. What are Spot Instances? Spot Instances are unused EC2 instances that AWS has available in excess. Using spot instances can save you up to 90% off the…