You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. AWS CLI installed and configured (`aws configure`)
6
+
2. Appropriate IAM permissions for the AWS services used
7
+
8
+
## Step 1: Creating vault: $VAULT_NAME
9
+
10
+
The script handles this step automatically. See `amazon-glacier-gs.sh` for the exact CLI commands.
11
+
12
+
## Step 2: Describing vault
13
+
14
+
The script handles this step automatically. See `amazon-glacier-gs.sh` for the exact CLI commands.
15
+
16
+
## Step 3: Uploading an archive
17
+
18
+
The script handles this step automatically. See `amazon-glacier-gs.sh` for the exact CLI commands.
19
+
20
+
## Step 4: Listing vaults
21
+
22
+
The script handles this step automatically. See `amazon-glacier-gs.sh` for the exact CLI commands.
23
+
24
+
## Step 5: Initiating inventory retrieval
25
+
26
+
The script handles this step automatically. See `amazon-glacier-gs.sh` for the exact CLI commands.
27
+
28
+
## Cleanup
29
+
30
+
The script prompts you to clean up all created resources. If you need to clean up manually, check the script log for the resource names that were created.
1. AWS CLI installed and configured (`aws configure`)
6
+
2. Appropriate IAM permissions for the AWS services used
7
+
8
+
## Step 1: Creating SQS queue for notifications
9
+
10
+
The script handles this step automatically. See `s3-events.sh` for the exact CLI commands.
11
+
12
+
## Step 2: Creating bucket with event notification
13
+
14
+
The script handles this step automatically. See `s3-events.sh` for the exact CLI commands.
15
+
16
+
## Step 3: Uploading a file to trigger notification
17
+
18
+
The script handles this step automatically. See `s3-events.sh` for the exact CLI commands.
19
+
20
+
## Step 4: Reading notification from SQS
21
+
22
+
The script handles this step automatically. See `s3-events.sh` for the exact CLI commands.
23
+
24
+
## Cleanup
25
+
26
+
The script prompts you to clean up all created resources. If you need to clean up manually, check the script log for the resource names that were created.
The script handles this step automatically. See `s3-presigned.sh` for the exact CLI commands.
19
+
20
+
## Step 4: Testing presigned download
21
+
22
+
The script handles this step automatically. See `s3-presigned.sh` for the exact CLI commands.
23
+
24
+
## Step 5: Generating presigned upload URL
25
+
26
+
The script handles this step automatically. See `s3-presigned.sh` for the exact CLI commands.
27
+
28
+
## Step 6: Listing objects
29
+
30
+
The script handles this step automatically. See `s3-presigned.sh` for the exact CLI commands.
31
+
32
+
## Cleanup
33
+
34
+
The script prompts you to clean up all created resources. If you need to clean up manually, check the script log for the resource names that were created.
1. AWS CLI installed and configured (`aws configure`)
6
+
2. Appropriate IAM permissions for the AWS services used
7
+
8
+
## Step 1: Creating versioned bucket
9
+
10
+
The script handles this step automatically. See `s3-versioning.sh` for the exact CLI commands.
11
+
12
+
## Step 2: Uploading multiple versions
13
+
14
+
The script handles this step automatically. See `s3-versioning.sh` for the exact CLI commands.
15
+
16
+
## Step 3: Listing versions
17
+
18
+
The script handles this step automatically. See `s3-versioning.sh` for the exact CLI commands.
19
+
20
+
## Step 4: Getting a specific version
21
+
22
+
The script handles this step automatically. See `s3-versioning.sh` for the exact CLI commands.
23
+
24
+
## Step 5: Deleting (creates delete marker)
25
+
26
+
The script handles this step automatically. See `s3-versioning.sh` for the exact CLI commands.
27
+
28
+
## Cleanup
29
+
30
+
The script prompts you to clean up all created resources. If you need to clean up manually, check the script log for the resource names that were created.
0 commit comments