Add a couple of AWS questions

This commit is contained in:
abregman
2021-12-20 22:29:27 +02:00
parent 6706171ca9
commit 64f3fc9164
7 changed files with 414 additions and 251 deletions

View File

@ -59,6 +59,16 @@ Things to think about:
* Do DevOps teams or engineers have to be innovative or practice innovation as part of their role?
</b></details>
<details>
<summary>One of your team members suggests to set a goal of "deploying at least 20 times a day" in regards to CD. What is your take on that?</summary><br><b>
A couple of thoughts:
1. Why is it an important goal? Is it affecting the business somehow? One of the KPIs? In other words, does it matters?
2. This might introduce risks such as losing quality in favor of quantity
3. You might want to set a possibly better goal such as "be able to deploy whenever we need to deploy"
</b></details>
#### Tooling
<details>