© 2023 Hashnode
#aws
If there was ever a service that intimidated me when first learning AWS, it was Amazon Simple Storage Service (S3). This is a service where you can upload a virtually unlimited amount of data into an …
First of all, what is Linux? So, Linux is an operating system which is free and open source. And now if you are confused about "but why Linux?" Well, I know Windows OS is the most famous amongst all OS and has the 74% of the market share fo…
📍 Introduction: As cloud computing continues to dominate the technology landscape, AWS has become one of the most popular cloud providers in the world. DevOps engineers play a crucial role in managin…
DevOps comes from two words 'Dev' and 'Ops'. DevOps is a culture where both the Software Development team and IT Operations team work together. This is an infinite loop that never stops i.e. CI/CD - C…
Get ready for another action-packed edition of our weekly DevOps newsletter! This week, I’m covering a diverse range of topics that will help you level up your skills and stay up to date with the late…
In this blog post, we will see how the applications running in the EKS pods can connect to the S3 bucket using the IAM role for the service account (IRSA). The applications running in EKS pods can use…
As a big fan of running containers on AWS ECS Fargate, ECS users get a lot of features out of the box with little to no effort. Integration with other AWS services like Elastic load balancers, AWS Secret Manager, Parameter store, AWS CodeDe…
Creating a virtual machine (VM) in the cloud is a great way to have access to a remote, dedicated environment for hosting applications, services, and data. One of the most popular cloud platforms for …
Attending tech events helps to learn something new, meet some awesome people, a network that makes you feel a little less overwhelmed, and build products that can have a good impact on society. Also, it makes you realize that people are ava…
Introduction The AWS Cloud Development Kit (CDK) is an open-source software development framework that simplifies the process of creating, deploying and managing AWS infrastructure. It enables develop…