A Checklist to Ensure EC2 Security
AWS is providing 200+ cloud services to Businesses and Enterprises. This article can be used as a checklist to ensure your EC2 instances are secure.
AWS is providing 200+ cloud services to Businesses and Enterprises. This article can be used as a checklist to ensure your EC2 instances are secure.
As Tech World is progressing from Monolith architecture to Microservice-based Architecture it is important to the concepts of Container Orchestration. Hence this guide will introduce you to the containerization options provided by Amazon Web Services. In a Microservices-based Architecture, the whole application is broken down into small units. Each unit sticks to a specific section of the processing required by […]
What is messaging service? and where is it used in A Cloud-Native Solution? If you have been confused about these questions as well keep reading this article. Messaging Services are simply ways of communicating information from one unit of the Application or System to the other. In order to decouple the Producer and Consumers of these information packets Messaging Services […]
The ways of the monolith deployments require Application teams to deploy their code on AWS Elastic Compute Cloud almost every day. With an increasing focus on automation luckily now we have tools to automate this boring procedure as well. Hence in this article, I will be discussing a less effective old way of deploying code on AWS EC2 instances and […]
What is AWS Community Builder Program? The AWS Community Builders Program was started as a way to bring together and recognize AWS Enthusiasts and Geeks. The AWS CB program is a year-long program that offers mentorship to the people who love talking about AWS. In this article, you will find: The Responsibilities of an AWS Community Builder. Benefits and resources […]
Simplest way to start learning a new tech or tool in IT is to start a Project! So this guide is aimed to help you create a Dockerized App for the first time. Simply follow the short and simple instructions given below but try to start with your own project instead of just replicating this one. You can start understanding […]
If your starting your journey with AWS then a clear sense of direction and destination is necessary in order for you to succeed in this venture. Amazon Web Services include a far-reaching set of services that translate into million possibilities. And this characteristic makes AWS a fun skill to learn. This guide includes methodologies and strategies I have discovered during […]
AWS provides a quick and easy way to maintain your backups through AMIs and Snapshots. You can manually create AMIs and Snapshots of your EC2 Instance or you can automate this procedure for your ease. Automating the procedure lifts off the responsibility to generate updated AMIs and Snapshots. You can set retention policies and nominate your specified region for backup […]
AWS is divided into two separate spaces. Public Space Private Space Services like S3 and IAM are part of Public spaces where the services span without any regional restriction. Private Space requires resources to be created in a confined isolated network portion. Hence VPC provides this isolated space for Private resources. The sole purpose of this isolation is to provide […]
In this blog, we will discuss the tale of JSON (JavaScript Object Notation). You will find JSON a very useful tool while working with a lot of technologies. The most significant of them all is AWS itself. Hence JSON covers a great base of Scripting in AWS. JSON General Structure JSON is a lightweight way to share data among web […]