Skip to content

aws-samples/amazon-ecs-anywhere-cdk-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Amazon ECS Anywhere CDK Samples

Amazon ECS Anywhere enables customers to deploy native Amazon ECS tasks in on-premise or customer-managed infrastructure. It helps to reduce costs and mitigate complex local container orchestration and operations. ECS Anywhere allows you to deploy and run container applications in both on-premises and cloud environments. It removes the need for your team to learn multiple domains and skillsets and manage complex software on their own. This sample code setup ECS Anywhere service using AWS CDK stacks.

Target architecture

ECS-A

Prerequisites

  1. An active AWS account

  2. AWS Command Line Interface (AWS CLI), installed and configured. For more information about this, see Installing, updating, and uninstalling the AWS CLI in the AWS CLI documentation.

  3. AWS Cloud Development Kit (AWS CDK) Toolkit, installed and configured. For more information about this, see AWS CDK Toolkit (cdk command) in the AWS CDK documentation.

  4. Node package manager (npm), installed and configured for CDK Typescript. For more information about this, see Downloading and installing Node.js and npm in the npm documentation.

Deployment

Check out this APG Pattern for detailed deployment instructions: Manage on-premises container applications by setting up Amazon ECS Anywhere with the AWS CDK

Useful CDK 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

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.