From the course: AWS AI Automation Foundations: Command Line Interface (CLI) with Amazon Q in AWS CloudShell

Unlock this course with a free trial

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

Pushing to ECR from CloudShell demo

Pushing to ECR from CloudShell demo

- [Instructor] Here we have a clean AWS CloudShell window, and we're going to build a fun echo game container that responds differently when you say echo. So first up here, what are we going to do? We're going to go ahead and paste in a directory structure. There we go. Now, before we get started though, on the Dockerfile and pushing things to ECR, let's go ahead and ask some questions to q chat and get a little bit of information about how ECR works. What we can do is say, you know, how does ECR work? So I would recommend this kind of workflow, because we get it for free, right? Is ask the Amazon Q assistant some information about, you know, what it is you're doing. There we go, we see image storage, ECR allows you to store Docker images. There's a private repo, et cetera, et cetera. So basically, before you start, I think that's always a good idea, is to get that information. Now, in terms of building out a echo game here, let's go ahead and make sure we know where we're at. If we…

Contents