skip to Main Content

Amazon web services – When Default encryption for S3 bucket is set to SSE-KMS the access logs doesn't show up

I would like to enable Server access logs for a bucket (named it source_bucket). On the target bucket I've set the permissions: { "Sid": "S3PolicyStmt-Dummy-11111111111111", "Effect": "Allow", "Principal": { "Service": "logging.s3.amazonaws.com" }, "Action": "s3:PutObject", "Resource": "arn:aws:s3:::target_bucket/*" } other conditions: there…

VIEW QUESTION

Redis – Cloudformation stack failure due to – Service: AmazonElastiCache; Status Code: 400; Error Code: InvalidParameterCombination

I have following template file. cfn-params: default: resourceName: 'hlp-MySrvc-redis' application: 'MySrvc' navService: 'MySrvc' service: 'MySrvc' pci: 'cat3' team: 'MySrvc' teamContact: '' elastiCacheSubnetGroup: 'nonprod' elastiCacheVpcSecurityGroupIds: 'sg-1234' elastiCacheEngineVersion: '5.0.0' elastiCacheParameterGroupName: 'default.redis5.0' elastiCacheReplicationGroupIdPrefix: 'MySrvc' elastiCacheReplicationGroupDescription: 'Redis for MySrvc' elastiCacheTransitEncryptionEnabled: 'false' elastiCacheAtRestEncryptionEnabled: 'false' elastiCacheUpdateReplacePolicy:…

VIEW QUESTION
Back To Top
Search