Saturday, May 1, 2021

AWS CloudShell


 As we know, there are 3 ways to connect AWS infrastructure.  They are:

  1. AWS Console (web based interface)
  2. AWS CLI (Command Line Interface)
  3. AWS API (Application Program Interface)


Non technical users prefer to use AWS Console.  Scripting engineers are used to leverage CLI.  Third option API is used by application engineers.

Recently, start of the year, AWS CloudShell is available to use as attached.

AWS CloudShell is a browser-based, pre-authenticated shell that the user can launch directly from the AWS Management Console. It runs any AWS CLI commands against AWS services using your preferred shell (Bash, PowerShell, or Z shell). Cool thing is no need to download or install command line tools.

Happy Cloud Access in simple way!

No comments:

Post a Comment