Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Created IaC section in DevOps Developer Technical Stack. #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions Technical Stack/DevOps Developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ DevOps Developer
* [Docker Registry](/Technical%20Stack/DevOps%20Developer/Docker%20Registry.md)
* [VPS Services](/Technical%20Stack/DevOps%20Developer/VPS%20Services.md)
* [Monitoring](/Technical%20Stack/DevOps%20Developer/Monitoring.md)
* [IaC (Infrastructure as Code)](/Technical%20Stack/DevOps%20Developer/IaC.md)

* * *

Expand Down
51 changes: 51 additions & 0 deletions Technical Stack/DevOps Developer/IaC.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
IaC (Infrastructure as Code)
===

* [ ] You understand the idea, importance and benefits of IaC


### [CloudFormation](/Technical%20Stack/DevOps%20Developer/IaC.md#cloudformation)

* [ ] You know how to create, update and delete stacks using AWS Console
* [ ] You understand how authoring CloudFormation templates with JSON/YAML works

### [AWS CDK](/Technical%20Stack/DevOps%20Developer/IaC.md#cdk)

* [ ] You know how to use the tool to create different AWS resources and deploy CloudFormation stacks
* [ ] You understand why is it a good practice to always check diff before deploying updated stacks
* [ ] You know how to use patterns to create required AWS resources while writing much less code
* [ ] You know how to use escape hatches to use features or adjust attributes that are not directly available in CDK

### \[Optional\] [Terraform](/Technical%20Stack/DevOps%20Developer/IaC.md#terraform)
* [ ] You know how to use the tool to create cloud solutions

* * *

Contribution
------------

We are very open to contributions to extend or change the requirements based on your gut and experience. To contribute you can use a **pull request** which will be later validated by our technical team and added to the main docs.

If you will spot any issues please add them in the **Issues** section.

Credits
-------

This page is maintained by the 🔹 [Flairs.ai](http://Flairs.ai) and 🇵🇱 [Apptension](https://apptension.com) teams.

If you would like to create a dedicated Developer Handbook for your company, you can e-mail us 👉 [contact@flairs.ai](mailto:contact@flairs.ai)

License
-------

![MIT License](https://img.shields.io/badge/License-MIT-blue.svg)

© 2020 Flairs Sp. z o.o.

Built and maintained by [Flairs](https://www.flairs.ai) and [Apptension](https://apptension.com).

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.