Topic 1. Client machine Pre-Requisite 2. Configure AWS CLI Prerequisite in the client machine (MacBook): 1. Install/Update AWS CLI version 2 2. Install session-manager-plugin 3. Install ec2 instance connect cli Install AWS CLI v2 curl "https://awscli.amazonaws.com/AWSCLIV2.pkg" -o "AWSCLIV2.pkg" sudo installer -pkg AWSCLIV2.pkg…
8 posts by author
Madan Kumar
Passionate on Automation & Security in AWS.
Wego BlackHole access via AWS Session Manager
> Blackhole/Bastion/Jumphost is defined as “a server whose purpose is to provide access to a private network from an external network, such as the Internet. Because of its exposure to potential attack, a bastion host must minimize the chances of penetration.” AWS Session manager allows one to make an…
Getting Started With AWS SSO
> A simplified AWS account management, with centralised authentication with G Suite identity provider. Use of AWS SSO 1. One login(Gmail Login) for all the AWS Account. 2. Centralised User authentication and authorization 3. AWS Policies can be managed in AWS Root account. 4. Can avoid Manual rotation of Access…