Skip to content

Commit df28b9b

Browse files
Update README.md (bregman-arie#10224)
Fixed some errors and typos. Co-authored-by: Amogha Kancharla <133768988+amoghak-ds@users.noreply.github.com>
1 parent afacd38 commit df28b9b

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

topics/aws/README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# AWS
22

3-
**Note**: Some of the exercises <b>cost $$$</b> and can't be performed using the free tier/resources
3+
**Note**: Some of the exercises <b>cost $$$</b> and can't be performed using the free tier or resources
44

5-
**2nd Note**: Provided solutions are using the AWS console. It's recommended you'll use IaC technologies to solve the exercises (e.g. Terraform, Pulumi).<br>
5+
**2nd Note**: The provided solutions are using the AWS console. It's recommended you use IaC technologies to solve the exercises (e.g., Terraform, Pulumi).<br>
66

77
- [AWS](#aws)
88
- [Exercises](#exercises)
99
- [IAM](#iam)
1010
- [EC2](#ec2)
1111
- [S3](#s3)
1212
- [ELB](#elb)
13-
- [Auto Scaling Groups](#auto-scaling-groups)
13+
- [Auto Scaling Groups] (#auto-scaling-groups)
1414
- [VPC](#vpc)
1515
- [Databases](#databases)
1616
- [DNS](#dns)
@@ -24,14 +24,14 @@
2424
- [Global Infrastructure](#global-infrastructure)
2525
- [IAM](#iam-1)
2626
- [EC2](#ec2-1)
27-
- [AMI](#ami)
28-
- [EBS](#ebs)
29-
- [Instance Store](#instance-store)
30-
- [EFS](#efs)
31-
- [Pricing Models](#pricing-models)
32-
- [Launch Template](#launch-template)
33-
- [ENI](#eni)
34-
- [Placement Groups](#placement-groups)
27+
- [AMI](#ami)
28+
- [EBS](#ebs)
29+
- [Instance Store](#instance-store)
30+
- [EFS](#efs)
31+
- [Pricing Models](#pricing-models)
32+
- [Launch Template](#launch-template)
33+
- [ENI](#eni)
34+
- [Placement Groups](#placement-groups)
3535
- [VPC](#vpc-1)
3636
- [Default VPC](#default-vpc)
3737
- [Lambda](#lambda-1)
@@ -63,7 +63,7 @@
6363
- [SNS](#sns)
6464
- [Monitoring and Logging](#monitoring-and-logging)
6565
- [Billing and Support](#billing-and-support)
66-
- [AWS Organizations](#aws-organizations)
66+
- [AWS Organizations](#aws-organizations)
6767
- [Automation](#automation)
6868
- [Misc](#misc-2)
6969
- [High Availability](#high-availability)
@@ -3485,6 +3485,6 @@ More details are missing to determine for sure but it might be better to decoupl
34853485
<details>
34863486
<summary>What's an ARN?</summary><br><b>
34873487

3488-
ARN (Amazon Resources Names) used for uniquely identifying different AWS resources.
3489-
It is used when you would like to identify resource uniqely across all AWS infra.
3488+
ARN (Amazon Resources Names) are used for uniquely identifying different AWS resources.
3489+
It is used when you would like to identify resource uniqely across all AWS infrastructures.
34903490
</b></details>

0 commit comments

Comments
 (0)