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

🎲 Try a Random Question  |  Total Questions in Quiz: 105  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
AWS Practice Test (LinkedIn Skills Assessment) — practice the complete quiz, review flashcards, or try a random question.


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