Skip to content

Commit

Permalink
Create template.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomnight authored Jul 23, 2020
1 parent 566ad02 commit 3efaa45
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions templates/template.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
AWSTemplateFormatVersion: 2010-09-09
Description: Multi-Region Infrastructure Deployment S3 Example
Resources:
MRIDTestBucket:
Type: AWS::S3::Bucket
Properties:
PublicAccessBlockConfiguration:
BlockPublicAcls: True
BlockPublicPolicy: True
IgnorePublicAcls: True
RestrictPublicBuckets: True
Metadata:
cfn_nag:
rules_to_suppress:
- id: W51
reason: Bucket policy not needed
- id: W35
reason: Logging not needed
- id: W41
reason: Encryption not needed

0 comments on commit 3efaa45

Please sign in to comment.