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 portfolio: $PORTFOLIO
9
+
10
+
The script handles this step automatically. See `aws-servicecatalog-gs.sh` for the exact CLI commands.
11
+
12
+
## Step 2: Describing portfolio
13
+
14
+
The script handles this step automatically. See `aws-servicecatalog-gs.sh` for the exact CLI commands.
15
+
16
+
## Step 3: Listing portfolios
17
+
18
+
The script handles this step automatically. See `aws-servicecatalog-gs.sh` for the exact CLI commands.
19
+
20
+
## Cleanup
21
+
22
+
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 a CloudFormation template
9
+
10
+
The script handles this step automatically. See `cloudformation-stacks.sh` for the exact CLI commands.
11
+
12
+
## Step 2: Creating stack: $STACK_NAME
13
+
14
+
The script handles this step automatically. See `cloudformation-stacks.sh` for the exact CLI commands.
15
+
16
+
## Step 3: Stack outputs
17
+
18
+
The script handles this step automatically. See `cloudformation-stacks.sh` for the exact CLI commands.
19
+
20
+
## Step 4: Listing stack resources
21
+
22
+
The script handles this step automatically. See `cloudformation-stacks.sh` for the exact CLI commands.
23
+
24
+
## Step 5: Stack events
25
+
26
+
The script handles this step automatically. See `cloudformation-stacks.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: Publishing high-resolution metrics
9
+
10
+
The script handles this step automatically. See `cloudwatch-metrics-math.sh` for the exact CLI commands.
11
+
12
+
## Step 2: Getting metric statistics
13
+
14
+
The script handles this step automatically. See `cloudwatch-metrics-math.sh` for the exact CLI commands.
15
+
16
+
## Step 3: Using metric math (error rate)
17
+
18
+
The script handles this step automatically. See `cloudwatch-metrics-math.sh` for the exact CLI commands.
19
+
20
+
## Step 4: Listing metrics in namespace
21
+
22
+
The script handles this step automatically. See `cloudwatch-metrics-math.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.
0 commit comments