Skip to content

Commit 62e5a53

Browse files
committed
readme
1 parent 4486ce8 commit 62e5a53

11 files changed

Lines changed: 14 additions & 14 deletions

File tree

tuts/001-lightsail-gs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Lightsail Gs
1+
# Amazon Lightsail getting started
22

3-
This tutorial demonstrates how to get started with Lightsail using the AWS CLI. You'll learn the fundamental concepts and operations for working with this AWS service through command-line interface.
3+
This tutorial demonstrates how to get started with Amazon Lightsail using the AWS CLI. You'll learn the fundamental concepts and operations for working with this AWS service through command-line interface.
44

55
You can either run the automated script `lightsail-gs.sh` to execute all operations automatically with comprehensive error handling and resource cleanup, or follow the step-by-step instructions in the `lightsail-gs.md` tutorial to understand each AWS CLI command and concept in detail. The script includes interactive prompts and built-in safeguards, while the tutorial provides detailed explanations of features and best practices.

tuts/002-vpc-gs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Vpc Gs
2-
1+
# Amazon VPC getting started
32

3+
This tutorial demonstrates how to get started with Amazon VPC using the AWS CLI. You'll learn the fundamental concepts and operations for working with this AWS service through command-line interface.
44

55
You can either run the automated script `vpc-gs.sh` to execute all operations automatically with comprehensive error handling and resource cleanup, or follow the step-by-step instructions in the `vpc-gs.md` tutorial to understand each AWS CLI command and concept in detail. The script includes interactive prompts and built-in safeguards, while the tutorial provides detailed explanations of features and best practices.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# S3 Gettingstarted
1+
# Amazon S3 getting started
22

3-
This tutorial demonstrates how to get started with S3 using the AWS CLI. You'll learn the fundamental concepts and operations for working with this AWS service through command-line interface.
3+
This tutorial demonstrates how to get started with Amazon S3 using the AWS CLI. You'll learn the fundamental concepts and operations for working with this AWS service through command-line interface.
44

55
You can either run the automated script `s3-gettingstarted.sh` to execute all operations automatically with comprehensive error handling and resource cleanup, or follow the step-by-step instructions in the `s3-gettingstarted.md` tutorial to understand each AWS CLI command and concept in detail. The script includes interactive prompts and built-in safeguards, while the tutorial provides detailed explanations of features and best practices.

tuts/004-cloudmap-custom-attributes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Cloudmap Custom Attributes
1+
# AWS Cloud Map custom attributes
22

33
This tutorial demonstrates how to configure AWS Cloud Map with custom attributes using the AWS CLI. You'll learn to create service discovery namespaces, register services with custom metadata, and query services based on custom attributes for advanced service discovery scenarios.
44

tuts/005-cloudfront-gettingstarted/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Cloudfront Gettingstarted
1+
# Amazon CloudFront getting started
22

33
This tutorial demonstrates how to set up and configure Amazon CloudFront distributions using the AWS CLI. You'll learn to create distributions, configure origins, set up caching behaviors, and implement content delivery optimization for global web applications.
44

tuts/007-chimesdk-routingcalls/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Chimesdk Routingcalls
1+
# Amazon Chime SDK routing calls
22

33
This tutorial demonstrates how to set up call routing with Amazon Chime SDK using the AWS CLI. You'll learn to configure voice connectors, set up routing rules, manage phone numbers, and implement telephony solutions for communication applications.
44

tuts/008-vpc-private-servers-gs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Vpc Private Servers Gs
1+
# Amazon VPC private servers getting started
22

33
This tutorial demonstrates how to configure private servers in Amazon VPC using the AWS CLI. You'll learn to set up isolated network environments, configure private subnets, implement bastion hosts, and secure server access patterns.
44

tuts/009-vpc-ipam-gs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Vpc Ipam Gs
1+
# Amazon VPC IPAM getting started
22

33
This tutorial demonstrates how to set up IP Address Manager (IPAM) for Amazon VPC using the AWS CLI. You'll learn to create IPAM pools, manage IP address allocation, monitor IP usage, and implement centralized IP address management across multiple VPCs.
44

tuts/010-cloudmap-service-discovery/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Cloudmap Service Discovery
1+
# AWS Cloud Map service discovery
22

33
This tutorial demonstrates how to implement service discovery with AWS Cloud Map using the AWS CLI. You'll learn to create namespaces, register services, configure health checks, and discover services dynamically for microservices architectures.
44

tuts/011-getting-started-batch-fargate/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# AWS Batch with Fargate Getting Started
1+
# AWS Batch with Fargate getting started
22

33
This tutorial demonstrates how to run batch jobs with AWS Batch and Fargate using the AWS CLI. You'll learn to create job definitions, configure compute environments, submit jobs, and monitor batch processing workloads in a serverless environment.
44

0 commit comments

Comments
 (0)