Awesome AWS CDK - A series on common and practical deployments with the AWS CDK

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • aws-cdk-examples

    Example projects using the AWS CDK

  • There are other projects out there that focus on patterns like the awesome cdk patterns project which concentrates on serverless deployments with the cdk and AWS' own aws-cdk-examples project which has tons of great examples on using the cdk. I drew tons of inspiration and learning from these projects.

  • terraform

    Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.

  • As you may have figured, the AWS CDK is targeted at the deployment of AWS cloud infrastructure only. So if you are afraid of AWS vendor lock-in for your cloud deployments, then maybe this will not be the series for you. There are other tools that can do multi-vendor cloud deployments and provisioning (like Terraform, Pulumi, Serverless).

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • aws-cloudformation-coverage-roadmap

    The AWS CloudFormation Public Coverage Roadmap

  • You can manually create resources on AWS using the console, command line interface or other IaC tools. And this is what people did when AWS was new. But it became evident pretty fast that this mode of provisioning cloud infrastructure was error prone and not sustainable, especially for massive and complex stacks of resources. These frustrations led to the birth of Cloudformation in 2011.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Generating cloudwatch alarms using 'metric math' via CloudFormation and Terraform.

    2 projects | dev.to | 4 Jan 2024
  • Is Terraform better than AWS CloudFormation?

    2 projects | dev.to | 21 Sep 2022
  • Let's start Terraform !

    2 projects | dev.to | 17 Aug 2022
  • A Developer's Guide to GitOps

    2 projects | dev.to | 20 Apr 2022
  • Migrating to AWS

    4 projects | dev.to | 24 Jul 2021