by Marco Kuendig | 12. June 2019 | AWS, DevOps
You have started an AWS account and are ready to use a selection of AWS services and resources to bring your business to the cloud. The trouble is, how do you organize and provision them in a simple, orderly way? Enter the AWS CloudFormation service. With just a...
by Marco Kuendig | 8. June 2019 | AWS, Containers, DevOps, Introduction, ServerLess
Have you ever wondered what services are offered by the big Public Cloud providers? Have you always wanted to get learn about AWS services but felt overwhelmed by the sheer number of them? Or have you already tried AWS but were defeated by how complex they are?...
by Marco Kuendig | 13. May 2019 | AWS, Database, Uncategorised
In the age of serverless architecture, Amazon has created a setting of Amazon Aurora to cater to applications that need databases that can automatically start, stop, and scale as needed. Amazon Aurora Serverless lets you set up a cloud database without needing to...
by Marco Kuendig | 7. May 2019 | AWS, Database, Uncategorised
Amazon Aurora, a cloud-based relational database, brings together the benefits of a traditional onsite database with that of an open-sourced database. Amazon Aurora features faster speeds than a regular MySQL or PostgreSQL database, while remaining compatible with...
by Marco Kuendig | 1. May 2019 | AWS, Containers, DevOps
Kubernetes, an open-sourced application that lets users create and manage containerized applications, allows you to use in AWS to manage entire clusters of EC2 instances. A Kubernetes cluster is a logical grouping of EC2 instances that house your containers. You may...