Welly Siauw AWS

Results 101 comments of Welly Siauw AWS

Two main feature that I'd like to see for VPC Flow Logs: 1. Option to configure flow logs settings : type of traffic, format, destination. Perhaps via tags if its...

with recent announcement of CodeStar support for GitLab, I am pretty sure you can use it with very minor modification after you deployed the AFT module ref https://docs.aws.amazon.com/codepipeline/latest/userguide/connections-gitlab.html

upstream CCAPI / EC2 NatGateway issue, we are escalating this internally

closing this issue as the upstream bug fix is available now.

Thanks for reporting this issue. I'll submit ticket to the upstream service team to take a look.

I am blocked from replicating the issue, in my case I could't get the `awscc_resiliencehub_app` to launch successfully due to separate error as reported in #1429: ``` awscc_resiliencehub_app.this: Creating... ╷...

When I use CCAPI to describe the resource, I got different value returned, for example the `DefaultCacheBehavior`: note: formatted for readability ``` "DefaultCacheBehavior": { . . . "TargetOriginId": "Default", "ViewerProtocolPolicy":...

I noticed that `update_method` is a writeOnlyProperties in CCAPI: ``` aws cloudformation describe-type --type RESOURCE --type-name AWS::SSM::Document | jq -r ".Schema" | jq ".writeOnlyProperties" [ "/properties/UpdateMethod", "/properties/Attachments" ] ``` As...