aws-static-website-s3
Host a Static Website on AWS S3 with CloudFront
,  
Host a static website on S3, distribute it with CloudFront for faster delivery, and optionally configure a custom domain to improve accessibility.
aws-alb-asg-ec2
Setup AWS Application Load Balancer with Auto Scaling Group
,  
Set up an AWS ALB with an Auto Scaling Group (ASG) using AWS CLI for high availability and dynamic load balancing with a linked Target Group.
aws-vpc-ec2-webserver-cloudformation-stack
Automate AWS VPC and EC2 Setup with CloudFormation
,  
This blog demonstrates how to automate the setup of a VPC, subnet, security group, and deploy an EC2 instance with a web server using CloudFormation.
How to Set Up AWS VPC and Host a Web Server on EC2
How to Set Up AWS VPC and Host a Web Server on EC2
,  
Learn how to create a VPC, set up a public subnet, configure an internet gateway, and launch an EC2 instance to host a web server in AWS.
Explore Comprehensive Go Language and AWS Articles
Explore Comprehensive Go Language and AWS Articles
,  
Here’s a quick overview collection of go language and aws articles, which help you navigate through the available resources.
scaling-go-microservices-with-aws-elastic-container-service_new
Containerized Go Microservice with AWS ECS Fargate
,  
This guide shows you how to deploy and scale a Containerized Go Microservice with AWS ECS Fargate, covering all the essential steps.
orchestrating-go-based-lambda-functions-using-aws-step-functions
AWS Step Functions to Orchestrate a Serverless Go Workflow
,  
Discover how to use AWS Step Functions to orchestrate a serverless Go environment and automating workflows efficiently.
error-handling-in-aws-lambda-with-go
Error Handling in AWS Lambda with Go Made Easy
,  
In this blog, we’ll explore Error Handling in AWS Lambda with Go, ensuring your serverless applications run smoothly and reliably.
API-Gateway-Lambda-and-DynamoDB
Building a Robust CRUD API with AWS API Gateway, Lambda, and DynamoDB
,  
Learn how to build a robust CRUD API using AWS API Gateway, Lambda, and DynamoDB. This guide provides step-by-step instructions for seamless integration.
AWS S3 using Python
How to Manage AWS S3 Buckets and Objects with Python
,  
This post explains different ways to work with AWS S3 using Python, such as, cretae bucket, set and get bucket policy, upload and download file etc.