Skip to content

Commit 5845582

Browse files
committed
add notice
1 parent aab8c20 commit 5845582

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

infrastructure/aws/cdk/app.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,10 @@ def __init__( # noqa: C901
158158
],
159159
nat_gateways=1,
160160
)
161+
print(
162+
"""The eoAPI stack use AWS NatGateway for the Raster service so it can reach the internet.
163+
This might incurs some cost (https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html)."""
164+
)
161165

162166
interface_endpoints = [
163167
(

0 commit comments

Comments
 (0)