Update README.md (#10224)

Fixed some errors and typos.

Co-authored-by: Amogha Kancharla <133768988+amoghak-ds@users.noreply.github.com>
This commit is contained in:
Amogha Kancharla 2024-06-12 14:47:19 +05:30 committed by GitHub
parent afacd3885f
commit df28b9bdb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,8 +1,8 @@
# 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)
@ -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>