Skip to content

CloudFormation templates to deploy Infoblox vNIOS in existing VPC or with new VPC.

Notifications You must be signed in to change notification settings

jpr00/nios852-cloudformation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

AWS CloudFormation Templates for Infoblox vNIOS Deployment

Requirements

  • AWS CLI
  • AWS S3 Bucket to upload Templates

Upload Templates to S3

  • Clone the repository to your workstation
git clone https://github.com/jpr00/nios852-cloudformation

cd nios852-cloudformation/templates/
aws cloudformation package --template-file ./vNIOS_existingVPC_master.json --s3-bucket <Name-of-your-S3-bucket> --output-template-file packaged-vNIOS_master.json --use-json --region <Select_region>
  • To deploy vNIOS with a new VPC, replace --template-file ./vNIOS_existingVPC_master.json with --template-file ./vNIOS_NewVPC_master.json

Deploy in CloudFormation

  • In the AWS console, navigate to CloudFormation service in your desired region
  • Create new stack
  • Use the Upload template file option to select your packaged template

Disclaimer

These templates are currently in testing, using private AMIs. Not yet functional for public use.

About

CloudFormation templates to deploy Infoblox vNIOS in existing VPC or with new VPC.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published