aws-cdk-examples icon indicating copy to clipboard operation
aws-cdk-examples copied to clipboard

CDK Example - Building an ARM64 Rust development environment using AWS Graviton2 and AWS CDK

Open alistaim opened this issue 3 years ago • 1 comments

:rocket: Feature Request

General Information

  • [X] :wave: I may be able to implement this feature request
  • [ ] :warning: This feature might incur a breaking change

Description

This example is used in an upcoming AWS Blog post that uses the supplied architecture throughout.

Proposed Solution

This architecture deploys a Graviton2 EC2 instance fronted by an internal ALB and a Global Accelerator. This is used to access a web application running on the ec2 instance with the appropriate Certificates installed using AWS Certificate Manager.

Architecture diagram:

blog_arch

Environment

  • CDK CLI Version: 1.103.0
  • Example: CDK-Graviton2-Rust-IDE
  • Example Version: 1.0.0
  • OS: all
  • Language: Python

Other information

This is related to an upcoming blog post. Please ping mclean@ internally to discuss further if required.

alistaim avatar May 13 '21 17:05 alistaim