mirror of
https://github.com/bregman-arie/devops-exercises.git
synced 2026-02-04 23:59:11 +00:00
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:
parent
afacd3885f
commit
df28b9bdb9
@ -1,8 +1,8 @@
|
|||||||
# AWS
|
# 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)
|
- [AWS](#aws)
|
||||||
- [Exercises](#exercises)
|
- [Exercises](#exercises)
|
||||||
@ -10,7 +10,7 @@
|
|||||||
- [EC2](#ec2)
|
- [EC2](#ec2)
|
||||||
- [S3](#s3)
|
- [S3](#s3)
|
||||||
- [ELB](#elb)
|
- [ELB](#elb)
|
||||||
- [Auto Scaling Groups](#auto-scaling-groups)
|
- [Auto Scaling Groups] (#auto-scaling-groups)
|
||||||
- [VPC](#vpc)
|
- [VPC](#vpc)
|
||||||
- [Databases](#databases)
|
- [Databases](#databases)
|
||||||
- [DNS](#dns)
|
- [DNS](#dns)
|
||||||
@ -24,14 +24,14 @@
|
|||||||
- [Global Infrastructure](#global-infrastructure)
|
- [Global Infrastructure](#global-infrastructure)
|
||||||
- [IAM](#iam-1)
|
- [IAM](#iam-1)
|
||||||
- [EC2](#ec2-1)
|
- [EC2](#ec2-1)
|
||||||
- [AMI](#ami)
|
- [AMI](#ami)
|
||||||
- [EBS](#ebs)
|
- [EBS](#ebs)
|
||||||
- [Instance Store](#instance-store)
|
- [Instance Store](#instance-store)
|
||||||
- [EFS](#efs)
|
- [EFS](#efs)
|
||||||
- [Pricing Models](#pricing-models)
|
- [Pricing Models](#pricing-models)
|
||||||
- [Launch Template](#launch-template)
|
- [Launch Template](#launch-template)
|
||||||
- [ENI](#eni)
|
- [ENI](#eni)
|
||||||
- [Placement Groups](#placement-groups)
|
- [Placement Groups](#placement-groups)
|
||||||
- [VPC](#vpc-1)
|
- [VPC](#vpc-1)
|
||||||
- [Default VPC](#default-vpc)
|
- [Default VPC](#default-vpc)
|
||||||
- [Lambda](#lambda-1)
|
- [Lambda](#lambda-1)
|
||||||
@ -63,7 +63,7 @@
|
|||||||
- [SNS](#sns)
|
- [SNS](#sns)
|
||||||
- [Monitoring and Logging](#monitoring-and-logging)
|
- [Monitoring and Logging](#monitoring-and-logging)
|
||||||
- [Billing and Support](#billing-and-support)
|
- [Billing and Support](#billing-and-support)
|
||||||
- [AWS Organizations](#aws-organizations)
|
- [AWS Organizations](#aws-organizations)
|
||||||
- [Automation](#automation)
|
- [Automation](#automation)
|
||||||
- [Misc](#misc-2)
|
- [Misc](#misc-2)
|
||||||
- [High Availability](#high-availability)
|
- [High Availability](#high-availability)
|
||||||
@ -3485,6 +3485,6 @@ More details are missing to determine for sure but it might be better to decoupl
|
|||||||
<details>
|
<details>
|
||||||
<summary>What's an ARN?</summary><br><b>
|
<summary>What's an ARN?</summary><br><b>
|
||||||
|
|
||||||
ARN (Amazon Resources Names) used for uniquely identifying different AWS resources.
|
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 infra.
|
It is used when you would like to identify resource uniqely across all AWS infrastructures.
|
||||||
</b></details>
|
</b></details>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user