Skip to content
This repository has been archived by the owner on May 13, 2021. It is now read-only.

awslabs/aws-transit-vpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

AWS Transit VPC

A solution for creating a transit VPC with Cisco CSR instances. These templates rely on the following AWS Marketplace listings: BYOL https://aws.amazon.com/marketplace/pp/B00NF48FI2

License Included https://aws.amazon.com/marketplace/pp/B00OCG4OAA

OS/Python Environment Setup

sudo yum-config-manager --enable epel
sudo yum update -y
sudo pip install --upgrade pip
alias sudo='sudo env PATH=$PATH'
sudo pip install --upgrade setuptools
sudo pip install --upgrade virtualenv

Building Lambda Package

cd deployment
./build-s3-dist.sh source-bucket-base-name version-name

source-bucket-base-name should be the base name for the S3 bucket location where the template will source the Lambda code from. The template will append '-[region_name]' to this value. For example: ./build-s3-dist.sh solutions v1.0.0 The template will then expect the source code to be located in the solutions-[region_name] bucket

CF template and Lambda function

Located in deployment/dist


Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.