Skip to content
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,5 @@ yarn.lock

**/llms.txt
**/llms-full.txt

.claude/settings.local.json
7 changes: 6 additions & 1 deletion docs/jumpstart/action-items.mdx
Comment thread
milldr marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,12 @@ If your engagement with Cloud Posse includes Release Engineering, we will also n
</Step>

<Step>
### <StepNumber/> PATs for ECS with `ecspresso`
### <StepNumber/> PATs for ECS with `ecspresso` (Deprecated)

:::note
This step can likely be skipped. The ecspresso-based ECS deployment approach is deprecated in favor of [ECS with Atmos](/layers/software-delivery/ecs-atmos/), which does not require these PATs.
:::

Comment thread
milldr marked this conversation as resolved.
Outdated
<Steps>
- Create one fine-grained PAT with the following permission.
Please see [Creating a fine-grained personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-fine-grained-personal-access-token)
Expand Down
Loading