Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zxkane/cdk-collections
AWS Infra as Code(akka. AWS CDK) example collections
https://github.com/zxkane/cdk-collections
aws aws-cdk aws-cloudformation infrastructure-as-code
Last synced: about 2 months ago
JSON representation
AWS Infra as Code(akka. AWS CDK) example collections
- Host: GitHub
- URL: https://github.com/zxkane/cdk-collections
- Owner: zxkane
- Created: 2019-09-15T13:58:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-09T15:24:24.000Z (about 2 years ago)
- Last Synced: 2024-11-24T10:34:27.101Z (2 months ago)
- Topics: aws, aws-cdk, aws-cloudformation, infrastructure-as-code
- Language: TypeScript
- Size: 830 KB
- Stars: 22
- Watchers: 6
- Forks: 5
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AWS Infrastructure as Code(powered by AWS CDK) Collections
- [Create/Import OpenAPI specification as Amazon API Gateway REST API or HTTP API](https://kane.mx/posts/2022/import-oas-as-api-on-aws/)
- [**Web application with AWS Serverless**](https://kane.mx/posts/2022/build-serverless-app-on-aws/intro/)
- [Three layers web game application hosted via ECS](https://github.com/zxkane/gameday-cdk)
- [Serverless domain redirect](https://github.com/zxkane/serverless-domain-redirect)
- [EC2 launch template that installs Cloudwatch Agent and use default configuration from SSM with memory and disk usage metrics](ec2-launch-template-with-cloudwatch-agent/README.md)
- [Create a general EC2 launch template in all regions](ec2-launch-template-multiple-regions/README.md)
- [ALB route requests per hostname](alb-per-host-routing/README.md)
- [EKS cluster exposing service via AWS ELB](eks/eks-loadbalancer/README.md)
- [Dynamically provisioning shared EFS volume for deployments in EKS](eks/storage-class-efs/README.md)
- [RDS audit log analysis](rds-audit-log/README.md)
- [**Microservices on ECS including CloudMap, App Mesh, X-Ray**](https://github.com/zxkane/alibabacloud-microservice-demo/tree/migration/infrastructure#app-cluster)
- [**CI/CD via CodeBuild, CodePipeline**](https://github.com/zxkane/alibabacloud-microservice-demo/tree/migration/infrastructure#devops-pipeline)
- [**AWS Batch App**](batch-demo/README.md)
- [Signin callback page of Cognito App Client](cognito/userpool-appclient-callback/README.md)
- [CodeCommit Collaboration Model](codecommit-collaboration-model/README.md)
- [**Serverless Docker images analytics**](https://github.com/zxkane/serverless-docker-images-analytics)
- [~~Sonatype Nexus repository OSS on EKS~~](eks/sonatype-nexus3/README.md) use [official AWS solution](https://github.com/aws-samples/nexus-oss-on-aws) instead
- [~~Sonatype Nexus repository OSS on ECS~~](ecs-sonatype-nexus3/README.md) use [official AWS solution](https://github.com/aws-samples/nexus-oss-on-aws) instead# CDK construct
- [Simple NAT](https://github.com/zxkane/snat) creates purpose built NAT instances.