Cloud Computing


Upload a File to Amazon S3 With Python

Boto3 aids you to navigate through the Amazon ecosystem

aws-s3awscloud-computing

Upload and Retrieve Photos with Amazon S3, Node.js and MongoDB

aws-s3awscloud-computing

Set up AWS SQS for Queuing and Consumption from Node.js

awsnodejscloud-computing

How to deploy your server using AWS EC2

nodejsawscloud

Deploy Docker Containers In AWS Lambda In 5 Easy Steps

Lambda can now run your containers as a function with base runtimes provided by AWS or even with custom runtimes. With time, containerized apps became a hit and now the problem was how to deploy…

serverlesscloud-computingprogramming

How to install and configure AWS Toolkit for VS Code to Work with Serverless Applications

A step-by-step guide to installing and configuring AWS Toolkit for VS Code to work with serverless applications.

awsaws-samvs-code

How to set up simple CI/CD using AWS CodePipeline with GitHub

A step-by-step example demonstrating how to deploy a static single page website to AWS S3

cloud-computingaws-s3aws

AWS EC2 Terraform Module Utilizing the aws_ami Data Source

Building a Terraform module that builds a bare-bones EC2 application server, qualifies for the AWS free-tier, and auto-assigns the ID of a registered AMI.

awsterraformcloud-computing

AWS Site-to-Site VPN with NAT

awsdevopscloud-computing

Building and Publishing a Docker Image to Amazon ECR using Bitbucket Pipelines

How to build a container and push it to a container registry, all from within Bitbucket Pipelines.

awsdockerdevops