Deploy containers on Arm-based compute using Amazon ECS and the AWS CDK
Introduction
Create a sample AWS CDK application
Synthesize and deploy the sample AWS CDK application
Next Steps
Deploy containers on Arm-based compute using Amazon ECS and the AWS CDK
Who is this for?
This is an introductory topic for software developers who want to use the AWS Cloud Development Kit (AWS CDK) to deploy containerized applications on Arm-based AWS infrastructure.
What will you learn?
Upon completion of this Learning Path, you will be able to:
- Create an example AWS CDK application in JavaScript
- Define AWS infrastructure using the AWS CDK
- Deploy application resources on Arm-based AWS compute using Amazon ECS and the AWS CDK
Prerequisites
Before starting, you will need the following:
- An Amazon Web Services (AWS) account
- A local computer with the AWS CLI, AWS CDK CLI, and Node.js installed, with AWS credentials configured.
- Familiarity with the Linux command line and JavaScript
Summary
This summary was drafted with an approved AI-assisted workflow and reviewed by Arm contributors before publication. Human technical review remains part of the process so the final page reflects engineering rigor, accuracy, and Arm editorial standards.
cdk.out/ArmCdkAppStack.template.json, bootstrap the environment, and deploy the stack. By following the steps, your infrastructure and service definition target Arm-based compute powered by AWS Graviton, using the CDK to manage application resources end-to-end.Frequently asked questions
These FAQs were drafted with an approved AI-assisted workflow and reviewed by Arm contributors before publication. Human technical review remains part of the process so the final page reflects engineering rigor, accuracy, and Arm editorial standards.
cdk --version. A version string should print to the terminal.cdk.out.cdk.out/ArmCdkAppStack.template.json. This is the synthesized output the CDK uses for deployment.