AWS


AWS SQS CLI commands with examples

The AWS SQS is the first service AWS offered to the public. It is a stable, robust, fast, and scalable service widely used in asynchronous systems. In this tutorial I will show with examples the AWC CLI commands to manipulate with SQS.

AwsSqsCli

Self-hosted Pritunl VPN in AWS EC2

This post is about step by step process of configuring Pritunl VPN in AWS EC2

PritunlAws VpnVPN

Deploying Spring Boot Web Application on Amazon EC2 on AWS

A step-by-step guide to deploying a Spring Boot web application on Amazon EC2 on AWS

awsamazonspring boot

How to Setup AWS Client VPN

How to configure and connect in the AWS Client VPN using the OpenVPN client

VPNAWSCloud Computing

Solution for Amazon S3 Error “AccessControlListNotSupported”

Here’s how I resolved the “AccessControlListNotSupported” error in Amazon S3

AWS S3AWSCloud Computing

Adding an SSL Certificate to an Application Load Balancer in AWS

AWS Certificate Manager(ACM) is a service that allows you to create, manage, and deploy public and private Secure Sockets Layer/Transport Layer Security (SSL/TLS) certificates for use with AWS…

AWSAws Certificate ManagerApplication Load Balancer

Triggering Lambda to Send Messages to SQS

AWSLambdaSQS

How to Configure AWS SFTP Server with AWS S3

A tutorial on configuring AWS SFTP Server with AWS S3

Aws SftpS3AWS

Configure Nginx Web Server using AWS EC2 User Data

How to create an Amazon EC2 instance with an Nginx web server — all while using the AWS Command Line Interface (AWS CLI) to launch it.

AwsEc2Nginx

Hosting a static website with S3 & CloudFront

AwsS3Cloudfront