Sample CFT for an S3 Bucket
This is the sample CloudFormation Template (CFT) used to create the S3 Buckets for testing this mApp® Solution. Because this mApp Solution pulls information dynamically via the AWS API, request details for provisioning the S3 Bucket samples in this integration come directly from this CFT.
Copy
AWSTemplateFormatVersion: '2010-09-09'
Description: >-
AWS CloudFormation Sample Template S3 Bucket: Create an Amazon S3 Bucket.
**WARNING** This template creates an Amazon S3 Bucket. You will be billed for
the AWS resources used if you create a stack from this template.
Resources:
Bucket:
Type: 'AWS::S3::Bucket'
Outputs:
InstanceId:
Description: Name of the newly S3 Bucket Name
Value:
Ref: Bucket