Add intro, update 2023.md, polish Day55 outro

This commit is contained in:
Chris Williams 2023-03-12 13:18:47 -04:00
parent 9fa25dd2c1
commit f837ff59ab
3 changed files with 14 additions and 6 deletions

10
2023.md
View File

@ -107,12 +107,12 @@ Or contact us via Twitter, my handle is [@MichaelCade1](https://twitter.com/Mich
### AWS ### AWS
- [✔️] ☁️ 49 > [AWS Cloud Overview](2023/day49.md) - [✔️] ☁️ 49 > [AWS Cloud Overview](2023/day49.md)
- [✔️] ☁️ 50 > [Get a Free Tier Account & Enable Billing Alarms](2023/day50.md) - [✔️] ☁️ 50 > [Create Free Tier Account & Enable Billing Alarms](2023/day50.md)
- [✔️] ☁️ 51 > [Infrastructure as Code (IaC) and CloudFormation](2023/day51.md) - [✔️] ☁️ 51 > [Infrastructure as Code (IaC) and CloudFormation](2023/day51.md)
- [] ☁️ 52 > [](2023/day52.md) - [✔️] ☁️ 52 > [Identity and Access Management (IAM)](2023/day52.md)
- [] ☁️ 53 > [](2023/day53.md) - [✔️] ☁️ 53 > [AWS Systems Manager](2023/day53.md)
- [] ☁️ 54 > [](2023/day54.md) - [✔️] ☁️ 54 > [AWS CodeCommit](2023/day54.md)
- [] ☁️ 55 > [](2023/day55.md) - [✔️] ☁️ 55 > [AWS CodePipeline](2023/day55.md)
### Red Hat OpenShift ### Red Hat OpenShift

View File

@ -1,5 +1,13 @@
# Day 49: AWS Cloud Overview # Day 49: AWS Cloud Overview
Welcome to the AWS section of the 90 Days of DevOps! Picking 7 items to learn about is difficult for several reasons:
1. At last count, there were 250+ AWS services
2. Each service could get it's own multi-day deep dive 😅
Because of that, we're going to do a gentle intro that starts off easy, goes into some very DevOps-salient services, then ends with a section-capstone project that will give you a lot of exposure to AWS DevOps services.
I hope you enjoy the next 7 days as much as I did creating them. If you have any questions feel free to ask!
AWS Cloud is a cloud computing platform provided by Amazon Web Services (AWS). It offers a wide range of services, including computing, storage, networking, database, analytics, machine learning, security, and more. AWS Cloud allows businesses and organizations to access these services on a pay-as-you-go basis, which means they only pay for what they use and can scale their resources up or down as needed. AWS Cloud is a cloud computing platform provided by Amazon Web Services (AWS). It offers a wide range of services, including computing, storage, networking, database, analytics, machine learning, security, and more. AWS Cloud allows businesses and organizations to access these services on a pay-as-you-go basis, which means they only pay for what they use and can scale their resources up or down as needed.
![](images/day49-1.png) ![](images/day49-1.png)

View File

@ -21,7 +21,7 @@ AWS CodePipeline integrates with other AWS services:
## Getting started with AWS CodePipeline ## Getting started with AWS CodePipeline
To get started with AWS CodePipeline, there are several excellent [tutorials](https://docs.aws.amazon.com/codepipeline/latest/userguide/tutorials.html) in the [AWS User Guide](https://docs.aws.amazon.com/codepipeline/latest/userguide/welcome.html). They all basically break down into the following 3 steps To get started with AWS CodePipeline, there are several excellent [tutorials](https://docs.aws.amazon.com/codepipeline/latest/userguide/tutorials.html) in the [AWS User Guide](https://docs.aws.amazon.com/codepipeline/latest/userguide/welcome.html). They all basically break down into the following 3 steps:
### Step 1: Create an IAM role ### Step 1: Create an IAM role