Cloud Technology Tutorials

Your Cloud and Infrastructure-as-Code Expert.

Choosing AWS Lambda VS Amazon ECS

When to Use AWS Lambda Functions VS Amazon ECS

To Lambda or Not to Lambda. That is the Question! Serverless architecture is the new craze in cloud world, with a myriad of serverless services across the various cloud platforms. The concept of not having to patch servers or manage systems security is incredibly appealing and the deployment process is fairly seamless. AWS Lambda is…
Read more

AWS Credentials - IAM Access Keys and Secret Keys

Configuring AWS Credentials with Access Keys, Secret Keys, and IAM Roles

Configuring Access Keys, Secret Keys, and IAM Roles So you’re brand new to AWS and you’re looking to find out how you can use the AWS CLI or scripts to interact with AWS‘s APIs. It’s not nearly as difficult as it may seem, and you can get a workstation set up with AWS Credentials in…
Read more

Amazon S3 Boto3 Uploads and Downloads

Downloading & Uploading Files in Amazon S3 using Python Boto3

Python – Download & Upload Files in Amazon S3 using Boto3 In this blog, we’re going to cover how you can use the Boto3 AWS SDK (software development kit) to download and upload objects to and from your Amazon S3 buckets. For those of you that aren’t familiar with Boto, it’s the primary Python SDK…
Read more