Skip to content

Commit 43c5ed7

Browse files
authored
Merge pull request #33 from AntonGrushkin/antongrushkin
Update README.md
2 parents 78aa2df + b87eb67 commit 43c5ed7

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
# Boilerplate for a basic AWS infrastructure with EKS cluster
22

3-
[![Developed by Mad Devs](https://maddevs.io/badge-dark.svg)](https://maddevs.io/)
3+
[![Developed by Mad Devs](https://maddevs.io/badge-dark.svg)](https://maddevs.io?utm_source=github&utm_medium=madboiler)
44
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
55

66
## Advantages of this boilerplate
77

8-
- Infrastructure as Code (IaC): using Terraform, you get an infrastructure that’s smooth and efficient
9-
- State management: Terraform saves the current infrastructure state, so you can review further changes without applying them. Also, state can be stored remotely, so you can work on the infrastructure in a team
10-
- Scalability and flexibility: the infrastructure built based on this boilerplate can be expanded and updated anytime
11-
- Comprehensiveness: you get scaling and monitoring instruments along with the basic infrastructure. You don’t need to manually modify anything in the infrastructure; you can simply make changes in Terraform as needed and deploy them to AWS and Kubernetes
12-
- Control over resources: the IaC approach makes the infrastructure more observable and prevents waste of resources
13-
- Clear documentation: your Terraform code effectively becomes your project documentation. It means that you can add new members to the team, and it won’t take them too much time to figure out how the infrastructure works
8+
- **Infrastructure as Code (IaC)**: using Terraform, you get an infrastructure that’s smooth and efficient
9+
- **State management**: Terraform saves the current infrastructure state, so you can review further changes without applying them. Also, state can be stored remotely, so you can work on the infrastructure in a team
10+
- **Scalability and flexibility**: the infrastructure built based on this boilerplate can be expanded and updated anytime
11+
- **Comprehensiveness**: you get scaling and monitoring instruments along with the basic infrastructure. You don’t need to manually modify anything in the infrastructure; you can simply make changes in Terraform as needed and deploy them to AWS and Kubernetes
12+
- **Control over resources**: the IaC approach makes the infrastructure more observable and prevents waste of resources
13+
- **Clear documentation**: your Terraform code effectively becomes your project documentation. It means that you can add new members to the team, and it won’t take them too much time to figure out how the infrastructure works
1414

1515
## Why you should use this boilerplate
1616

17-
- Safe and polished: we’ve used these solutions in our own large-scale, high-load projects. We’ve been perfecting this infrastructure building process for months, making sure that it results in a system that is safe to use, secure, and reliable
18-
- Saves time: you can spend weeks doing your own research and making the unavoidable mistakes to build an infrastructure like this. Instead, you can rely on this boilerplate and create the infrastructure you need within a day
19-
- It’s free: we’re happy to share the results of our work
17+
- **Safe and polished**: we’ve used these solutions in our own large-scale, high-load projects. We’ve been perfecting this infrastructure building process for months, making sure that it results in a system that is safe to use, secure, and reliable
18+
- **Saves time**: you can spend weeks doing your own research and making the unavoidable mistakes to build an infrastructure like this. Instead, you can rely on this boilerplate and create the infrastructure you need within a day
19+
- **It’s free**: we’re happy to share the results of our work
2020

2121
## Description
2222

0 commit comments

Comments
 (0)