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 SFTP server
9
+
10
+
The script handles this step automatically. See `aws-transfer-gs.sh` for the exact CLI commands.
11
+
12
+
## Step 2: Waiting for server...
13
+
14
+
The script handles this step automatically. See `aws-transfer-gs.sh` for the exact CLI commands.
15
+
16
+
## Step 3: Server details
17
+
18
+
The script handles this step automatically. See `aws-transfer-gs.sh` for the exact CLI commands.
19
+
20
+
## Step 4: Listing servers
21
+
22
+
The script handles this step automatically. See `aws-transfer-gs.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.
1. AWS CLI installed and configured (`aws configure`)
6
+
2. Appropriate IAM permissions for the AWS services used
7
+
8
+
## Step 1: Creating accelerator: $GA_NAME
9
+
10
+
The script handles this step automatically. See `aws-globalaccelerator-gs.sh` for the exact CLI commands.
11
+
12
+
## Step 2: Waiting for deployment...
13
+
14
+
The script handles this step automatically. See `aws-globalaccelerator-gs.sh` for the exact CLI commands.
15
+
16
+
## Step 3: Accelerator details
17
+
18
+
The script handles this step automatically. See `aws-globalaccelerator-gs.sh` for the exact CLI commands.
19
+
20
+
## Step 4: Listing accelerators
21
+
22
+
The script handles this step automatically. See `aws-globalaccelerator-gs.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.
1. AWS CLI installed and configured (`aws configure`)
6
+
2. Appropriate IAM permissions for the AWS services used
7
+
8
+
## Step 1: Listing available VPC endpoint services
9
+
10
+
The script handles this step automatically. See `vpc-endpoints.sh` for the exact CLI commands.
11
+
12
+
## Step 2: Creating a gateway endpoint (S3)
13
+
14
+
The script handles this step automatically. See `vpc-endpoints.sh` for the exact CLI commands.
15
+
16
+
## Step 3: Describing endpoint
17
+
18
+
The script handles this step automatically. See `vpc-endpoints.sh` for the exact CLI commands.
19
+
20
+
## Step 4: Listing endpoints
21
+
22
+
The script handles this step automatically. See `vpc-endpoints.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