Tag: AWS

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 to be flexible, scalable, and cost-effective, making it an ideal choice for startups, small businesses, and large enterprises alike. ...

Reinforcement Learning with AWS DeepRacer

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, but Go is at another next level at complexity. Do you know what’s even crazier? The machine had only been learning how to pla...

Day out at 2023 AWS Summit Toronto

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 was to learn about all the exciting new products and services that AWS is coming up with that simplify buildi...

AWS Cloud Day Prague 2023: A must-attend event for businesses in the digital age

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 Software Engineer at AWS), and customer speakers. It focused on the current status of cloud adoption in Central Eastern Europe, t...

Setting up Windows Active Directory on AWS

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 the left side of the screen. Click on the “Launch Instances” button. In the AMI selection screen, type “Windows&rdqu...

Easy way to add a layer in AWS Lambda

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, to make your function more scalable and manageable, sometimes you need to add additional libraries or dependencies. AWS prov...

How to deploy Node.js application on AWS with Github

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) instance, please refer to my previous article on “Securely SSH into AWS EC2 Linux instance”. After successful SSH into EC2 instance, we will follow th...