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 domain: $DOMAIN
9
+
10
+
The script handles this step automatically. See `aws-codeartifact-gs.sh` for the exact CLI commands.
11
+
12
+
## Step 2: Creating repository: $REPO
13
+
14
+
The script handles this step automatically. See `aws-codeartifact-gs.sh` for the exact CLI commands.
15
+
16
+
## Step 3: Getting authorization token
17
+
18
+
The script handles this step automatically. See `aws-codeartifact-gs.sh` for the exact CLI commands.
19
+
20
+
## Step 4: Getting repository endpoint
21
+
22
+
The script handles this step automatically. See `aws-codeartifact-gs.sh` for the exact CLI commands.
23
+
24
+
## Step 5: Listing repositories
25
+
26
+
The script handles this step automatically. See `aws-codeartifact-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 application: $APP_NAME
9
+
10
+
The script handles this step automatically. See `aws-codedeploy-gs.sh` for the exact CLI commands.
11
+
12
+
## Step 2: Listing applications
13
+
14
+
The script handles this step automatically. See `aws-codedeploy-gs.sh` for the exact CLI commands.
15
+
16
+
## Step 3: Getting application details
17
+
18
+
The script handles this step automatically. See `aws-codedeploy-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 S3 bucket for artifacts
9
+
10
+
The script handles this step automatically. See `aws-codepipeline-gs.sh` for the exact CLI commands.
11
+
12
+
## Step 2: Creating IAM role
13
+
14
+
The script handles this step automatically. See `aws-codepipeline-gs.sh` for the exact CLI commands.
15
+
16
+
## Step 3: Creating pipeline: $PIPE_NAME
17
+
18
+
The script handles this step automatically. See `aws-codepipeline-gs.sh` for the exact CLI commands.
19
+
20
+
## Step 4: Getting pipeline state
21
+
22
+
The script handles this step automatically. See `aws-codepipeline-gs.sh` for the exact CLI commands.
23
+
24
+
## Step 5: Listing pipelines
25
+
26
+
The script handles this step automatically. See `aws-codepipeline-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.
0 commit comments