AWS EC2 Storage
AWS offers a range of solutions for Object, file and block storage.This post covers Block storage, Instance storage, machine images and EFS.
AWS offers a range of solutions for Object, file and block storage.This post covers Block storage, Instance storage, machine images and EFS.
Elastic Compute Cloud or EC2 is an AWS service that gives you the ability to rent virtual machines, store data on them and automatically scale them up or down based on demand or traffic.
AWS EC2 Fundamentals Read More »
According to Amazon, ECS or Elastic Container Service is “a highly scalable, fast, container management service that makes it easy
In a previous article, I discussed four different deployment policies you can employ when deploying applications to AWS. Some of
Changing deployment policies in AWS Read More »
In this post I’ll show you how to encrypt and decrypt strings using the AWS Encryption SDK and AWS KMS.
Encryption using Python and AWS Read More »
AWS Lambda is a serverless compute service that lets you run code without provisioning or managing servers. Using Lambda, you
How to create an AWS Lambda layer Read More »
This post discusses the most common deployment methods: all at once, rolling, immutable, and blue/green.
AWS: Deployment methods Read More »