Create a transit gateway policy table in AWS Transit Gateway - Amazon VPC
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

Create a transit gateway policy table in AWS Transit Gateway

Create a policy table and associate it with your transit gateway.

To create a transit gateway policy table using the console
  1. Open the Amazon VPC console at https://eusc-de-east-1.console.amazonaws-eusc.eu/vpc/.

  2. In the navigation pane, under Transit gateways, choose Transit Gateway Policy Tables.

  3. Choose Create transit gateway policy table.

  4. For Transit gateway ID, select your transit gateway from the dropdown list.

  5. (Optional) Under Tags, add tags to help identify the policy table.

  6. Choose Create transit gateway policy table.

The policy table enters a Pending state. Wait for the state to change to Available before proceeding.

To create a transit gateway policy table using the AWS CLI

Use the create-transit-gateway-policy-table command. Replace tgw-0bc994abffEXAMPLE with your transit gateway ID.

aws ec2 create-transit-gateway-policy-table \ --transit-gateway-id tgw-0bc994abffEXAMPLE

Example response:

{ "TransitGatewayPolicyTable": { "TransitGatewayPolicyTableId": "tgw-ptb-0ca78a549EXAMPLE", "TransitGatewayId": "tgw-0bc994abffEXAMPLE", "State": "pending" } }