We believe your privacy is very important. We use cookies to track your behaviour and provide a better experience
Backend Helpers | Automation and Software Development for Cloud Applicationses
Hashicorp Packer is a tool that helps to create identical images for multiple platforms from a single source of configuration. In this post we show you how to use a combination of Packer and Ansible to create and provision a debian AWS AMI image.
In this post we show you how to use a combination of AWS Identity Services and AWS Organizations to provide a landing page for an AWS multi-account environment.
Cardano is a public, open source, research driven decentralized blockchain platform that uses proof of stake consensus algorithm. In this post, we are going to demonstrate how to create transaction in the test network.
Cardano is a public, open source, research driven decentralized blockchain platform that uses proof of stake consensus algorithm. In this post, we are going to demonstrate how to run a Cardano node using docker.
Operating a Kubernetes cluster might be a challenging endeavor. Administrative tasks such as security patches, software updates, cluster maintenance are resource consuming activities. AWS EKS is an interesting alternative that provides a full managed kubernetes cluster as service. In this post, we are going to use hashicorp terraform to create an EKS cluster.
Amazon DynamoDB is key-value and document database provided by amazon. DynamoDB tables are designed to store and retrieve any amount of data. Its distributed nature makes easier to scale up or down the traffic requirements of your application. DynamoDB is operated by AWS, that means you don't need to worry about the operational aspects of running a database in production such as security updates, high availability, etc. Today we are going to demonstrate how to use python to access AWS DynamoDB functionality.
Kubernetes is an open source orchestration system for containerized applications. It makes easier automation tasks such as deployment, scaling, etc. This post is about how to setup a local development environment for kubernetes.
Amazon EC2 is a service that provides computer power in the cloud. In our previous post we cover the basis of this service. Today we are going to demonstrate how to use python to access AWS EC2 functionality.