Giter Site home page Giter Site logo

cloudformation's Introduction

Cloudformation

This repo for my Cloudformation tesing and implement few best practiese.

Basic Template

  1. template is a declaration of the AWS resources that make up a stack.
  2. Resources are declared in a template
  3. Resources map to a stack
  4. Declare object as a name-value pair or a pairing of a name with a set of child objects enclosed.
  5. The Resources object is the only required object

eg: YAML

Resources:
  KasunBucket:
    Type:AWS::S3::Bucket

Template Anatomy

Template Sections:

  1. AWSTemplatedFormatVersion
  2. DesCription -A text string that Describes the Template
  3. Metadata - Objects that provide addtional information about the template
  4. Parameters- Specifies values that you can pass into your tempalate at runtime
  5. Mappings - A mapping of keys and associated values that you can use to specify conditional parameter values, similar to lookup tables.
  6. Conditions - Defines conditions that control whether certain resources are created or whether certain resources properties are assigned a value during stack creation or update
  7. Transform - for serverless appications, specifies the version to use
  8. Resources - specifies that stack resources and their properties
  9. Outputs - Describes the values that are returned whenever you view your stack's properties

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.