admin

AWS CloudFront with S3

CloudFront is a content delivery network, consisting of distributed servers that deliver webpages and other web content with low latency and high data transfer speed. This gets accomplished by caching the web content at an edge location, a user will then request the content at his closest edge location. If it is already stored, he …

AWS CloudFront with S3 Read More »

AWS Elastic Beanstalk – Hands On Introduction

Elastic Beanstalk (EB) supports developers in building and configuring the underlying infrastructure for web applications. Developers just need to upload code and the rest of the things such as capacity provisioning, building and configuring AWS resources such as EC2 instances, ELB, Auto Scaling, and application health monitoring will be taken care of by Elastic Beanstalk. …

AWS Elastic Beanstalk – Hands On Introduction Read More »

Encrypting your Data with AWS Key Management Service (KMS)

Every time you are dealing with sensitive data you should think about encrypting it! Therefore AWS provides a service called Key Management Service or KMS. KMS makes it easy to create and control encryption keys used to encrypt your data and view your existing keys in a single dashboard. Inside AWS exists a broad integration …

Encrypting your Data with AWS Key Management Service (KMS) Read More »

AWS DynamoDB – What is it and How to create one

DynamoDB is a fast and flexible NoSQL Database. It provides consistent, single-digit millisecond latency at any scale. Data gets stored in a key-value based model and supports the document formats JSON, HTML and XML. DynamoDB is also serverless and integrates very well with AWS Lambda functions. So if you are developing a serverless application, DynamoDB …

AWS DynamoDB – What is it and How to create one Read More »

AWS Lambda Functions and Versioning

Lambda is a serverless compute service that allows to run your application code in AWS without provisioning any servers. Lambda takes care of everything required to run your code, including the runtime environment. It provides typical AWS features like auto-scaling and high availability and it’s supported languages are: Basically you just need to upload your …

AWS Lambda Functions and Versioning Read More »

When to Pick which AWS Storage Type?

Cloud storage is typically more reliable, scalable and secure than traditional on-premises storage systems. AWS offers object storage, file storage, block storage and data transfer services. In this article you will first learn an approach to get a better understanding about the requirements of your data storage service and afterwards you will have a first …

When to Pick which AWS Storage Type? Read More »

AWS EC2 Instance

Servers, the heart of our modern connected world. Computers which are opened up to the internet, allowing to communicate with people or other machines. They are serving websites, scripts or databases. Typically servers are stored in huge data centres which are owned by big companies for their own purpose or for renting them to the …

AWS EC2 Instance Read More »