Skip to content

Commit 13a4be4

Browse files
committed
Add README.md and tutorial walkthrough for script-only tutorials
1 parent 76df3c1 commit 13a4be4

6 files changed

Lines changed: 147 additions & 0 deletions

File tree

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Amazon Bedrock Gs
2+
3+
A read-only script that queries Bedrock resources and displays information.
4+
5+
## Running
6+
7+
```bash
8+
bash amazon-bedrock-gs.sh
9+
```
10+
11+
## What it does
12+
13+
1. Listing foundation models
14+
2. Listing inference profiles
15+
3. Invoking a model
16+
4. Listing custom models
17+
5. Listing model invocation logs
18+
19+
## Resources created
20+
21+
None — this script is read-only.
22+
23+
## Cost
24+
25+
No cost. This script only reads existing resources.
26+
27+
## Related docs
28+
29+
- [AWS CLI bedrock reference](https://docs.aws.amazon.com/cli/latest/reference/bedrock/index.html)
30+
- [AWS CLI bedrock-runtime reference](https://docs.aws.amazon.com/cli/latest/reference/bedrock-runtime/index.html)
31+
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Amazon Bedrock Gs
2+
3+
## Prerequisites
4+
5+
1. AWS CLI installed and configured (`aws configure`)
6+
2. Appropriate IAM permissions for the AWS services used
7+
8+
## Step 1: Listing foundation models
9+
10+
The script handles this step automatically. See `amazon-bedrock-gs.sh` for the exact CLI commands.
11+
12+
## Step 2: Listing inference profiles
13+
14+
The script handles this step automatically. See `amazon-bedrock-gs.sh` for the exact CLI commands.
15+
16+
## Step 3: Invoking a model
17+
18+
The script handles this step automatically. See `amazon-bedrock-gs.sh` for the exact CLI commands.
19+
20+
## Step 4: Listing custom models
21+
22+
The script handles this step automatically. See `amazon-bedrock-gs.sh` for the exact CLI commands.
23+
24+
## Step 5: Listing model invocation logs
25+
26+
The script handles this step automatically. See `amazon-bedrock-gs.sh` for the exact CLI commands.
27+
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Aws Lakeformation Gs
2+
3+
A read-only script that queries Lakeformation resources and displays information.
4+
5+
## Running
6+
7+
```bash
8+
bash aws-lakeformation-gs.sh
9+
```
10+
11+
## What it does
12+
13+
1. Getting data lake settings
14+
2. Listing resources
15+
3. Listing permissions
16+
17+
## Resources created
18+
19+
None — this script is read-only.
20+
21+
## Cost
22+
23+
No cost. This script only reads existing resources.
24+
25+
## Related docs
26+
27+
- [AWS CLI lakeformation reference](https://docs.aws.amazon.com/cli/latest/reference/lakeformation/index.html)
28+
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Aws Lakeformation Gs
2+
3+
## Prerequisites
4+
5+
1. AWS CLI installed and configured (`aws configure`)
6+
2. Appropriate IAM permissions for the AWS services used
7+
8+
## Step 1: Getting data lake settings
9+
10+
The script handles this step automatically. See `aws-lakeformation-gs.sh` for the exact CLI commands.
11+
12+
## Step 2: Listing resources
13+
14+
The script handles this step automatically. See `aws-lakeformation-gs.sh` for the exact CLI commands.
15+
16+
## Step 3: Listing permissions
17+
18+
The script handles this step automatically. See `aws-lakeformation-gs.sh` for the exact CLI commands.
19+
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Cloudwatch List Alarms
2+
3+
A read-only script that queries Cloudwatch resources and displays information.
4+
5+
## Running
6+
7+
```bash
8+
bash cloudwatch-list-alarms.sh
9+
```
10+
11+
## What it does
12+
13+
1. Listing alarms
14+
2. Alarm summary by state
15+
16+
## Resources created
17+
18+
None — this script is read-only.
19+
20+
## Cost
21+
22+
No cost. This script only reads existing resources.
23+
24+
## Related docs
25+
26+
- [AWS CLI cloudwatch reference](https://docs.aws.amazon.com/cli/latest/reference/cloudwatch/index.html)
27+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Cloudwatch List Alarms
2+
3+
## Prerequisites
4+
5+
1. AWS CLI installed and configured (`aws configure`)
6+
2. Appropriate IAM permissions for the AWS services used
7+
8+
## Step 1: Listing alarms
9+
10+
The script handles this step automatically. See `cloudwatch-list-alarms.sh` for the exact CLI commands.
11+
12+
## Step 2: Alarm summary by state
13+
14+
The script handles this step automatically. See `cloudwatch-list-alarms.sh` for the exact CLI commands.
15+

0 commit comments

Comments
 (0)