# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. # SPDX-License-Identifier: MIT-0 Feature: Verify EC2 actions Scenario Outline: Check if the EC2 actions are allowed Given I invoke : When the region selected is Then the status should be Examples: | service | action | region | result | | ec2 | DescribeInstances | eu-west-2 | allowed | | ec2 | CreateNetworkInterfacePermission | eu-west-2 | allowed | | ec2 | DescribeVpnConnections | eu-west-2 | allowed | | ec2 | CreateTags | eu-west-2 | allowed | | ec2 | CreateVpnConnection | eu-west-2 | allowed |