<p>What does this small section of a CloudFormation template do?</p><pre><code class="language-yaml">FlowLog: Type: AWS::EC2::FlowLog Properties: DeliverLogsPermissionArn: !GetAtt IamRole.Arn LogGroupName: FlowLogsGroup ResourceId: !Ref LogVpcId ResourceType: VPC TrafficType: ALL</code></pre> | JR Academy
<p>What does this small section of a CloudFormation template do?</p><pre><code class="language-yaml">FlowLog: Type: AWS::EC2::FlowLog Properties: DeliverLogsPermissionArn: !GetAtt IamRole.Arn LogGroupName: FlowLogsGroup ResourceId: !Ref LogVpcId ResourceType: VPC TrafficType: ALL</code></pre>
难度: medium
标签: AWS, Skill Assessment
登录后查看完整答案