Skip to content

Commit 672e5e0

Browse files
fixing typo
1 parent 49fd819 commit 672e5e0

File tree

1 file changed

+1
-3
lines changed
  • docs/Infrastructure_Guide

1 file changed

+1
-3
lines changed

docs/Infrastructure_Guide/aws.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ The instructions below discuss the creation of a single role and a single attach
276276
2. Select Target Page
277277
* Under **Target Detail**, select **All APIs** and search for and select EC2.
278278
* In the API search box, search for `StartInstances` or `StopInstances`.
279-
* In the next window, grab the **Instance ID** for the EC2 instead created earlier and paste it in to the JSON input.
279+
* In the next window, grab the **Instance ID** for the EC2 instance created earlier and paste it in to the JSON input.
280280
```json
281281
{
282282
"InstanceIds": [
@@ -302,8 +302,6 @@ AWS Secrets Manager is a service for storing and managing sensitive information
302302
It provides encryption, automatic rotation, IAM-based access control, and integrates with RDS and other AWS services to manage
303303
credentials programmatically.
304304

305-
This project uses
306-
307305
### Supabase Secrets
308306
The EC2 instance for Dagster needs to authenticate with Supabase to write the card data.
309307

0 commit comments

Comments
 (0)