What does this small section of a CloudFormation template do?'''yamlFlowLog: Type: AWS::EC2::FlowLog Properties: DeliverLogsPermissionArn: !GetAtt IamRole.Arn LogGroupName: FlowLogsGroup ResourceId: !Ref LogVpcId ResourceType: VPC TrafficType: ALL

🎲 Try a Random Question  |  Total Questions in Quiz: 84  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Amazon Web Services (AWS) Quiz — practice the complete quiz, review flashcards, or try a random question.

AWS MCQs For LinkedIn Skill Assessments.


What does this small section of a CloudFormation template do?<br>'''yaml<br>FlowLog:<br> Type: AWS::EC2::FlowLog<br> Properties:<br> DeliverLogsPermissionArn: !GetAtt IamRole.Arn<br> LogGroupName: FlowLogsGroup<br> ResourceId: !Ref LogVpcId<br> ResourceType: VPC<br> TrafficType: ALL<br>