framework to define cloud infrastructure in code and provision it through AWS CloudFormation
2.7K
Description:
The AWS CDK Toolkit provides the cdk command-line interface that can be used to work with AWS CDK applications.
podman:
podman pull docker.io/aomountainu/aws-cdk:2.178.1;
podman run -d -it --rm --name aws-cdk --hostname aws-cdk docker.io/aomountainu/aws-cdk:2.178.1;
podman exec -it aws-cdk /bin/sh;
docker:
docker pull aomountainu/aws-cdk:2.178.1;
docker run -d -it --rm --name aws-cdk --hostname aws-cdk aomountainu/aws-cdk:2.178.1;
docker exec -it aws-cdk /bin/sh;
Usage:
/usr/bin/aws --version
Information:
aws-cdk:2.178.1
size 312MB
Maintained by
2025-02-09
Content type
Image
Digest
sha256:23075f42f…
Size
83.9 MB
Last updated
7 months ago
docker pull aomountainu/aws-cdk