Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hungds99/aws-radar

☁️ AWS with CDK and TS :rocket:
https://github.com/hungds99/aws-radar

aws aws-cdk infrastructure-as-code learning

Last synced: 25 days ago
JSON representation

☁️ AWS with CDK and TS :rocket:

Awesome Lists containing this project

README

        

## 🏗️ AWS

🚀 Throughout my exploration of AWS, I've leveraged the following resources::

- [AWS Certified Solutions Architect - Associate 2024](https://www.udemy.com/course/aws-certified-solutions-architect-associate-saa-c03)
- [AWS Certified Developer - Associate 2024](https://www.udemy.com/course/aws-certified-developer-associate-dva-c01)

### What is Cloud ?

X has just built a web application and wants to deploy this application on the internet. X sets up a server, installs the operating system, installs the necessary software, configures the network, secures it, and many other tasks. But after a while, X realizes that this is very complicated and expensive. X decides to look for another solution.

X heard about Cloud, and decided to use cloud services to deploy his application.

Cloud is a form of service delivery over the internet. These services can include servers, storage, databases, networks, software...

Advantages:

- Flexible and easy to scale
- Cost savings
- Provides APIs to interact with cloud services
- From that day on, X doesn't have to worry about configuring servers, managing networks, security, etc. X just needs to focus on - developing his application, and use cloud services to deploy the application.

Currently, cloud services are often provided by cloud service providers, such as Amazon Web Services (AWS), Microsoft Azure, Google Cloud Platform...

So if you want to learn about Cloud, you can start with AWS. Create an AWS account and start learning!