Deploying AWS Guard Duty Malware Protection for S3 Buckets (Step-by-Step Guide)

Keep your S3 buckets safe from malware! GuardDuty scans new and updated files uploaded to your chosen Amazon Simple Storage Service (S3) bucket. This automatic scanning helps identify potential malware threats before they can cause harm.In this blog post, I will walk you through a step-by-step guide on how to deploy AWS Guard Duty malware […]

Configuring Amazon WorkSpaces Secure Browser: A Step-by-Step Guide

Amazon Workspaces Secure Browser Amazon Workspaces Secure Browser offers a secure environment for users to access private websites, SaaS applications, and the public internet. It operates within the user’s local browser, streaming encrypted pixels from a remote session hosted in the highly secure AWS cloud. Starting at just $7 per month, it eliminates the need […]

Create a Citrix MCS Catalog from AWS EC2 Machine

In this blog, we will discuss about the steps involved in creating a Citrix MCS catalog from an AWS EC2 machine.The main difference in creating an AWS MCS catalog is that we need to create an AMI and point the AMI as the master image during the creation process. In the other technologies, we are […]

Create a Custom AppStream 2.0 Image

In my previous blog, we learned about how to configure Appstream 2.0 with Amazon provided image and publish default Apps. However, organizations Prefer a custom SOE image with required security tools and standards for publishing the line of business applications. Let us see how to create a custom SOE image and publish some business applications […]

Create EC2 Instance using Terraform

In this blog we will see how to create EC2 instance using terraform. The blog contains the main.tf file used for creating the EC2 instance. 1st thing to perform is to pass on the aws key and secret using “aws configure” command. The next step is to create a main.tf file which will cerate an […]