Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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:
- Host: GitHub
- URL: https://github.com/hungds99/aws-radar
- Owner: hungds99
- Created: 2023-11-05T02:38:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-13T04:36:58.000Z (10 months ago)
- Last Synced: 2024-04-14T01:01:50.495Z (10 months ago)
- Topics: aws, aws-cdk, infrastructure-as-code, learning
- Language: TypeScript
- Homepage:
- Size: 627 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!