Coder Social home page Coder Social logo

cloudforming-aws's Introduction

Manual steps required

Before running CloudFormation, you'll have to create server certificates for the ERT and Isolation Segments, as well as creating a key pair.

These will be input as parameters when you create the stack using the CloudFormation template.

Set or replace ${pcf-env-id} with some prefix of your choosing.

Create and upload certs

ERT certs

  1. create cert and key for ERT
  2. upload it
aws iam upload-server-certificate --server-certificate-name ${pcf-env-id} --certificate-body file://${pcf-env-id}.crt --private-key file://${pcf-env-id}.key

ISO certs

  1. create cert and key for ISO
  2. upload it
aws iam upload-server-certificate --server-certificate-name ${pcf-env-id}-iso --certificate-body file://${pcf-env-id}-iso.crt --private-key file://${pcf-env-id}-iso.key

Then, get the ARNs and replace them in cloud formation template

Create key pair

Make sure your AWS CLI is configured to point to the same region you will be deploying your cloudformation. Then, create a key pair:

aws ec2 create-key-pair --key-name ${pcf-env-id}

Hosted zones

The hosted-zones.json template can be used to configure DNS after the initial pcf stack is created with pcf-cloudformation.json. It's helpful for testing, but is not part of the official product release.

cloudforming-aws's People

Contributors

mcwumbly avatar desmondrawls avatar rowanjacobs avatar

Watchers

OLADIMEJI OLADIPO 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.