https://github.com/a-patel/aws-cdk-typescript-aws-eks-workshop
Amazon EKS AWS CDK Workshop: Provision EKS Cluster in AWS using AWS CDK Typescript.
https://github.com/a-patel/aws-cdk-typescript-aws-eks-workshop
amazon-eks amazon-eks-workshop aws aws-cdk aws-cdk-typescript aws-cloudformation aws-ecr aws-eks aws-eks-cluster aws-vpc cdk iac infrastructure-as-code kubernetes terraform workshop
Last synced: about 1 month ago
JSON representation
Amazon EKS AWS CDK Workshop: Provision EKS Cluster in AWS using AWS CDK Typescript.
- Host: GitHub
- URL: https://github.com/a-patel/aws-cdk-typescript-aws-eks-workshop
- Owner: a-patel
- License: mit
- Created: 2023-08-10T10:39:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-22T11:35:41.000Z (2 months ago)
- Last Synced: 2025-02-22T12:26:57.190Z (2 months ago)
- Topics: amazon-eks, amazon-eks-workshop, aws, aws-cdk, aws-cdk-typescript, aws-cloudformation, aws-ecr, aws-eks, aws-eks-cluster, aws-vpc, cdk, iac, infrastructure-as-code, kubernetes, terraform, workshop
- Language: TypeScript
- Homepage:
- Size: 82 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Amazon EKS AWS CDK Workshop
> Amazon Elastic Kubernetes Service (EKS) AWS CDK Workshop. Provisioning production-ready Amazon EKS clusters using AWS CDK with Typescript.Read more about DevOps technology on [DevOps Mojo](https://medium.com/devops-mojo)
[Awesome Cloud](https://medium.com/awesome-cloud) - AWS blogs! A must-read publication for aspiring AWS Architects, Developers & DevOps enthusiasts!
---
## Commands
* `npm run build` compile typescript to js
* `npm run watch` watch for changes and compile
* `npm run test` perform the jest unit tests
* `cdk deploy` deploy this stack to your default AWS account/region
* `cdk diff` compare deployed stack with current state
* `cdk synth` emits the synthesized CloudFormation template## Give a Star! :star:
Feel free to request an issue on GitHub if you find bugs or request a new feature. Your valuable feedback is much appreciated to improve this project better. If you find this helpful, please give it a star to support this project.
## Support :telephone:
> Reach out to me at one of the following places!
- Email :envelope: at `[email protected]`
## Author :boy:
* **Ashish Patel** - [A-Patel](https://github.com/a-patel)
##### Connect with me
| Linkedin | Portfolio | Medium | GitHub | NuGet | Microsoft | Twitter | Facebook | Instagram |
|----------|----------|----------|----------|----------|----------|----------|----------|----------|
| [](https://www.linkedin.com/in/iamaashishpatel) | [](https://aashishpatel.netlify.app) | [](https://iamaashishpatel.medium.com) | [](https://github.com/a-patel) | [](https://nuget.org/profiles/iamaashishpatel) | [](https://docs.microsoft.com/en-us/users/iamaashishpatel) | [](https://twitter.com/aashish_mrcool) | [](https://www.facebook.com/aashish.mrcool) | [](https://www.instagram.com/iamaashishpatel/) |## Donate :dollar:
If you find this project useful — or just feel generous, consider buying me a beer or a coffee. Cheers! :beers: :coffee:
| PayPal | BMC | Patreon |
| ------------- | ------------- | ------------- |
| [](https://www.paypal.me/iamaashishpatel) | [](https://www.buymeacoffee.com/iamaashishpatel) | [](https://www.patreon.com/iamaashishpatel) |## License :lock:
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.