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
Copy file name to clipboardExpand all lines: tuts/001-lightsail-gs/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,8 @@ You can either run the automated script `lightsail-gs.sh` to execute all operati
8
8
9
9
The script creates the following AWS resources in order:
10
10
11
-
• Lightsail instance (nano_3_0 bundle with Amazon Linux 2023)
12
-
• Lightsail disk (8 GB block storage disk)
13
-
• Lightsail instance snapshot (backup of the instance)
11
+
- Lightsail instance (nano_3_0 bundle with Amazon Linux 2023)
12
+
- Lightsail disk (8 GB block storage disk)
13
+
- Lightsail instance snapshot (backup of the instance)
14
14
15
15
The script prompts you to clean up resources when you run it, including if there's an error part way through. If you need to clean up resources later, you can use the script log as a reference point for which resources were created.
Copy file name to clipboardExpand all lines: tuts/002-vpc-gs/README.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,21 +8,21 @@ You can either run the automated script `vpc-gs.sh` to execute all operations au
8
8
9
9
The script creates the following AWS resources in order:
10
10
11
-
• EC2 VPC (10.0.0.0/16 CIDR block with DNS support and hostnames enabled)
12
-
• EC2 subnet (public subnet in AZ1 - 10.0.0.0/24)
13
-
• EC2 subnet (public subnet in AZ2 - 10.0.1.0/24)
14
-
• EC2 subnet (private subnet in AZ1 - 10.0.2.0/24)
15
-
• EC2 subnet (private subnet in AZ2 - 10.0.3.0/24)
16
-
• EC2 internet gateway (for public internet access)
17
-
• EC2 route table (public route table with internet gateway route)
18
-
• EC2 route table association (public subnet AZ1 to public route table)
19
-
• EC2 route table association (public subnet AZ2 to public route table)
20
-
• EC2 route table (private route table)
21
-
• EC2 route table association (private subnet AZ1 to private route table)
22
-
• EC2 route table association (private subnet AZ2 to private route table)
23
-
• EC2 elastic IP (for NAT gateway)
24
-
• EC2 NAT gateway (in public subnet AZ1 for private subnet internet access)
25
-
• EC2 security group (web server security group allowing HTTP/HTTPS)
26
-
• EC2 security group (database security group allowing MySQL from web servers)
11
+
- EC2 VPC (10.0.0.0/16 CIDR block with DNS support and hostnames enabled)
12
+
- EC2 subnet (public subnet in AZ1 - 10.0.0.0/24)
13
+
- EC2 subnet (public subnet in AZ2 - 10.0.1.0/24)
14
+
- EC2 subnet (private subnet in AZ1 - 10.0.2.0/24)
15
+
- EC2 subnet (private subnet in AZ2 - 10.0.3.0/24)
16
+
- EC2 internet gateway (for public internet access)
17
+
- EC2 route table (public route table with internet gateway route)
18
+
- EC2 route table association (public subnet AZ1 to public route table)
19
+
- EC2 route table association (public subnet AZ2 to public route table)
20
+
- EC2 route table (private route table)
21
+
- EC2 route table association (private subnet AZ1 to private route table)
22
+
- EC2 route table association (private subnet AZ2 to private route table)
23
+
- EC2 elastic IP (for NAT gateway)
24
+
- EC2 NAT gateway (in public subnet AZ1 for private subnet internet access)
25
+
- EC2 security group (web server security group allowing HTTP/HTTPS)
26
+
- EC2 security group (database security group allowing MySQL from web servers)
27
27
28
28
The script prompts you to clean up resources when you run it, including if there's an error part way through. If you need to clean up resources later, you can use the script log as a reference point for which resources were created.
Copy file name to clipboardExpand all lines: tuts/003-s3-gettingstarted/README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,14 @@ You can either run the automated script `s3-gettingstarted.sh` to execute all op
8
8
9
9
The script creates the following AWS resources in order:
10
10
11
-
• S3 bucket (primary bucket for tutorial)
12
-
• S3 bucket (secondary bucket for cross-region replication)
13
-
• S3 public access block configuration
14
-
• S3 bucket versioning configuration
15
-
• S3 bucket encryption configuration
16
-
• S3 object (sample text file)
17
-
• S3 object (sample image file)
18
-
• S3 object (sample document file)
19
-
• S3 bucket tagging configuration
11
+
- S3 bucket (primary bucket for tutorial)
12
+
- S3 bucket (secondary bucket for cross-region replication)
13
+
- S3 public access block configuration
14
+
- S3 bucket versioning configuration
15
+
- S3 bucket encryption configuration
16
+
- S3 object (sample text file)
17
+
- S3 object (sample image file)
18
+
- S3 object (sample document file)
19
+
- S3 bucket tagging configuration
20
20
21
21
The script prompts you to clean up resources when you run it, including if there's an error part way through. If you need to clean up resources later, you can use the script log as a reference point for which resources were created.
Copy file name to clipboardExpand all lines: tuts/004-cloudmap-custom-attributes/README.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,22 +8,22 @@ You can either run the automated script `cloudmap-custom-attributes.sh` to execu
8
8
9
9
The script creates the following AWS resources in order:
10
10
11
-
• Service Discovery http namespace
12
-
• Service Discovery http namespace (b)
13
-
• DynamoDB table
14
-
• Service Discovery service
15
-
• Service Discovery instance
16
-
• Service Discovery instance (b)
17
-
• IAM role
18
-
• IAM policy
19
-
• IAM role policy
20
-
• IAM role policy (b)
21
-
• Service Discovery service (b)
22
-
• Lambda function
23
-
• Service Discovery instance (c)
24
-
• Service Discovery instance (d)
25
-
• Lambda function (b)
26
-
• Service Discovery instance (e)
27
-
• Service Discovery instance (f)
11
+
- Service Discovery http namespace
12
+
- Service Discovery http namespace (b)
13
+
- DynamoDB table
14
+
- Service Discovery service
15
+
- Service Discovery instance
16
+
- Service Discovery instance (b)
17
+
- IAM role
18
+
- IAM policy
19
+
- IAM role policy
20
+
- IAM role policy (b)
21
+
- Service Discovery service (b)
22
+
- Lambda function
23
+
- Service Discovery instance (c)
24
+
- Service Discovery instance (d)
25
+
- Lambda function (b)
26
+
- Service Discovery instance (e)
27
+
- Service Discovery instance (f)
28
28
29
29
The script prompts you to clean up resources when you run it, including if there's an error part way through. If you need to clean up resources later, you can use the script log as a reference point for which resources were created.
Copy file name to clipboardExpand all lines: tuts/005-cloudfront-gettingstarted/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,8 @@ You can either run the automated script `cloudfront-gettingstarted.sh` to execut
8
8
9
9
The script creates the following AWS resources in order:
10
10
11
-
• CloudFront origin access control
12
-
• CloudFront distribution
13
-
• S3 bucket policy
11
+
- CloudFront origin access control
12
+
- CloudFront distribution
13
+
- S3 bucket policy
14
14
15
15
The script prompts you to clean up resources when you run it, including if there's an error part way through. If you need to clean up resources later, you can use the script log as a reference point for which resources were created.
Copy file name to clipboardExpand all lines: tuts/007-chimesdk-routingcalls/README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,12 @@ You can either run the automated script `chimesdk-routingcalls.sh` to execute al
8
8
9
9
The script creates the following AWS resources in order:
10
10
11
-
• IAM role
12
-
• IAM role policy
13
-
• Lambda function
14
-
• Lambda function (b)
15
-
• Chime SDK Voice sip media application
16
-
• Chime SDK Voice sip media application (b)
17
-
• Chime SDK Voice sip rule
11
+
- IAM role
12
+
- IAM role policy
13
+
- Lambda function
14
+
- Lambda function (b)
15
+
- Chime SDK Voice sip media application
16
+
- Chime SDK Voice sip media application (b)
17
+
- Chime SDK Voice sip rule
18
18
19
19
The script prompts you to clean up resources when you run it, including if there's an error part way through. If you need to clean up resources later, you can use the script log as a reference point for which resources were created.
0 commit comments