Using AWS PowerShell and the AWS CLI
A lot of the exercises in this chapter can be executed directly from AWS CloudShell. As long as you have a Windows, Linux, or Mac computer with internet access and a web browser, AWS CloudShell is easy to access. Your computer doesn’t need to have a workstation or gaming PC hardware specifications, because all the virtualization and computation are conducted on Amazon’s infrastructure. But I would definitely recommend that you use some sort of desktop or laptop computer, and not a phone or tablet. AWS CloudShell’s UI works best with a physical keyboard.
When you’re logged in to your AWS account in your web browser, you can access AWS CloudShell at any time by clicking on an icon at the top of your screen. The AWS CloudShell icon looks like a small square with a command prompt:
Figure 5.1 – AWS CloudShell icon
If you would prefer to access the AWS CLI without AWS CloudShell, you...