Code Monkey home page Code Monkey logo

single_panorama_aws's Introduction

Terraform Templates to Deploy Infrastructure onto AWS

PreRequisites: To generate new SSH Keys, on a Mac, run the command ssh-keygen -f panorama_demo_key -t rsa -N '' in your ssh-keys folder or directory. On Windows, you can use PuttyGen to generate new SSH keys. There is no default username/password for Panorama, you will need to use SSH to configure the password for the Admin account. Code Organization: - aws_single_panorama.tf: Contains the definition of the various artifacts that will be deployed on AWS. - aws_vars.tf: Define the various variables that will be required as inputs to the Terraform template. Note: The aws_vars.tf has default values provided for certain variables. These can obviously be overridden by specifying those variables and values in the terraform.tfvars file.

Credentials and Authentication: Modify the aws_vars.tf to provide the ServerKeyName, AWS ACCESS_KEY and SECRET_KEY.

The structure of the aws_creds.tf file should be as follows:

provider "aws" {
  access_key = "<access_key>"
  secret_key = "<secret_key>"
  region     = "${var.aws_region}"
}

Usage: run terraform: terraform apply

Notes: The intention of this configuration is to deploy a management-only version of Panorama. This does not use bootstraping and will require to login and configure an Admin password and import the license/Serial Number. To SSH to Panorama you can use the same private key generated, panorama_demo_key. For example ssh -i panorama_demo_key admin@(EIP assigned to Panorama)

Support: This template is a fork of the Palo Alto Networks terraform template and is released under an as-is, best effort, support policy. These scripts should be seen as community supported and Palo Alto Networks will contribute our expertise as and when possible. We do not provide technical support or help in using or troubleshooting the components of the project through our normal support options such as Palo Alto Networks support teams, or ASC (Authorized Support Centers) partners and backline support options. The underlying product used (the VM-Series firewall) by the scripts or templates are still supported, but the support is only for the product functionality and not for help in deploying or using the template or script itself. Unless explicitly tagged, all projects or work posted in our GitHub repository (at https://github.com/PaloAltoNetworks) or sites other than our official Downloads page on https://support.paloaltonetworks.com are provided under the best effort policy.

single_panorama_aws's People

Contributors

kxle6 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.