Windhavi FontIntroduction to AWS & Creating AWS account
AWS, is a cloud computing platform provided by Amazon. It offers a wide range of services, including computing, storage, and databases, among others. AWS is designed…
Explore
Browse fresh notes, guides, links, and shared pages created with PasteNow.
AWS, is a cloud computing platform provided by Amazon. It offers a wide range of services, including computing, storage, and databases, among others. AWS is designed…
In March 2016, Lee Sedol, the greatest Go player of the past decade, was defeated 4–1 by AlphaGo. Computers have beaten the best humans at chess before,…
I had the pleasure of attending the recent AWS Summit Toronto held on June 14, 2023, at the sprawling Metro Convention Center — South building. The main goal for me…
The event kicked off with a morning keynote from Tibor Kolejak (Senior Director, Enterprise for the Czech Republic & Slovakia at AWS), Clare Liguori (Senior Principal…
Step 1: Launching a Windows Server instance in AWS Log into your AWS console and navigate to the EC2 service. Click on the “Instances” tab on…
AWS Lambda is a powerful tool for running code in the cloud without the need for infrastructure management. It interacts perfectly with other AWS cloud services, however,…
As a very first step, we need to configure an EC2 instance and securely SSH into it. To learn how to create an EC2 Linux(Amazon Linux)…
If we want to keep monitoring your physical resources then we have service available in AWS called Cloud Watch. How much memory is utilize? , How…
In today’s fast-paced world, automating the provisioning and management of infrastructure is essential for efficient and reliable deployment of services. Terraform, a popular infrastructure as code…
IaC is one of the key DevOps practices, and AWS CDK & Terraform are both great IaC tools to manage your AWS infrastructure. Having used both…
What is Helm? Helm is a tool that works as a package manager for automating the creation, packaging, configuration, and deployment of Kubernetes applications by combining…
There are basically 3 different approaches you can use to allow Terraform to connect and authenticate successfully to AWS. For your consideration: It is advisable that…
In today’s cloud-driven landscape, managing costs and optimizing resource utilization is of utmost importance for organizations leveraging AWS. To gain deep insights into AWS resource costs…
In this article, we will take a look into how to manage and deploy autoscaling groups in Amazon Web Services (AWS), explaining what they are, their…
Today, let’s get into a brief Terraform illustration. It’s beneficial to understand Terraform’s workings, even if you’re not directly responsible for its execution. Here’s a straightforward…
Managing AWS resources manually can be time-consuming and prone to errors. By using Terraform automation with GitLab CI/CD, you can manage AWS resources efficiently with infrastructure…
Terraform is a free and open-source infrastructure as code (IAC) that can help to automate the deployment, configuration, and management of remote servers. Terraform can manage…
Synopsis In this blog post, I’ll walk you through the steps to deploy a landing page for a dating app I created on the AWS cloud.…
Managing user access and permissions across multiple AWS accounts in an AWS Organization can be a complex and time-consuming task. However, with the power of Infrastructure…
Introduction Managing cloud infrastructure has evolved with tools like Terraform and the AWS Cloud Development Kit (AWS CDK) leading the way. Terraform has been a trusted…
In this guide, we’ll take you through the process of setting up an Apache Cassandra cluster in AWS using Terraform, an infrastructure-as-code tool. Apache Cassandra is a powerful…
When you create an Amazon EKS cluster, it is by default configured as an OpenID Connect (OIDC) identity provider (IdP). This means that it can be…
When running a microservice-based architecture, traffic flows from the front-end, passes through multiple microservices, and eventually receives the final response from the back-end. Kubernetes is a…
Developing reactive and resilient microservices entails creating a highly scalable and distributed architecture. To meet the demands of resiliency and fault tolerance, it is crucial to…
Hello there! As I continue my journey to master DevOps practices, I am excited to share my insights gained from tackling this substantial project. In this…
When you create an Amazon EKS cluster, it is by default configured as an OpenID Connect (OIDC) identity provider (IdP). This means that it can be…
Situation: While working on building Machine Learning models for 70 different countries (with one model dedicated to each country), we encountered the requirement to execute a…
This short guide will describe how to create an AWS ECS Cluster on EC2 in 2023. Basically there are already articles and code samples on the…
What will be our main goals? Setup the initial AWS infrastructure. Having a CI/CD pipeline which will deploy new changes. Having a public URL (HTTP for…
above command pulls your aplication code to your local that is need to pushed in aws code commit step 2 →Setup code commit go to aws…