|
1 | 1 | # AWS
|
2 | 2 |
|
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 |
4 | 4 |
|
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> |
6 | 6 |
|
7 | 7 | - [AWS](#aws)
|
8 | 8 | - [Exercises](#exercises)
|
9 | 9 | - [IAM](#iam)
|
10 | 10 | - [EC2](#ec2)
|
11 | 11 | - [S3](#s3)
|
12 | 12 | - [ELB](#elb)
|
13 |
| - - [Auto Scaling Groups](#auto-scaling-groups) |
| 13 | + - [Auto Scaling Groups] (#auto-scaling-groups) |
14 | 14 | - [VPC](#vpc)
|
15 | 15 | - [Databases](#databases)
|
16 | 16 | - [DNS](#dns)
|
|
24 | 24 | - [Global Infrastructure](#global-infrastructure)
|
25 | 25 | - [IAM](#iam-1)
|
26 | 26 | - [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) |
35 | 35 | - [VPC](#vpc-1)
|
36 | 36 | - [Default VPC](#default-vpc)
|
37 | 37 | - [Lambda](#lambda-1)
|
|
63 | 63 | - [SNS](#sns)
|
64 | 64 | - [Monitoring and Logging](#monitoring-and-logging)
|
65 | 65 | - [Billing and Support](#billing-and-support)
|
66 |
| - - [AWS Organizations](#aws-organizations) |
| 66 | + - [AWS Organizations](#aws-organizations) |
67 | 67 | - [Automation](#automation)
|
68 | 68 | - [Misc](#misc-2)
|
69 | 69 | - [High Availability](#high-availability)
|
@@ -3485,6 +3485,6 @@ More details are missing to determine for sure but it might be better to decoupl
|
3485 | 3485 | <details>
|
3486 | 3486 | <summary>What's an ARN?</summary><br><b>
|
3487 | 3487 |
|
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. |
3490 | 3490 | </b></details>
|
0 commit comments