Coder Social home page Coder Social logo

devops-101's Issues

NOT ENOUGH BASH IN THIS REPO>>>>

There is not enough pure bash in this repository. devOps-101 should be about shell scripting your way to snowflakes, not automating AWS environments. The only way to learn is to make a mess, get told off by your mother and then clean it up with a dirty cloth.

Also, your jokes are pastiche.

Domain-Property missing EIP section of template-two (part two)?

Running CloudFormation with template-two.json gives me this error:

CREATE_FAILED AWS::EC2::EIP EIP You must specify an allocation id when mapping an address to a VPC instance

From reading the documentation for AWS::EC2::EIP I feel like we need a Domain-property for the EIP.

Configuring it like this worked for me:

"EIP" : {
  "Type" : "AWS::EC2::EIP",
  "DependsOn" : "VPCGatewayAttachment",
  "Properties" : {
    "InstanceId" : { "Ref" : "EC2Instance" },
    "Domain": "vpc"
  }
}

Wrong AMI in template-two (part-two)?

Running CloudFormation like described in part-two gives me this error:
AWS::EC2::Instance EC2Instance API: ec2:RunInstances Not authorized for images: [ami-25865252]

Changing the ImageId to ami-20bd1f57 fixed this for me.

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.