VPC Peering | e6data on AWS
Manage and deploy AWS resources using the AWS provider in Terraform. Ensure correct setup using the official configuration guidelines.
AWS Configuration
json
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"ec2:AcceptVpcPeeringConnection",
"ec2:AssociateRouteTable",
"ec2:CreateRoute",
"ec2:CreateVpcPeeringConnection",
"ec2:DescribeRouteTables",
"ec2:DescribeVpcPeeringConnections",
"ec2:DescribeVpcs",
"ec2:ModifyVpcPeeringConnectionOptions",
"ec2:ReplaceRoute",
"ec2:ReplaceRouteTableAssociation",
"ec2:DescribeVpcAttribute",
"ec2:DeleteRoute",
"ec2:DeleteVpcPeeringConnection",
"ec2:CreateTags"
],
"Resource": "*"
}
]
}
Execution Instructions
Terraform Commands
Cleanup Commands
Last updated
