Questions tagged [aws-route-table]

18 questions
0
votes
1 answer

AWS CloudFormation: How to handle manually-deleted resources

I am new in AWS so have couple of AWS VPC creation using CloudFormation service questions. 1. Scenario: I have created the yaml file and executed that in the stack. the VPC, route table and all the subnets get created successfully. now I have…
0
votes
1 answer

Create Route between IGW and prefix list

I need help because I got stuck when adding the route between the destination of com.amazonaws.${AWS::Region}.s3 and target Internet gateway. I can do it in the console but how I do it in my CFN stack I can't figure out
0
votes
0 answers

AWS: Route traffic from Site-To-Site VPN --> Specific Subnet

Inside a vpc I have 8 subnets (4 in each AZ) connected to 100 VMs. I have a Site-To-Site vpn setup in AWS for an external customer. The goal is to allow only one VM is to be accessible to the external customer. There is a vpg associated with the…
1
2