Creating VPC Flow Logs for AWS Transit Gateway using CloudFormation?

0

Is it possible to create VPC Flow Logs for AWS Transit Gateway using CloudFormation?

I have reviewed the AWS::EC2::FlowLog resource documentation, and it appears to only support a network interface, subnet, or VPC.

Thanks for your help!

  • You can accomplish this with Type: AWS::EC2::FlowLog and ResourceType: TransitGateway.

1 Answer
0
Accepted Answer

I have checked the following official AWS documentation, but unfortunately it does not appear to be possible at this time. [1]

[1] Work with Transit Gateway Flow Logs - Amazon VPC
https://docs.aws.amazon.com/vpc/latest/tgw/working-with-flow-logs.html

If you are on a support plan that allows you to contact AWS support for technical inquiries, you can provide feedback on your request for this feature.

profile picture
mn87
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions