Skip to content

Commit 6bdf55f

Browse files
committed
aws guide updates
1 parent 7fc320c commit 6bdf55f

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

src/content/docs/aws/quick-start.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This guide shows how to fetch data from the OpenAQ API. As an example, we will
1010
retrieve location details for the "New Delhi" station in New Delhi, India, with
1111
OpenAQ location ID 8118.
1212

13-
This tutorial uses the AWS ClI to make requests and assumes you are familiar with
13+
This tutorial uses the AWS CLI to make requests and assumes you are familiar with
1414
using the command line on your computer. The AWS CLI is not a
1515
requirement for using the Open Data on AWS bucket but it does provide easy
1616
access to AWS APIs necessary for communicating with the bucket.
@@ -28,7 +28,7 @@ Configure the AWS config file, found at $HOME/.aws/confg, with the
2828
```
2929
<Aside type="note" >
3030

31-
The AWS config file must be configured to the `us-east-1` to access the
31+
The AWS config file must be configured to the `us-east-1` region to access the
3232
bucket.
3333
</Aside>
3434

src/content/docs/aws/year-guide.mdx

+7-1
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,19 @@ title: Guide - Download a year of data for a location.
33
---
44

55
import FeedbackForm from '../../../components/FeedbackForm.astro';
6+
import { Aside } from '@astrojs/starlight/components';
67

78

89
This guide shows you how to download a relatively large amount of measurement
910
data, one year of hourly measurements from a single location, from the Open Data
1011
on AWS bucket.
1112

12-
import { Aside } from '@astrojs/starlight/components';
13+
<Aside type="note" >
14+
15+
The AWS CLI must be configured to the `us-east-1` region to access the
16+
bucket.
17+
</Aside>
18+
1319

1420
Run the following command to copy all data from
1521
[location 2178](https://explore.openaq.org/locations/2178) during the year 2020

0 commit comments

Comments
 (0)