Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 3.78 KB

File metadata and controls

49 lines (38 loc) · 3.78 KB

Amazon Virtual Private Cloud (VPC) CloudFormation Template for MATLAB Reference Architectures

This Infrastructure as Code (IaC) building block allows you to create a virtual private cloud (VPC) for deploying MATLAB or MATLAB Parallel Server on AWS. You can use the CloudFormation template vpc-template.yml in this folder to:

The CloudFormation template creates these resources:

Resource Description
VPC Virtual Private Cloud with user-defined CIDR block (default: 10.0.0.0/16)
PublicSubnetA Public subnet in Availability Zone 1 (default size: /24)
PublicSubnetB Public subnet in Availability Zone 2 (default size: /24)
PrivateSubnetA Private subnet in Availability Zone 1 (default size: /24)
PrivateSubnetB Private subnet in Availability Zone 2 (default size: /24)
Internet Gateway Enables internet access for the public subnets
Public Route Table Associated with public subnets; routes internet-bound traffic through the Internet Gateway
Private Route Table Associated with private subnets; routes traffic to S3/DynamoDB through Gateway Endpoints and internet traffic through NAT Gateway (if enabled)
S3 Gateway Endpoint Gateway Endpoint for Amazon S3 service
DynamoDB Gateway Endpoint Gateway Endpoint for Amazon DynamoDB service
NAT Gateway Optional. Deployed in PublicSubnetA (AZ 1) to enable internet access for private subnets
EC2 API Interface Endpoint Optional VPC Interface Endpoint for EC2 API (com.amazonaws.<region>.ec2) deployed in PrivateSubnetA
CloudWatch Logs Interface Endpoint Optional VPC Interface Endpoint for CloudWatch Logs (com.amazonaws.<region>.logs) deployed in PrivateSubnetA
EC2 Auto Scaling Interface Endpoint Optional VPC Interface Endpoint for EC2 Auto Scaling (com.amazonaws.<region>.autoscaling) deployed in PrivateSubnetA
CloudFormation Interface Endpoint Optional VPC Interface Endpoint for CloudFormation (com.amazonaws.<region>.cloudformation) deployed in PrivateSubnetA
SSM Interface Endpoints Optional VPC Interface Endpoints for SSM services (com.amazonaws.<region>.ssm, com.amazonaws.<region>.ec2messages and com.amazonaws.<region>.ssmmessages) deployed in PrivateSubnetA
Interface Endpoints Security Group Security group for interface endpoints allowing inbound HTTPS traffic from the VPC CIDR block

The created VPC has this architecture:

VPC Architecture Diagram

Instructions

For general instructions on creating a new stack using a CloudFormation template, see the AWS documentation on Create a stack from the CloudFormation console.

You can either use the template from this folder directly, or you can use the S3 link:

https://mathworks-reference-architectures-templates.s3.amazonaws.com/vpc-template/v1/1/0/vpc-template.yml

MathWorks recommends these practices:


Copyright 2025 The MathWorks, Inc.