Jacky Leung - CyberCX

Results 26 comments of Jacky Leung - CyberCX

> @yosefbs Is this how it would be used in a template? > > ```yaml > CloudFormationCert: > type: AWS::CertificateManager::DnsValidatedCertificate > Properties: > DomainName: {redacted} > HostedZone: {redacted} > Region:...

I have moved to aws CDK for last 2 years, it is ironically that there is a IaC required to put on top a IaC to solve something so simple....

+1 My use case actually more for security hub remediation actions. it's easy for me to make the adjustment but the pain point is Security hubs check use "Default" version...

Just got into this issue as well, we use centralized firehose for a control tower setup. and we need a way to force update when new account join our control...

if you use AWS CDK, tagging a stack automatically copy those tags to each child resource under the stack

> I have been caught by this bug as well. CDK team forward this was the issue of cloudformation. My current work around is if max entries change, change logic...