Category: AWS
Seamless Cross-Account Integration of AWS Lambda Functions with SNS
July 24, 2023
,
This article will explain how to create cross-account AWS Lambda functions, which publish and subscribe to different events on an SNS topic.
Deploying Jenkins on AWS EC2 Instance with Ubuntu: A Complete Setup Guide
April 30, 2023
,
Learn how to set up an AWS EC2 instance with Ubuntu OS and Jenkins. Follow our step-by-step guide for a seamless installation.
How to Create and Launch an AWS EC2 Instance
February 25, 2023
,
This blog walks you through the steps to create and launch an AWS EC2 instance using a free tier account. I will cover the entire process from signing up for…
How to Invoke AWS Lambda by a Scheduled Event
February 4, 2023
,
This blog explains how to invoke AWS lambda by a scheduled event. We will write a function in GO language, which is triggered by a scheduled event.
How to get started with AWS in 10 minutes
January 13, 2023
,
How to get started with AWS in 10 minutes - is a great platform to start your learning the aws cloud computing.
Secure Way to Host a WordPress Website Using AWS Lightsail
January 8, 2023
,
This article will guide you through the seamless process of hosting a wordpress website using AWS Lightsail.
How to Create and Deploy AWS Lambda Functions Using Go
January 4, 2023
,
Creating and deploying AWS Lambda function made easy in GOlang - a setp-by-step guide with an example - using Cloudformation, CLI and GOlang