Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #10224

Merged
merged 1 commit into from
Jun 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Update README.md
Fixed some errors and typos.
  • Loading branch information
amoghakancharla committed Sep 25, 2023
commit 7c4941bffd50b379eee5996a520c3351b29ad65b
28 changes: 14 additions & 14 deletions topics/aws/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# AWS

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

**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>
**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>

- [AWS](#aws)
- [Exercises](#exercises)
- [IAM](#iam)
- [EC2](#ec2)
- [S3](#s3)
- [ELB](#elb)
- [Auto Scaling Groups](#auto-scaling-groups)
- [Auto Scaling Groups] (#auto-scaling-groups)
- [VPC](#vpc)
- [Databases](#databases)
- [DNS](#dns)
Expand All @@ -24,14 +24,14 @@
- [Global Infrastructure](#global-infrastructure)
- [IAM](#iam-1)
- [EC2](#ec2-1)
- [AMI](#ami)
- [EBS](#ebs)
- [Instance Store](#instance-store)
- [EFS](#efs)
- [Pricing Models](#pricing-models)
- [Launch Template](#launch-template)
- [ENI](#eni)
- [Placement Groups](#placement-groups)
- [AMI](#ami)
- [EBS](#ebs)
- [Instance Store](#instance-store)
- [EFS](#efs)
- [Pricing Models](#pricing-models)
- [Launch Template](#launch-template)
- [ENI](#eni)
- [Placement Groups](#placement-groups)
- [VPC](#vpc-1)
- [Default VPC](#default-vpc)
- [Lambda](#lambda-1)
Expand Down Expand Up @@ -63,7 +63,7 @@
- [SNS](#sns)
- [Monitoring and Logging](#monitoring-and-logging)
- [Billing and Support](#billing-and-support)
- [AWS Organizations](#aws-organizations)
- [AWS Organizations](#aws-organizations)
- [Automation](#automation)
- [Misc](#misc-2)
- [High Availability](#high-availability)
Expand Down Expand Up @@ -3485,6 +3485,6 @@ More details are missing to determine for sure but it might be better to decoupl
<details>
<summary>What's an ARN?</summary><br><b>

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