lecture 34

Upload: riteshaladdin

Post on 28-Mar-2016

215 views

Category:

Documents


0 download

DESCRIPTION

Lecture 34

TRANSCRIPT

  • {"Description" : "This template will create an s3bucket",

    "Resources" : {"S3Bucket" : {"Type" : "AWS::S3::Bucket","Properties" : {"AccessControl" : "PublicRead","BucketName" : "your-bucket-name-here"}}},

    "Outputs" : {"BucketName" : {"Value" : { "Ref" : "S3Bucket" },"Description" : "Created bucket for storing websites"}}}