GithubHelp home page GithubHelp logo

ELKStackMultiAZinPrivateVPC about elk-stack HOT 1 CLOSED

ShadySQL avatar ShadySQL commented on July 30, 2024
ELKStackMultiAZinPrivateVPC

from elk-stack.

Comments (1)

satterly avatar satterly commented on July 30, 2024

The ELK_Stack_Multi_AZ_in_Private_VPC.json cloudformation template assumes your VPC is configured as per AWS guidelines which is to have a public and private subnet in each availability zone for the region. See http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Subnets.html

If that isn't the case, then you would need to modify the ElkAutoScalingGroup section of the cloudformation template to explicity list the availability zones for the subnets you pass as parameters (or make the list of AZ's a new parameter). This option assumes that all AZ's have a private subnet configured...

"AvailabilityZones": { "Fn::GetAZs": "" },

The easiest thing to do would be to delete your existing VPC, if possible, and then use the EC2 instance launch wizard which will create a correctly configured VPC for you...

If you use the launch wizard in the Amazon EC2 console to launch a T2 instance type and you do not have any existing VPCs, the wizard creates a nondefault VPC for you, with a subnet in each Availability Zone, an Internet gateway, and a route table that routes all VPC traffic to the Internet gateway. For more information about T2 instance types, see T2 Instances in the Amazon EC2 User Guide for Linux Instances.

from elk-stack.

Related Issues (20)

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.