From the course: Enterprise AI Solutions with AWS: Amazon Q Business, Bedrock Knowledge Bases, and SageMaker MLOps

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

Foundational CloudShell skills

Foundational CloudShell skills

- [Narrator] Here we have AWS CloudShell. And what's really interesting about AWS CloudShell is it may be the most specific way you can interact with an interface because the authentication is already taken care of for you. You also have the AWS CLI, and it's very straightforward to interact with this environment. You don't even need a laptop, you just need a web browser somewhere. As long as you can run a web browser, you're ready to go. So let's take a look at some of the things that you can do and some of the things that I think are pretty interesting. So first up here would be to use some of the environmental variables that are already included. So in this case, if I wanted to echo $AWS_REGION or build a bash script around this, there you go, you can see I can use that variable. And this is a great way to interact with some of the automation, or even include some bash scripts, is to use some of these built-in environmental variables like AWS_REGION. Now another thing that's kind…

Contents