From f837ff59ab773e6c739fe518687d4a075aee0427 Mon Sep 17 00:00:00 2001 From: Chris Williams Date: Sun, 12 Mar 2023 13:18:47 -0400 Subject: [PATCH] Add intro, update 2023.md, polish Day55 outro --- 2023.md | 10 +++++----- 2023/day49.md | 8 ++++++++ 2023/day55.md | 2 +- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/2023.md b/2023.md index 19b3485..f480d58 100644 --- a/2023.md +++ b/2023.md @@ -107,12 +107,12 @@ Or contact us via Twitter, my handle is [@MichaelCade1](https://twitter.com/Mich ### AWS - [✔️] ☁️ 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) -- [] ☁️ 52 > [](2023/day52.md) -- [] ☁️ 53 > [](2023/day53.md) -- [] ☁️ 54 > [](2023/day54.md) -- [] ☁️ 55 > [](2023/day55.md) +- [✔️] ☁️ 52 > [Identity and Access Management (IAM)](2023/day52.md) +- [✔️] ☁️ 53 > [AWS Systems Manager](2023/day53.md) +- [✔️] ☁️ 54 > [AWS CodeCommit](2023/day54.md) +- [✔️] ☁️ 55 > [AWS CodePipeline](2023/day55.md) ### Red Hat OpenShift diff --git a/2023/day49.md b/2023/day49.md index f813768..83b6f84 100644 --- a/2023/day49.md +++ b/2023/day49.md @@ -1,5 +1,13 @@ # 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. ![](images/day49-1.png) diff --git a/2023/day55.md b/2023/day55.md index e77e355..caf52ec 100644 --- a/2023/day55.md +++ b/2023/day55.md @@ -21,7 +21,7 @@ AWS CodePipeline integrates with other AWS services: ## 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