Category: AWS
Seamless Cross-Account Integration of AWS Lambda Functions with SNS
User Icon ,   Calendar Icon
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
User Icon ,   Calendar Icon
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
User Icon ,   Calendar Icon
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
User Icon ,   Calendar Icon
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
User Icon ,   Calendar Icon
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
User Icon ,   Calendar Icon
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
User Icon ,   Calendar Icon
Creating and deploying AWS Lambda function made easy in GOlang - a setp-by-step guide with an example - using Cloudformation, CLI and GOlang