#devops
Read more stories on Hashnode
Articles with this tag
What we will learn through this lab: --> Create an environment to run MySQL --> Connect to the Database --> Delete the Database Instance Creating...
In this article, we will learn how we can create an application without managing the underlying server using AWS Lambda. Let’s first understand what...
What we will learns in this article: · DynamoDB and it’s features · How to create a simple table, add data, scan and query the data, delete data, and...
In this article we will learn how can we containerize the applications. We have 2 applications 1. Flask Application It will simply return a message on...
What is Docker? Docker is an open platform for developing, shipping, and running applications. Docker allows you to containerize the application. In...
In this article, we would be creating 3 EC2 instances, one would act as controller node and other 2 will act as a target node/host. This, will give an...