Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 4 out of 62 pages
Exam (elaborations)

WGU E030 Task 1 Capstone Topic Approval Form | 140 Questions and Answers | 2026 Update | 100% Correct

Document preview thumbnail
Preview 4 out of 62 pages

Ace Your WGU E030 Capstone Topic Approval with 140 Practice Q&As! Stressing about the WGU E030 Task 1 Capstone Topic Approval Form & Hybrid Cloud Proposal? I've been there. This comprehensive practice set covers everything you need to ace your exam with confidence. What's Inside: - 140 questions with correct answers - Detailed rationales for EVERY question - 6 key content areas covered - Real exam-style questions - Works on your phone, tablet, or computer What You'll Actually Learn: - Capstone Topic Approval & Proposal Development - AWS Hybrid Cloud Architecture Design - Network Infrastructure & GNS3 Simulation - CloudFormation Infrastructure as Code - Site-to-Site VPN Configuration & Security - Network Diagramming & Documentation - BGP Dynamic Routing & Failover - AWS Virtual Private Gateway & Customer Gateway - VPC Subnet & Route Table Design - NAT Gateway & Internet Gateway Configuration Real Questions You'll See: Question: In a GNS3-based hybrid-cloud lab, you need to emulate an AWS Transit Gateway connecting multiple VPCs and an on-premises site. Which GNS3 node type best represents the Transit Gateway's routing behavior? ️ Answer: B - A router running BGP with VPC attachments ️ Rationale: A Transit Gateway operates at layer 3, performing IP routing between attached networks. A router with BGP can emulate its routing table and dynamic route exchange. Question: When authoring an AWS CloudFormation template for a site-to-site VPN, which combination of resources is essential to establish the VPN tunnel and propagate routes to the VPC route tables? ️ Answer: D - AWS::EC2::VPNGateway, AWS::EC2::VPNConnection, AWS::EC2::VPNGatewayRoutePropagation, AWS::EC2::Route ️ Rationale: A classic site-to-site VPN requires a VPN gateway, customer gateway, and VPN connection. To propagate routes, you need VPNGatewayRoutePropagation attached to the route table. Who This Is For: - You, if you're taking WGU E030 - You, if you're a Graduate/Master's Level student - You, if you have a capstone topic approval exam coming up - You, if you want to actually understand hybrid cloud proposal development Stop stressing. Start passing. Download this now and walk into your exam actually prepared.

Content preview

WGU E030 TASK 1 CAPSTONE
TOPIC APPROVAL FORM & AWS
HYBRID-CLOUD NETWORK
LATEST MOCK PRACTICE SET
140 Questions with Answers and Detailed Rationales


100 PERCENT GUARANTEED PASS


INSTANT DOWNLOAD ANSWERS INCLUDED



IMPORTANCE OF THIS DOCUMENT
This comprehensive examination preparation guide has been meticulously developed to help you succeed in the
WGU E030 TASK 1 CAPSTONE TOPIC APPROVAL FORM & AWS HYBRID-CLOUD NETWORK PROPOSAL |
GNS3, CLOUDFORMATION, SITE-TO-SITE VPN & NETWORK DIAGRAM | 2026 .. It contains 140 carefully
selected questions that reflect the most current exam content and testing strategies. Each question is
accompanied by a correct answer and a detailed rationale that explains the underlying pathophysiology,
pharmacology, or clinical reasoning.

Self-Assessment – Test your knowledge and Exam Preparation – Familiarize yourself with the
identify areas requiring further question format and content
study areas

Concept Reinforcement – Deepen your Confidence Building – Develop test-taking
understanding through strategies and reduce
evidence-based exam anxiety
rationales
Time Management – Practice answering
questions under simulated
exam conditions




Review Summary 140 Questions


Foundations - Application - WGU E030 TASK 1 Capstone Topic Approval FORM & AWS Hybrid-cloud
Network Proposal GNS3 Cloudformation Site-to-site VPN & Network Diagram 2026 Network Engineering
AND Cloud Architecture Graduate
All answers with rationales

,Table of Contents

Content Area Questions Key Topics

Capstone Topic Approval 1-24 On-premises, Site-to-site VPN, Cloudformation, Combination,
AND Proposal Development Tunnel

AWS Hybrid-cloud 25-48 Network, Hybrid-cloud, On-premises, Capstone, Tunnel
Architecture Design

Network Infrastructure AND 49-72 Network, Hybrid-cloud, Site-to-site VPN, On-premises, VPN
GNS3 Simulation Tunnel

Cloudformation 73-96 Network, Hybrid-cloud, Capstone, Site-to-site VPN, Proposal
Infrastructure AS CODE

Site-to-site VPN 97-120 On-premises, Network, YOU MUST, Site-to-site VPN,
Configuration AND Security Hybrid-cloud

Network Diagramming AND 121-140 Network, Capstone, Proposal, On-premises, Hybrid-cloud
Documentation

TOTAL 140 All questions include answers and detailed rationales

,Section A - Capstone Topic Approval AND Proposal
Development

Q1.
In a GNS3-based hybrid-cloud lab, you need to emulate an AWS Transit Gateway
connecting multiple VPCs and an on-premises site. Which GNS3 node type best
represents the Transit Gateway's routing behavior without introducing a layer-2
bottleneck?


A. A cloud node bridging to a physical B. A router running BGP with VPC
switch attachments

C. An Ethernet switch with VLAN trunking D. A NAT device performing static
translations
Correct: B - A router running BGP with VPC attachments


Rationale:A Transit Gateway operates at layer 3, performing IP routing between attached
networks. A router with BGP can emulate its routing table and dynamic route exchange. A
cloud node or switch would not provide the routing intelligence, and a NAT device would alter
packet addressing, unlike a transparent transit hub.

Q2.
When authoring an AWS CloudFormation template for a site-to-site VPN, which
combination of resources is essential to establish the VPN tunnel and propagate routes to
the VPC route tables?


A. AWS::EC2::VPNGateway, B. AWS::EC2::InternetGateway,
AWS::EC2::CustomerGateway, AWS::EC2::RouteTable, AWS::EC2::Subnet,
AWS::EC2::VPNConnection, AWS::EC2::SecurityGroup
AWS::EC2::Route

C. AWS::EC2::TransitGateway, D. AWS::EC2::VPNGateway,
AWS::EC2::VPCAttachment, AWS::EC2::VPNConnection,
AWS::EC2::RouteTablePropagation, AWS::EC2::VPNGatewayRoutePropagation,
AWS::EC2::Route AWS::EC2::Route
Correct: D - AWS::EC2::VPNGateway, AWS::EC2::VPNConnection,
AWS::EC2::VPNGatewayRoutePropagation, AWS::EC2::Route


Rationale:A classic site-to-site VPN requires a VPN gateway, customer gateway, and VPN
connection. To propagate routes from the VPN to the VPC, you need
VPNGatewayRoutePropagation attached to the route table, and then a static route (or BGP)
to send traffic. Option A misses the propagation resource. Option B is for internet connectivity.
Option C is for Transit Gateway, not direct VPN.




Page 3

, Section A - Capstone Topic Approval AND Proposal Development


Q3.
In a hybrid-cloud network diagram, you must represent the logical flow of encrypted traffic
from an on-premises host to an AWS VPC. Which notation set correctly depicts the
encapsulation and routing path?


A. Host -> Switch -> Firewall -> Router -> B. Host -> Router -> Switch -> NAT ->
IPSec Tunnel -> VGW -> VPC Internet -> IGW -> VPC

C. Host -> Firewall -> Switch -> MPLS -> D. Host -> VPN Gateway -> Internet ->
Direct Connect -> VPC Customer Gateway -> VPC
Correct: A - Host -> Switch -> Firewall -> Router -> IPSec Tunnel -> VGW -> VPC


Rationale:The correct path for an IPSec VPN involves the host sending plaintext to the
network, which is then encrypted by the VPN device (often a firewall or router) and sent
through the tunnel to the Virtual Private Gateway (VGW) in AWS. Option A accurately shows
the encryption boundary and the tunnel. Option B uses NAT and IGW, which is for internet
traffic, not VPN. Option C implies Direct Connect, not VPN. Option D reverses the gateway
roles.

Q4.
Your hybrid-cloud design must support active-active failover between two on-premises
data centers and AWS, using BGP over site-to-site VPN. Which BGP attribute manipulation
ensures that AWS prefers the primary site for inbound traffic while still allowing failover?


A. Set a lower local preference on the B. Prepend AS path on the backup site's
primary site's routes advertised routes

C. Set a higher MED on the primary site's D. Use a longer community string on the
routes backup site
Correct: B - Prepend AS path on the backup site's advertised routes


Rationale:AS path prepending makes the backup site's routes less preferred by AWS, as
longer AS paths are less favorable. This ensures inbound traffic uses the primary site while
still providing a valid path for failover. Local preference is used within an AS, not across to
AWS. MED is used for outbound traffic from AWS. Community strings do not directly
influence path selection unless mapped to local preference.

Q5.
When deploying a CloudFormation stack that includes a VPN connection with dynamic
routing (BGP), which parameter is required to be defined in the
AWS::EC2::VPNConnection resource to establish the tunnel?


A. VpnGatewayId and CustomerGatewayId B. Type (ipsec.1) and StaticRoutesOnly set
only to false




Page 4

Document information

Uploaded on
August 14, 2026
Number of pages
62
Written in
2026/2027
Type
Exam (elaborations)
Contains
Questions & answers
$17.49

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
Speeddocs
4.7
(3)
Sold
13
Followers
1
Items
360
Last sold
1 month ago


Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions