Non-compliant CFn stringclasses 28
values | Fixed CFn stringclasses 28
values |
|---|---|
Check: 1
Resources:
MyBucket:
Type: 'AWS::S3::Bucket'
Properties:
BucketName: my-bucket
PublicAccessBlockConfiguration:
BlockPublicAcls: false
BlockPublicPolicy: false
IgnorePublicAcls: false
RestrictPublicBuckets: false
MyBucketPolicy:
Type: 'AWS::S3::BucketP... | Resources:
MyBucket:
Type: 'AWS::S3::Bucket'
Properties:
BucketName: my-bucket
PublicAccessBlockConfiguration:
BlockPublicAcls: true
BlockPublicPolicy: true
IgnorePublicAcls: true
RestrictPublicBuckets: true
MyBucketPolicy:
Type: 'AWS::S3::BucketPolicy'
Pr... |
Check: 2
Resources:
MyBucket:
Type: 'AWS::S3::Bucket'
Properties:
BucketName: my-bucket
PublicAccessBlockConfiguration:
BlockPublicAcls: false
BlockPublicPolicy: false
IgnorePublicAcls: false
RestrictPublicBuckets: false
MyBucketPolicy:
Type: 'AWS::S3::BucketP... | Resources:
MyBucket:
Type: 'AWS::S3::Bucket'
Properties:
BucketName: my-bucket
PublicAccessBlockConfiguration:
BlockPublicAcls: false
BlockPublicPolicy: false
IgnorePublicAcls: false
RestrictPublicBuckets: false
BucketEncryption:
ServerSideEncryptionCo... |
Check: 1
Resources:
MyBucket:
Type: 'AWS::S3::Bucket'
Properties:
BucketName: my-bucket
MyBucketPolicy:
Type: 'AWS::S3::BucketPolicy'
Properties:
Bucket:
Ref: 'MyBucket'
PolicyDocument:
Version: '2012-10-17'
Statement:
- Effect: Allow
P... | Resources:
MyBucket:
Type: 'AWS::S3::Bucket'
Properties:
BucketName: my-bucket
PublicAccessBlockConfiguration:
BlockPublicAcls: true
BlockPublicPolicy: true
IgnorePublicAcls: true
RestrictPublicBuckets: true
MyBucketPolicy:
Type: 'AWS::S3::BucketPolicy'
Pr... |
Check: 2
Resources:
MyBucket:
Type: 'AWS::S3::Bucket'
Properties:
BucketName: my-bucket
MyBucketPolicy:
Type: 'AWS::S3::BucketPolicy'
Properties:
Bucket:
Ref: 'MyBucket'
PolicyDocument:
Version: '2012-10-17'
Statement:
- Effect: Allow
P... | Resources:
MyBucket:
Type: 'AWS::S3::Bucket'
Properties:
BucketName: my-bucket
BucketEncryption:
ServerSideEncryptionConfiguration:
- ServerSideEncryptionByDefault:
SSEAlgorithm: AES256
MyBucketPolicy:
Type: 'AWS::S3::BucketPolicy'
Properties:
Bucket... |
Check: 1
Resources:
MyBucket:
Type: 'AWS::S3::Bucket'
Properties:
BucketName: my-bucket
| Resources:
MyBucket:
Type: 'AWS::S3::Bucket'
Properties:
BucketName: my-bucket
PublicAccessBlockConfiguration:
BlockPublicAcls: true
BlockPublicPolicy: true
IgnorePublicAcls: true
RestrictPublicBuckets: true |
Check: 2
Resources:
MyBucket:
Type: 'AWS::S3::Bucket'
Properties:
BucketName: my-bucket
| Resources:
MyBucket:
Type: 'AWS::S3::Bucket'
Properties:
BucketName: my-bucket
BucketEncryption:
ServerSideEncryptionConfiguration:
- ServerSideEncryptionByDefault:
SSEAlgorithm: AES256
|
Check: 1
Resources:
#########################
#
# Curated Data Bucket
#
#########################
CuratedDataBucket:
Type: AWS::S3::Bucket
Properties:
AccessControl: Private
BucketName: !Sub ${ProjectName}-curated-${BucketNameSuffix}
PublicAccessBlockConfiguration:
BlockPub... | Resources:
#########################
#
# Curated Data Bucket
#
#########################
CuratedDataBucket:
Type: AWS::S3::Bucket
Properties:
AccessControl: Private
BucketName: !Sub ${ProjectName}-curated-${BucketNameSuffix}
PublicAccessBlockConfiguration:
BlockPublicAcls: ... |
Check: 2
Resources:
#########################
#
# Curated Data Bucket
#
#########################
CuratedDataBucket:
Type: AWS::S3::Bucket
Properties:
AccessControl: Private
BucketName: !Sub ${ProjectName}-curated-${BucketNameSuffix}
PublicAccessBlockConfiguration:
BlockPub... | Resources:
#########################
#
# Curated Data Bucket
#
#########################
CuratedDataBucket:
Type: AWS::S3::Bucket
Properties:
AccessControl: Private
BucketName: !Sub ${ProjectName}-curated-${BucketNameSuffix}
PublicAccessBlockConfiguration:
BlockPublicAcls: ... |
Check:1
QueryResultsBucket:
Type: AWS::S3::Bucket
Properties:
AccessControl: Private
VersioningConfiguration:
Status: Enabled | QueryResultsBucket:
Type: AWS::S3::Bucket
Properties:
AccessControl: Private
PublicAccessBlockConfiguration:
BlockPublicAcls: true
BlockPublicPolicy: true
IgnorePublicAcls: true
VersioningConfiguration:
Status: Enabled |
Check:2
QueryResultsBucket:
Type: AWS::S3::Bucket
Properties:
AccessControl: Private
VersioningConfiguration:
Status: Enabled | QueryResultsBucket:
Type: AWS::S3::Bucket
Properties:
AccessControl: Private
BucketEncryption:
ServerSideEncryptionConfiguration:
- ServerSideEncryptionByDefault:
SSEAlgorithm: AES256
VersioningConfiguration:
Status: Enabled |
Check: 1
Resources:
S3Bucket:
Type: AWS::S3::Bucket
Description: Creating Amazon S3 bucket from CloudFormation
Properties:
BucketName: i-named-this-bucket
VersioningConfiguration:
Status: Enabled | Resources:
S3Bucket:
Type: AWS::S3::Bucket
Description: Creating Amazon S3 bucket from CloudFormation
Properties:
BucketName: i-named-this-bucket
PublicAccessBlockConfiguration:
BlockPublicAcls: true
BlockPublicPolicy: true
IgnorePublicAcls: true
RestrictPublicB... |
Check: 2
Resources:
S3Bucket:
Type: AWS::S3::Bucket
Description: Creating Amazon S3 bucket from CloudFormation
Properties:
BucketName: i-named-this-bucket
VersioningConfiguration:
Status: Enabled | Resources:
S3Bucket:
Type: AWS::S3::Bucket
Description: Creating Amazon S3 bucket from CloudFormation
Properties:
BucketName: i-named-this-bucket
BucketEncryption:
ServerSideEncryptionConfiguration:
- ServerSideEncryptionByDefault:
SSEAlgorithm: AES256
Ver... |
Check: 1
Resources:
S3Bucket:
DeletionPolicy: Retain
Type: 'AWS::S3::Bucket'
Description: Creating Amazon S3 bucket from CloudFormation
Properties:
AccessControl: Private
PublicAccessBlockConfiguration:
BlockPublicAcls: true
BlockPublicPolicy: true
IgnorePublicAcls:... | Resources:
S3Bucket:
DeletionPolicy: Retain
Type: 'AWS::S3::Bucket'
Description: Creating Amazon S3 bucket from CloudFormation
Properties:
AccessControl: Private
PublicAccessBlockConfiguration:
BlockPublicAcls: true
BlockPublicPolicy: true
IgnorePublicAcls: true
... |
Check: 2
Resources:
S3Bucket:
DeletionPolicy: Retain
Type: 'AWS::S3::Bucket'
Description: Creating Amazon S3 bucket from CloudFormation
Properties:
AccessControl: Private
PublicAccessBlockConfiguration:
BlockPublicAcls: true
BlockPublicPolicy: true
IgnorePublicAcls:... | Resources:
S3Bucket:
DeletionPolicy: Retain
Type: 'AWS::S3::Bucket'
Description: Creating Amazon S3 bucket from CloudFormation
Properties:
AccessControl: Private
PublicAccessBlockConfiguration:
BlockPublicAcls: true
BlockPublicPolicy: true
IgnorePublicAcls: true
... |
Check: 1
Resources:
Bucket:
Type: AWS::S3::Bucket
Properties:
AccessControl: !If [hasACL, !Ref ACL, !Ref "AWS::NoValue"]
BucketEncryption:
ServerSideEncryptionConfiguration:
- ServerSideEncryptionByDefault:
KMSMasterKeyID: !If [useCustomKey, !Ref KmsKeyId, !Ref "A... | Resources:
Bucket:
Type: AWS::S3::Bucket
Properties:
AccessControl: !If [hasACL, !Ref ACL, !Ref "AWS::NoValue"]
BucketEncryption:
ServerSideEncryptionConfiguration:
- ServerSideEncryptionByDefault:
KMSMasterKeyID: !If [useCustomKey, !Ref KmsKeyId, !Ref "AWS::NoValu... |
Check: 2
Resources:
Bucket:
Type: AWS::S3::Bucket
Properties:
AccessControl: !If [hasACL, !Ref ACL, !Ref "AWS::NoValue"]
BucketEncryption:
ServerSideEncryptionConfiguration:
- ServerSideEncryptionByDefault:
KMSMasterKeyID: !If [useCustomKey, !Ref KmsKeyId, !Ref "A... | Resources:
Bucket:
Type: AWS::S3::Bucket
Properties:
AccessControl: !If [hasACL, !Ref ACL, !Ref "AWS::NoValue"]
BucketEncryption:
ServerSideEncryptionConfiguration:
- ServerSideEncryptionByDefault:
KMSMasterKeyID: !If [useCustomKey, !Ref KmsKeyId, !Ref "AWS::NoValu... |
Check: 1
Parameter:
# S3 Bucket
S3BucketName:
Type: String
Description: The name for the S3 bucket - must be unique across all of AWS (3-63 lowercase letters or numbers)
Default: replaceme
AllowedPattern: '^[a-z0-9]{5,40}$'
ConstraintDescription: 3-63 characters; must contain only lowercase lett... | Parameter:
# S3 Bucket
S3BucketName:
Type: String
Description: The name for the S3 bucket - must be unique across all of AWS (3-63 lowercase letters or numbers)
Default: replaceme
AllowedPattern: '^[a-z0-9]{5,40}$'
ConstraintDescription: 3-63 characters; must contain only lowercase letters or nu... |
Check: 2
Parameter:
# S3 Bucket
S3BucketName:
Type: String
Description: The name for the S3 bucket - must be unique across all of AWS (3-63 lowercase letters or numbers)
Default: replaceme
AllowedPattern: '^[a-z0-9]{5,40}$'
ConstraintDescription: 3-63 characters; must contain only lowercase lett... | Parameter:
# S3 Bucket
S3BucketName:
Type: String
Description: The name for the S3 bucket - must be unique across all of AWS (3-63 lowercase letters or numbers)
Default: replaceme
AllowedPattern: '^[a-z0-9]{5,40}$'
ConstraintDescription: 3-63 characters; must contain only lowercase letters or nu... |
Check: 1
Resources:
Bucket:
Type: AWS::S3::Bucket
Properties:
BucketName: !Ref BucketName
Tags:
- Key: Name
Value: !Join ['', [!Ref "AWS::StackName", "-Bucket"]] | Resources:
Bucket:
Type: AWS::S3::Bucket
Properties:
BucketName: !Ref BucketName
PublicAccessBlockConfiguration:
BlockPublicAcls: true
BlockPublicPolicy: true
IgnorePublicAcls: true
RestrictPublicBuckets: true
Tags:
- Key: Name
Value: !Join [... |
Check: 2
Resources:
Bucket:
Type: AWS::S3::Bucket
Properties:
BucketName: !Ref BucketName
Tags:
- Key: Name
Value: !Join ['', [!Ref "AWS::StackName", "-Bucket"]] | Resources:
Bucket:
Type: AWS::S3::Bucket
Properties:
BucketName: !Ref BucketName
BucketEncryption:
ServerSideEncryptionConfiguration:
- ServerSideEncryptionByDefault:
SSEAlgorithm: AES256
Tags:
- Key: Name
Value: !Join ['', [!Ref "AWS::StackN... |
Check: 1
Parameters:
BucketName:
Type: String
Description: The name of the bucket.
BucketAccessControl:
Type: String
Default: Private
AllowedValues:
- Private
- PublicRead
- PublicReadWrite
- AuthenticatedRead
- LogDeliveryWrite
- BucketOwnerRead
- BucketOwnerFullCon... | Parameters:
BucketName:
Type: String
Description: The name of the bucket.
BucketAccessControl:
Type: String
Default: Private
AllowedValues:
- Private
- PublicRead
- PublicReadWrite
- AuthenticatedRead
- LogDeliveryWrite
- BucketOwnerRead
- BucketOwnerFul... |
Check: 1
Parameters:
BucketName:
Type: String
Description: The name of the bucket.
BucketAccessControl:
Type: String
Default: Private
AllowedValues:
- Private
- PublicRead
- PublicReadWrite
- AuthenticatedRead
- LogDeliveryWrite
- BucketOwnerRead
- BucketOwnerFullCon... | Parameters:
BucketName:
Type: String
Description: The name of the bucket.
BucketAccessControl:
Type: String
Default: Private
AllowedValues:
- Private
- PublicRead
- PublicReadWrite
- AuthenticatedRead
- LogDeliveryWrite
- BucketOwnerRead
- BucketOwnerFul... |
Check: 1
Resources:
LocalBucket:
Type: AWS::S3::Bucket
Properties:
BucketName: cfn-quickstart-bucket | Resources:
LocalBucket:
Type: AWS::S3::Bucket
Properties:
BucketName: cfn-quickstart-bucket
PublicAccessBlockConfiguration:
BlockPublicAcls: true
BlockPublicPolicy: true
IgnorePublicAcls: true
RestrictPublicBuckets: true
|
Check: 2
Resources:
LocalBucket:
Type: AWS::S3::Bucket
Properties:
BucketName: cfn-quickstart-bucket | Resources:
LocalBucket:
Type: AWS::S3::Bucket
Properties:
BucketName: cfn-quickstart-bucket
BucketEncryption:
ServerSideEncryptionConfiguration:
- ServerSideEncryptionByDefault:
SSEAlgorithm: AES256 |
Check: 1
Resources:
# Create an S3 Bucket that serves a static website (i.e. React app)
MyBucket:
Type: AWS::S3::Bucket
Properties:
BucketName: !Ref BucketName
AccessControl: PublicRead # visitors need to be able to access the sie
WebsiteConfiguration: # this makes the S3 Bucket a static w... | Resources:
# Create an S3 Bucket that serves a static website (i.e. React app)
MyBucket:
Type: AWS::S3::Bucket
Properties:
BucketName: !Ref BucketName
AccessControl: PublicRead # visitors need to be able to access the sie
WebsiteConfiguration: # this makes the S3 Bucket a static website/ap... |
Check: 2
Resources:
# Create an S3 Bucket that serves a static website (i.e. React app)
MyBucket:
Type: AWS::S3::Bucket
Properties:
BucketName: !Ref BucketName
AccessControl: PublicRead # visitors need to be able to access the sie
WebsiteConfiguration: # this makes the S3 Bucket a static w... | Resources:
# Create an S3 Bucket that serves a static website (i.e. React app)
MyBucket:
Type: AWS::S3::Bucket
Properties:
BucketName: !Ref BucketName
AccessControl: PublicRead # visitors need to be able to access the sie
WebsiteConfiguration: # this makes the S3 Bucket a static website/ap... |
Check: 1
Resources:
# Create an S3 Bucket that serves a static website (i.e. React app)
MyBucket:
Type: AWS::S3::Bucket
Properties:
BucketName: !Ref BucketName
AccessControl: PublicRead # visitors need to be able to access the sie
WebsiteConfiguration: # this makes the S3 Bucket a static w... | Resources:
# Create an S3 Bucket that serves a static website (i.e. React app)
MyBucket:
Type: AWS::S3::Bucket
Properties:
BucketName: !Ref BucketName
AccessControl: PublicRead # visitors need to be able to access the sie
WebsiteConfiguration: # this makes the S3 Bucket a static website/ap... |
Check: 1
Resources:
# Create an S3 Bucket that serves a static website (i.e. React app)
MyBucket:
Type: AWS::S3::Bucket
Properties:
BucketName: !Ref BucketName
AccessControl: PublicRead # visitors need to be able to access the sie
WebsiteConfiguration: # this makes the S3 Bucket a static w... | Resources:
# Create an S3 Bucket that serves a static website (i.e. React app)
MyBucket:
Type: AWS::S3::Bucket
Properties:
BucketName: !Ref BucketName
AccessControl: PublicRead # visitors need to be able to access the sie
WebsiteConfiguration: # this makes the S3 Bucket a static website/ap... |
Check: 1
AWSTemplateFormatVersion: '2010-09-09'
Description: Amazon S3 Bucket with
Resources:
CodeFlexS3Bucket:
Type: AWS::S3::Bucket
Properties:
AccessControl: Private
BucketName: !Join ["-", ["codeflex-example", Ref: "AWS::Region"]]
ForceEncryption:
Type: AWS::S3::BucketPolicy
Pro... | AWSTemplateFormatVersion: '2010-09-09'
Description: Amazon S3 Bucket with
Resources:
CodeFlexS3Bucket:
Type: AWS::S3::Bucket
Properties:
AccessControl: Private
BucketName: !Join ["-", ["codeflex-example", Ref: "AWS::Region"]]
PublicAccessBlockConfiguration:
BlockPublicAcls: true
... |
Check: 2
AWSTemplateFormatVersion: '2010-09-09'
Description: Amazon S3 Bucket with
Resources:
CodeFlexS3Bucket:
Type: AWS::S3::Bucket
Properties:
AccessControl: Private
BucketName: !Join ["-", ["codeflex-example", Ref: "AWS::Region"]]
ForceEncryption:
Type: AWS::S3::BucketPolicy
Pro... | AWSTemplateFormatVersion: '2010-09-09'
Description: Amazon S3 Bucket with
Resources:
CodeFlexS3Bucket:
Type: AWS::S3::Bucket
Properties:
AccessControl: Private
BucketName: !Join ["-", ["codeflex-example", Ref: "AWS::Region"]]
BucketEncryption:
ServerSideEncryptionConfiguration:
... |
README.md exists but content is empty.
- Downloads last month
- 5