> For the complete documentation index, see [llms.txt](https://docs.terraforge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.terraforge.io/tutorials/aws-stack/untitled.md).

# 4 - Pipeline Apply

{% embed url="<https://beta-terraforge-public-assets.s3.amazonaws.com/aws-stack-4-pipeline-apply.mp4>" %}

## Steps

1. Navigate to **Pipelines** on the left side menu
2. Select **Stack**`tutorial-ecr-registry` and Configuration **tutorial**
3. Select steps **Plan** and **Apply** and click **RUN**
4. You will be prompted to enter **AWS\_SECRET\_ACCESS\_KEY**, enter the **Secret access key** from the `tutorial` user created via AWS Console
5. Click on the first pipeline in the list to view the Terraform console output of all steps
6. Verify the ECR repository has been created by visiting the AWS Console at <https://console.aws.amazon.com/ecr/repositories?region=us-east-1>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.terraforge.io/tutorials/aws-stack/untitled.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
