Creating an AWS EC2 instance with Python’s boto3 library Boto3 – it’s a name you’ve probably heard very often if you’ve worked with AWS and Python. It is the SDK
Read MoreMonth: February 2024
Scaling and autoscaling – Provisioning Resources
Scaling and autoscaling Scaling is the act of increasing or decreasing the size of a workload or resource depending on the demand for it. Autoscaling is doing this automatically based
Read More