Encrypting Systems Manager Sessions

Encrypting Systems Manager Sessions

I recently discovered that we can encrypt ec2 sessions launched via AWS Systems Manager. I figured it needs a few things in place to make it happen, A KMS key to be used for encrypting sessions with the following policy attached to it. Refrence...

How to Access AWS S3 Buckets from EC2 Instances

How to Access AWS S3 Buckets from EC2 Instances

What is the S3 Bucket? AWS S3 bucket is a directory/folder where we can store any kind of data except application or OS. Why AWS called S3 bucket for directory/folder because bucket has " Sx3" Simple Storage Service. In S3 bucket we can store any...

Networking Architecture – Hybrid

Networking Architecture – Hybrid

Yet another interesting architecture including AWS services like AWS Site-to-Site VPN, PrivateLink and Transit Gateway. This solution enables connectivity between a Corporate Data Center and workloads deployed in AWS Environment. Let’s say we want...